summaryrefslogtreecommitdiff
path: root/libavcodec/aacps_tablegen.h
Commit message (Collapse)AuthorAge
* aacps: Adjust some const qualifiers to suppress warningsDiego Biurrun2013-11-22
|
* cosmetics: Add '0' to float constants ending in '.'.Diego Biurrun2013-07-25
|
* libm: add fallbacks for various single-precision functionsMans Rullgard2012-10-23
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* fix hardcoded tables compililation caused by missing math constantsJanne Grunau2012-06-21
| | | | | | Add -D_XOPEN_SOURCE=600 to host cflags to make the constants in math.h available. Include math.h where necessary and remove redundant M_PI defines.
* aacps: align some arraysMans Rullgard2012-05-05
| | | | | | This is required for SIMD optimisations. Signed-off-by: Mans Rullgard <mans@mansr.com>
* doxygen: fix wrong comment syntax, //< vs. ///<Diego Biurrun2011-08-26
|
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Remove unnecessary ../ from include directivesMåns Rullgård2010-06-26
| | | | Originally committed as revision 23806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move Parametric Stereo related ps* files to aacps*.Alex Converse2010-06-22
Originally committed as revision 23720 to svn://svn.ffmpeg.org/ffmpeg/trunk