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
2014-12-19qdm2: Allow hard-coding VLC tables.Reimar Döffinger
Also adds a lot of infrastructure necessary for it. Some of it is a bit ugly though. Increases binary size for hardcoded tables by about 12 kB, which is about 15 kB from qdm2_table minus data and code saved that was only used for creating it. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2010-06-27tablegen: implement and use WRITE_ARRAY macrosDiego Pettenò
Two macros (WRITE_ARRAY and WRITE_ARRAY_2D) take the prefix (modifiers) (not all tables are static, and they might not be constant either), the type, and the name of the array. It'll be copied with same name and type, and with the correct size of the currently-defined object. Originally committed as revision 23821 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-27tableprint: use the type name as-is for the functions' names.Diego Pettenò
This drops one parameter from the functions' macros, and require structures to be typedeffed, but ensures that it is possible to map 1-to-1 the type to the function name. Originally committed as revision 23820 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-04-01Change/simplify the tableprint/tablegen API.Reimar Döffinger
Originally committed as revision 22761 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