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
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-05-13Support writing 2d float arrays.Michael Kostylev
Patch by Michael Kostylev, michael D kostylev A gmail Originally committed as revision 23105 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-21Do not use puts, it adds additional newlines making the generated filesReimar Döffinger
needlessly ugly. Originally committed as revision 22623 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-21Extend and move macros to create table printing functions to header.Reimar Döffinger
Simplifies creating custom functions for printing DV VLC-related tables. Originally committed as revision 22621 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-14Add some more table-printing functions needed for future patches.Reimar Döffinger
Originally committed as revision 22524 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-09Replace some printf() with puts() in tableprint.cMåns Rullgård
This gets rid of a gcc warning about non-literal format strings. Originally committed as revision 22402 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-09Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger
Originally committed as revision 21108 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-27Add support for hardcoding the motionpixels rgb to yuv table.Reimar Döffinger
Originally committed as revision 20627 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-28Change format string from "x" to PRIx32 to hopefully fix a warning with ↵Reimar Döffinger
Cygwin gcc 4.2.4. Originally committed as revision 20407 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-28Better formatting for 2D tables in tableprint code.Reimar Döffinger
Originally committed as revision 20402 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-28Add support for hardcoding the mpegaudiodec tables.Reimar Döffinger
Reduces .bss size by about 194 kB. Originally committed as revision 20400 to svn://svn.ffmpeg.org/ffmpeg/trunk