summaryrefslogtreecommitdiff
path: root/libavcodec/aacps.c
Commit message (Collapse)AuthorAge
* aac: Reset PS parameters on header decode failure.Alex Converse2012-03-23
| | | | | | | | 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
* aacps: Add missing newline in error message.Alex Converse2012-01-09
|
* doxygen: fix wrong comment syntax, //< vs. ///<Diego Biurrun2011-08-26
|
* aacps: skip some memcpy() if src and dst would be equalMans Rullgard2011-07-15
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* doxygen: Move function documentation into the macro generating the function.Diego Biurrun2011-07-14
| | | | | This fixes a bunch of related warnings where Doxygen assumed that the documentation belonged to the macro and not the function.
* doxygen: Fix parameter names to match the function prototypes.Diego Biurrun2011-07-03
|
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Move Parametric Stereo related ps* files to aacps*.Alex Converse2010-06-22
Originally committed as revision 23720 to svn://svn.ffmpeg.org/ffmpeg/trunk