Michael Niedermayer
							
						 
					 | 
					
						
						
						
						
							
						
						
							366e415836
							
						
					 | 
					
						
						
							
							Merge commit '800ffab48a7844dd5dc0a33b8f6b8e5ed718cf2e'
						
						
						
						
						
						
						
						* commit '800ffab48a7844dd5dc0a33b8f6b8e5ed718cf2e':
  dcadsp: Add a new method, qmf_32_subbands
Merged-by: Michael Niedermayer <michaelni@gmx.at> 
						
						
					 | 
					
						2013-07-22 12:10:59 +02:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Ben Avison
							
						 
					 | 
					
						
						
						
						
							
						
						
							800ffab48a
							
						
					 | 
					
						
						
							
							dcadsp: Add a new method, qmf_32_subbands
						
						
						
						
						
						
						
						This does most of the work formerly carried out by
the static function qmf_32_subbands() in dcadec.c.
Signed-off-by: Martin Storsjö <martin@martin.st> 
						
						
					 | 
					
						2013-07-22 10:15:42 +03:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Michael Niedermayer
							
						 
					 | 
					
						
						
						
						
							
						
						
							0aa095483d
							
						
					 | 
					
						
						
							
							Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'
						
						
						
						
						
						
						
						* commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487':
  avcodec: Add av_cold attributes to init functions missing them
Conflicts:
	libavcodec/aacpsy.c
	libavcodec/atrac3.c
	libavcodec/dvdsubdec.c
	libavcodec/ffv1.c
	libavcodec/ffv1enc.c
	libavcodec/h261enc.c
	libavcodec/h264_parser.c
	libavcodec/h264dsp.c
	libavcodec/h264pred.c
	libavcodec/libschroedingerenc.c
	libavcodec/libxvid_rc.c
	libavcodec/mpeg12.c
	libavcodec/mpeg12enc.c
	libavcodec/proresdsp.c
	libavcodec/rangecoder.c
	libavcodec/videodsp.c
	libavcodec/x86/proresdsp_init.c
Merged-by: Michael Niedermayer <michaelni@gmx.at> 
						
						
					 | 
					
						2013-05-05 11:34:29 +02:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Diego Biurrun
							
						 
					 | 
					
						
						
						
						
							
						
						
							6fee1b90ce
							
						
					 | 
					
						
						
							
							avcodec: Add av_cold attributes to init functions missing them
						
						
						
						
						
						
					 | 
					
						2013-05-04 21:09:45 +02:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Justin Ruggles
							
						 
					 | 
					
						
						
						
						
							
						
						
							a8ae4e0e7b
							
						
					 | 
					
						
						
							
							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>
(cherry picked from commit 80ba1ddb58b5923b9f36a6acd542affc4ca722eb) 
						
						
					 | 
					
						2011-02-02 03:40:48 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Måns Rullgård
							
						 
					 | 
					
						
						
						
						
							
						
						
							08255107cf
							
						
					 | 
					
						
						
							
							DCA: ARM/NEON optimised lfe_fir
						
						
						
						
						
						
						
						Originally committed as revision 22863 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 | 
					
						2010-04-12 20:45:33 +00:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Måns Rullgård
							
						 
					 | 
					
						
						
						
						
							
						
						
							309d16a4a0
							
						
					 | 
					
						
						
							
							DCA: break out lfe_interpolation_fir() inner loops to a function
						
						
						
						
						
						
						
						This enables SIMD optimisations of this function.
Originally committed as revision 22861 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 | 
					
						2010-04-12 20:45:25 +00:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								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
							
						 
					 | 
					
						
						
						
						
							
						
						
							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 | 
					
					
						
						
							
							
							
						
					 |