Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-12qdm2: fix signed multiplication overflowMans Rullgard
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>
2011-05-21multiple inclusion guard cleanupDiego Biurrun
Add missing multiple inclusion guards; clean up #endif comments; add missing library prefixes; keep guard names consistent.
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2010-06-27Remove unnecessary ../ from include directivesMåns Rullgård
Originally committed as revision 23806 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-30Include appropriate header in table generators instead of using a dummyReimar Döffinger
av_cold define. Originally committed as revision 22723 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-14Allow hard-coding several QDM2 tables (about 32 kB size).Reimar Döffinger
Originally committed as revision 22525 to svn://svn.ffmpeg.org/ffmpeg/trunk