Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-04-30avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun
2012-10-11dsputil: split out mlp dsp functionLuca Barbato
2011-06-07Drop unnecessary directory prefixes from #include directives.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2010-03-07Move prototypes for various dsputil init functions to dsputil.hMåns Rullgård
Originally committed as revision 22261 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-25mlp: Re-enable x86-optimized DSP functions.Ramiro Polla
Originally committed as revision 18936 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-23Revert part of r18903:Ramiro Polla
MLP DSP functions x86-optimized. 12.59% overall speedup in x86_32 9.98% overall speedup in x86_64 compared to gcc 4.3.3 It breaks on x86_64 with PIC because the MANGLE macro appends (%%rip), which is not wanted for labels. Originally committed as revision 18904 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-23MLP DSP functions x86-optimized.Ramiro Polla
12.59% overall speedup in x86_32 9.98% overall speedup in x86_64 compared to gcc 4.3.3 Originally committed as revision 18903 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-15mlp: Simplify adressing of state and coeffs arrays for both filters by makingRamiro Polla
the arrays sequential. Originally committed as revision 18841 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-15mlp: include mlp.h and use MAX_CHANNELS instead of hardcoding value 8.Ramiro Polla
Originally committed as revision 18840 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-30mlpdec: Move MLP's filter_channel() to dsputils.Ramiro Polla
Originally committed as revision 18721 to svn://svn.ffmpeg.org/ffmpeg/trunk