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
2013-12-02dv: Move DV VLC data tables out of header fileDiego Biurrun
2012-04-17dv_tablegen: Drop unnecessary av_unused attribute from dv_vlc_map_tableinit().Diego Biurrun
2012-03-27dv: Split off DV video decoder into its own file.Diego Biurrun
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-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-03-21Add support for hard-coding the 256kB large dv_vlc_map table.Reimar Döffinger
Originally committed as revision 22622 to svn://svn.ffmpeg.org/ffmpeg/trunk