96c1e6d40d 
								
							
								 
							
						 
						
							
							
								
								doxygen: Make sure parameter names match between .c and .h files.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								24c9babaaf 
								
							
								 
							
						 
						
							
							
								
								doxygen: Fix parameter names to match the function prototypes.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								188dea1dbf 
								
							
								 
							
						 
						
							
							
								
								lavc: move some flac-specific options to its private context.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2912e87a6c 
								
							
								 
							
						 
						
							
							
								
								Replace FFmpeg with Libav in licence headers  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1c189fc533 
								
							
								 
							
						 
						
							
							
								
								cosmetics related to LPC changes.  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								77a78e9bdc 
								
							
								 
							
						 
						
							
							
								
								Separate window function from autocorrelation.  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								56f8952b25 
								
							
								 
							
						 
						
							
							
								
								Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								23940f1405 
								
							
								 
							
						 
						
							
							
								
								Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.  
							
							Add AVLPCType enum.
Deprecate AVCodecContext.use_lpc.
Originally committed as revision 24199 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								49bd8e4b84 
								
							
								 
							
						 
						
							
							
								
								Fix grammar errors in documentation  
							
							Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fde82ca7e4 
								
							
								 
							
						 
						
							
							
								
								Move autocorrelation function from flacenc.c to lpc.c. Also rename the  
							
							corresponding dsputil functions and remove their dependency on the FLAC
encoder.
Fixes Issue1486.
Originally committed as revision 20266 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3cfe88194a 
								
							
								 
							
						 
						
							
							
								
								lpc: Remove false positive compilation warning about weight being  
							
							uninitialized. Patch by Patrik Kullman (patrik A yes D nu).
Originally committed as revision 17218 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								eabe8c7033 
								
							
								 
							
						 
						
							
							
								
								Assert that ff_lpc_calc_coefs() is called with a valid LPC method.  
							
							Patch by Patrik Kullman (patrik A yes D nu).
Originally committed as revision 17217 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								83f63ffb22 
								
							
								 
							
						 
						
							
							
								
								lpc: Document the use_lpc parameter to ff_lpc_calc_coefs().  
							
							Patch by Patrik Kullman (patrik A yes D nu).
Originally committed as revision 17216 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1be0fc2909 
								
							
								 
							
						 
						
							
							
								
								Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC decoders.  
							
							Originally committed as revision 15193 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f6a1ca1dad 
								
							
								 
							
						 
						
							
							
								
								Misc cosmetics in compute_lpc_coefs(): braces removal and empty lines  
							
							Originally committed as revision 15093 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fc324cd523 
								
							
								 
							
						 
						
							
							
								
								Remove useless var in compute_lpc_coefs()  
							
							Originally committed as revision 15091 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5d2dd90848 
								
							
								 
							
						 
						
							
							
								
								Merge declaration and initialization of a few vars in compute_lpc_coefs()  
							
							Originally committed as revision 15088 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f991d423d2 
								
							
								 
							
						 
						
							
							
								
								Remove useless zeroing of a buffer  
							
							Originally committed as revision 15038 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8e84913db4 
								
							
								 
							
						 
						
							
							
								
								cosmetics: Fix incorrect indentation.  
							
							Originally committed as revision 14878 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								38c1a5c4d9 
								
							
								 
							
						 
						
							
							
								
								update my email address to one which does not depend on my service provider  
							
							Originally committed as revision 14797 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								81fc8a63c5 
								
							
								 
							
						 
						
							
							
								
								use range of lpc orders in ORDER_METHOD_EST  
							
							Originally committed as revision 14796 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9045f5e72d 
								
							
								 
							
						 
						
							
							
								
								cosmetics: adjust line breaks and vertical alignment  
							
							Originally committed as revision 14795 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								56c07e2989 
								
							
								 
							
						 
						
							
							
								
								use limited range of lpc orders when quantizing coefficients  
							
							Originally committed as revision 14794 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e9e3c9801e 
								
							
								 
							
						 
						
							
							
								
								lpc: cosmetics: vertically align declarations and definitions.  
							
							Originally committed as revision 14792 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c50da3ad6c 
								
							
								 
							
						 
						
							
							
								
								flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files.  
							
							Originally committed as revision 14790 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago