Mans Rullgard 
							
						 
					 
					
						
						
						
						
							
						
						
							2912e87a6c 
							
						 
					 
					
						
						
							
							Replace FFmpeg with Libav in licence headers  
						
						... 
						
						
						
						Signed-off-by: Mans Rullgard <mans@mansr.com> 
						
						
					 
					
						2011-03-19 13:33:20 +00:00 
						 
				 
			
				
					
						
							
							
								Justin Ruggles 
							
						 
					 
					
						
						
						
						
							
						
						
							c73d99e672 
							
						 
					 
					
						
						
							
							Separate format conversion DSP functions from DSPContext.  
						
						... 
						
						
						
						This will be beneficial for use with the audio conversion API without
requiring it to depend on all of dsputil.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
						
						
					 
					
						2011-02-02 02:44:53 +00:00 
						 
				 
			
				
					
						
							
							
								Justin Ruggles 
							
						 
					 
					
						
						
						
						
							
						
						
							80ba1ddb58 
							
						 
					 
					
						
						
							
							Remove unneeded add bias from 3 functions.  
						
						... 
						
						
						
						DSPContext.vector_fmul_window()
DCADSPContext.lfe_fir()
SynthFilterContext.synth_filter_float()
Signed-off-by: Mans Rullgard <mans@mansr.com> 
						
						
					 
					
						2011-01-31 20:28:42 +00:00 
						 
				 
			
				
					
						
							
							
								Justin Ruggles 
							
						 
					 
					
						
						
						
						
							
						
						
							6eabb0d3ad 
							
						 
					 
					
						
						
							
							Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.  
						
						... 
						
						
						
						Signed-off-by: Mans Rullgard <mans@mansr.com> 
						
						
					 
					
						2011-01-22 17:53:27 +00:00 
						 
				 
			
				
					
						
							
							
								Måns Rullgård 
							
						 
					 
					
						
						
						
						
							
						
						
							c67278098d 
							
						 
					 
					
						
						
							
							Move array specifiers outside DECLARE_ALIGNED() invocations  
						
						... 
						
						
						
						Originally committed as revision 21377 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-01-22 03:25:11 +00:00 
						 
				 
			
				
					
						
							
							
								Måns Rullgård 
							
						 
					 
					
						
						
						
						
							
						
						
							35de5d2412 
							
						 
					 
					
						
						
							
							cosmetics: fix indentation after previous commit  
						
						... 
						
						
						
						Originally committed as revision 20062 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-09-27 16:52:00 +00:00 
						 
				 
			
				
					
						
							
							
								Måns Rullgård 
							
						 
					 
					
						
						
						
						
							
						
						
							952e872198 
							
						 
					 
					
						
						
							
							Drop unused args from vector_fmul_add_add, simpify code, and rename  
						
						... 
						
						
						
						The src3 and step arguments to vector_fmul_add_add() are always zero
and one, respectively.  This removes these arguments from the function,
simplifies the code accordingly, and renames the function to better
match the new operation.
Originally committed as revision 20061 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-09-27 16:51:54 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
						
						
							
						
						
							5137235e0c 
							
						 
					 
					
						
						
							
							Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions.  
						
						... 
						
						
						
						Originally committed as revision 18476 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-04-12 21:45:26 +00:00 
						 
				 
			
				
					
						
							
							
								David Conrad 
							
						 
					 
					
						
						
						
						
							
						
						
							4929c63679 
							
						 
					 
					
						
						
							
							Add Altivec version of vector_fmul_window.  
						
						... 
						
						
						
						Patch by David Conrad %lessen42 A gmail P com%
Originally committed as revision 16459 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-01-06 23:03:33 +00:00 
						 
				 
			
				
					
						
							
							
								David Conrad 
							
						 
					 
					
						
						
						
						
							
						
						
							aa9a9b7af7 
							
						 
					 
					
						
						
							
							Fix float_to_int16_altivec prototype to match float_to_int16's in dsputil.h  
						
						... 
						
						
						
						(parameter 'len' is a long not an int).
Patch by David Conrad % lessen42 A gmail P com %
Originally committed as revision 16451 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-01-06 12:51:35 +00:00 
						 
				 
			
				
					
						
							
							
								Guillaume Poirier 
							
						 
					 
					
						
						
						
						
							
						
						
							5f51afd602 
							
						 
					 
					
						
						
							
							add AltiVec implementation of int32_to_float_fmul_scalar  
						
						... 
						
						
						
						Originally committed as revision 16186 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-12-17 09:47:06 +00:00 
						 
				 
			
				
					
						
							
							
								Luca Barbato 
							
						 
					 
					
						
						
						
						
							
						
						
							9ac78726b8 
							
						 
					 
					
						
						
							
							Missing static in float_to_int16_altivec declaration  
						
						... 
						
						
						
						Originally committed as revision 14967 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-08-25 16:32:03 +00:00 
						 
				 
			
				
					
						
							
							
								Luca Barbato 
							
						 
					 
					
						
						
						
						
							
						
						
							0a3650c9f0 
							
						 
					 
					
						
						
							
							Remove unused variables  
						
						... 
						
						
						
						Originally committed as revision 14929 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-08-23 21:10:38 +00:00 
						 
				 
			
				
					
						
							
							
								Luca Barbato 
							
						 
					 
					
						
						
						
						
							
						
						
							e1f27dc22b 
							
						 
					 
					
						
						
							
							Introduce float_to_int16_interleave_altivec, tested with vorbis  
						
						... 
						
						
						
						Originally committed as revision 14928 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-08-23 21:09:46 +00:00 
						 
				 
			
				
					
						
							
							
								Luca Barbato 
							
						 
					 
					
						
						
						
						
							
						
						
							8d3d51005a 
							
						 
					 
					
						
						
							
							Introduce float_to_int16_one_altivec  
						
						... 
						
						
						
						Originally committed as revision 14927 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-08-23 21:02:30 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
						
						
							
						
						
							245976da2a 
							
						 
					 
					
						
						
							
							Use full path for #includes from another directory.  
						
						... 
						
						
						
						Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-05-09 11:56:36 +00:00 
						 
				 
			
				
					
						
							
							
								Ronald S. Bultje 
							
						 
					 
					
						
						
						
						
							
						
						
							b550bfaa61 
							
						 
					 
					
						
						
							
							Add libavcodec to compiler include flags in order to simplify header  
						
						... 
						
						
						
						include paths in the source files.
mostly from a patch by Ronald S. Bultje, rbultje ronald.bitfreak net
Originally committed as revision 9034 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2007-05-16 09:51:45 +00:00 
						 
				 
			
				
					
						
							
							
								Luca Barbato 
							
						 
					 
					
						
						
						
						
							
						
						
							6847e61af3 
							
						 
					 
					
						
						
							
							10l, there is a corner case afterall...  
						
						... 
						
						
						
						Originally committed as revision 7660 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2007-01-23 12:04:48 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
						
						
							
						
						
							b78e7197a8 
							
						 
					 
					
						
						
							
							Change license headers to say 'FFmpeg' instead of 'this program/this library'  
						
						... 
						
						
						
						and fix GPL/LGPL version mismatches.
Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-10-07 15:30:46 +00:00 
						 
				 
			
				
					
						
							
							
								Luca Barbato 
							
						 
					 
					
						
						
						
						
							
						
						
							27303c8abc 
							
						 
					 
					
						
						
							
							Proper fix for the corner case that would have been corrected before, praise&blame to me and exg in equal shares  
						
						... 
						
						
						
						Originally committed as revision 6143 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-08-31 15:44:37 +00:00 
						 
				 
			
				
					
						
							
							
								Luca Barbato 
							
						 
					 
					
						
						
						
						
							
						
						
							99d239b3e7 
							
						 
					 
					
						
						
							
							Fix float_to_int16, unaligned case, broken by the previous commit  
						
						... 
						
						
						
						Originally committed as revision 6141 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-08-31 15:15:14 +00:00 
						 
				 
			
				
					
						
							
							
								Luca Barbato 
							
						 
					 
					
						
						
						
						
							
						
						
							cb243ea220 
							
						 
					 
					
						
						
							
							10l, thanks to Emanuele Giaquinta <exg@gentoo.org> for testing and finding the issue  
						
						... 
						
						
						
						Originally committed as revision 6002 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-08-15 20:36:05 +00:00 
						 
				 
			
				
					
						
							
							
								Luca Barbato 
							
						 
					 
					
						
						
						
						
							
						
						
							241807f32d 
							
						 
					 
					
						
						
							
							altivec float optimizations  
						
						... 
						
						
						
						Originally committed as revision 5999 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2006-08-14 22:55:11 +00:00