summaryrefslogtreecommitdiffstats
path: root/libavcodec/aac_tablegen.h
Commit message (Collapse)AuthorAgeFilesLines
* cosmetics: Add '0' to float constants ending in '.'.Diego Biurrun2013-07-251-1/+1
|
* aac: fix build with hardcoded tablesMans Rullgard2012-10-181-1/+0
| | | | | | | | | | | aac_tablegen.h includes aac.h for the POW_SF2_ZERO definition, but this also pulls in a raft of other headers, some of which are not safe to use in code built with the host compiler. Moving POW_SF2_ZERO to aac_tablegen_decl.h, where the declaration of the array it relates to already resides, fixes the problems. Signed-off-by: Mans Rullgard <mans@mansr.com>
* Drop unnecessary directory prefixes from #include directives.Diego Biurrun2011-06-071-1/+1
|
* multiple inclusion guard cleanupDiego Biurrun2011-05-211-3/+3
| | | | | Add missing multiple inclusion guards; clean up #endif comments; add missing library prefixes; keep guard names consistent.
* Define POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_tabp[] offsets insteadAlex Converse2011-04-271-1/+2
| | | | of hardcoding 200 everywhere.
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Remove unnecessary ../ from include directivesMåns Rullgård2010-06-261-1/+1
| | | | Originally committed as revision 23806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aactab: Tablegenify ff_aac_pow2sf_tab.Alex Converse2010-06-231-0/+42
Originally committed as revision 23740 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud