Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | aacps: align some arrays | Mans Rullgard | 2012-05-05 | 1 | -8/+11 |
| | | | | | | This is required for SIMD optimisations. Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | aacps: move some loops to function pointers | Mans Rullgard | 2012-05-05 | 1 | -160/+65 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | aac: Reset PS parameters on header decode failure. | Alex Converse | 2012-03-23 | 1 | -0/+4 |
| | | | | | | | | 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 Converse | 2012-01-09 | 1 | -1/+1 |
| | |||||
* | doxygen: fix wrong comment syntax, //< vs. ///< | Diego Biurrun | 2011-08-26 | 1 | -4/+4 |
| | |||||
* | aacps: skip some memcpy() if src and dst would be equal | Mans Rullgard | 2011-07-15 | 1 | -8/+11 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | doxygen: Move function documentation into the macro generating the function. | Diego Biurrun | 2011-07-14 | 1 | -12/+12 |
| | | | | | 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 Biurrun | 2011-07-03 | 1 | -1/+1 |
| | |||||
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Move Parametric Stereo related ps* files to aacps*. | Alex Converse | 2010-06-22 | 1 | -0/+1037 |
Originally committed as revision 23720 to svn://svn.ffmpeg.org/ffmpeg/trunk |