summaryrefslogtreecommitdiff
path: root/libavcodec/aacps.c
Commit message (Collapse)AuthorAge
* aacps: invert the order of parameters of ipdopd_reset()Vittorio Giovara2014-12-18
| | | | | | | | This is the order that the caller uses in the rest of the file. The same operation is applied to both parameters, so this change is only done for consistency, it doesn't change the actual behaviour. Bug-Id: CID 732285 / CID 732286
* aacps: Adjust some const qualifiers to suppress warningsDiego Biurrun2013-11-22
|
* dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-08
|
* aacps: align some arraysMans Rullgard2012-05-05
| | | | | | This is required for SIMD optimisations. Signed-off-by: Mans Rullgard <mans@mansr.com>
* aacps: move some loops to function pointersMans Rullgard2012-05-05
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* 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