summaryrefslogtreecommitdiff
path: root/libavcodec/qdm2_tablegen.h
Commit message (Collapse)AuthorAge
* qdm2: fix signed multiplication overflowMans Rullgard2011-10-12
| | | | | | | | This code relies on the result wrapping as for unsigned values, and the sign is not used. Thus an unsigned type is proper here. Signed-off-by: Mans Rullgard <mans@mansr.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>
* Remove unnecessary ../ from include directivesMåns Rullgård2010-06-26
| | | | Originally committed as revision 23806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include appropriate header in table generators instead of using a dummyReimar Döffinger2010-03-29
| | | | | | av_cold define. Originally committed as revision 22723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow hard-coding several QDM2 tables (about 32 kB size).Reimar Döffinger2010-03-14
Originally committed as revision 22525 to svn://svn.ffmpeg.org/ffmpeg/trunk