Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Remove unneeded add bias from 3 functions. | Justin Ruggles | 2011-01-31 | 1 | -1/+1 |
| | | | | | | | | DSPContext.vector_fmul_window() DCADSPContext.lfe_fir() SynthFilterContext.synth_filter_float() Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | DCA: ARM/NEON optimised lfe_fir | Måns Rullgård | 2010-04-12 | 1 | -0/+1 |
| | | | | Originally committed as revision 22863 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | DCA: break out lfe_interpolation_fir() inner loops to a function | Måns Rullgård | 2010-04-12 | 1 | -0/+29 |
This enables SIMD optimisations of this function. Originally committed as revision 22861 to svn://svn.ffmpeg.org/ffmpeg/trunk |