summaryrefslogtreecommitdiff
path: root/libavcodec/cbrt_tablegen.h
Commit message (Collapse)AuthorAge
* tablegen: Don't use cbrtf in host toolsDerek Buitenhuis2013-10-15
| | | | | | | | You cannot count on them being present on all systems, and you cannot include libm.h in a host tool, so just hard code baseline implementations. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* multiple inclusion guard cleanupDiego Biurrun2011-05-21
| | | | | Add missing multiple inclusion guards; clean up #endif comments; add missing library prefixes; keep guard names consistent.
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Allow hard-coding of the 32kB cubic-root table for AAC.Reimar Döffinger2010-03-14
Originally committed as revision 22527 to svn://svn.ffmpeg.org/ffmpeg/trunk