summaryrefslogtreecommitdiff
path: root/libavcodec/tableprint.c
Commit message (Expand)AuthorAge
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* tableprint: use the type name as-is for the functions' names.Diego Pettenò2010-06-27
* Support writing 2d float arrays.Michael Kostylev2010-05-13
* Change/simplify the tableprint/tablegen API.Reimar Döffinger2010-04-01
* Do not use puts, it adds additional newlines making the generated filesReimar Döffinger2010-03-21
* Extend and move macros to create table printing functions to header.Reimar Döffinger2010-03-21
* Add some more table-printing functions needed for future patches.Reimar Döffinger2010-03-14
* Replace some printf() with puts() in tableprint.cMåns Rullgård2010-03-09
* Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger2010-01-09
* Add support for hardcoding the motionpixels rgb to yuv table.Reimar Döffinger2009-11-26
* Change format string from "x" to PRIx32 to hopefully fix a warning with Cygwi...Reimar Döffinger2009-10-28
* Better formatting for 2D tables in tableprint code.Reimar Döffinger2009-10-28
* Add support for hardcoding the mpegaudiodec tables.Reimar Döffinger2009-10-28