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-11-22aacps: Adjust some const qualifiers to suppress warningsDiego Biurrun
2013-02-09dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun
2012-05-06aacps: align some arraysMans Rullgard
This is required for SIMD optimisations. Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-05-06aacps: move some loops to function pointersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-03-24aac: Reset PS parameters on header decode failure.Alex Converse
If the next header frame codes zero envelopes the previous frame's values will be used. Consequently the invalid values must be cleared. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
2012-01-09aacps: Add missing newline in error message.Alex Converse
2011-08-26doxygen: fix wrong comment syntax, //< vs. ///<Diego Biurrun
2011-07-16aacps: skip some memcpy() if src and dst would be equalMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-07-14doxygen: Move function documentation into the macro generating the function.Diego Biurrun
This fixes a bunch of related warnings where Doxygen assumed that the documentation belonged to the macro and not the function.
2011-07-03doxygen: Fix parameter names to match the function prototypes.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2010-06-22Move Parametric Stereo related ps* files to aacps*.Alex Converse
Originally committed as revision 23720 to svn://svn.ffmpeg.org/ffmpeg/trunk