summaryrefslogtreecommitdiff
path: root/libavcodec/dv_tablegen.c
Commit message (Collapse)AuthorAge
* dv_tablegen: Remove CONFIG_SMALL preprocessor checkDiego Biurrun2013-11-19
| | | | The code does in no way depend on CONFIG_SMALL.
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* tableprint: use the type name as-is for the functions' names.Diego Pettenò2010-06-27
| | | | | | | | 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
* Change/simplify the tableprint/tablegen API.Reimar Döffinger2010-04-01
| | | | Originally committed as revision 22761 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for hard-coding the 256kB large dv_vlc_map table.Reimar Döffinger2010-03-21
Originally committed as revision 22622 to svn://svn.ffmpeg.org/ffmpeg/trunk