]> git.sesse.net Git - ffmpeg/history - libavcodec/vc1_parser.c
lavc: remove disabled FF_API_OLD_SAMPLE_FMT cruft.
[ffmpeg] / libavcodec / vc1_parser.c
2012-01-06 Janne Grunauparsers: initialize MpegEncContext.slice_context_count...
2011-12-12 Diego Biurrundoxygen: misc consistency, spelling and wording fixes
2011-11-02 Anton Khirnovlavc: use designated initialisers for parsers.
2011-08-25 John Stebbinsvc1: fix VC-1 Pulldown handling.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2009-05-30 Baptiste Coudurierset pict_type in VC-1 parser, fix some timestamps problems
2009-02-22 Michael NiedermayerFix vc1 split().
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2007-05-07 Aurelien Jacobsmake some parser parameters const to avoid casting...
2007-05-06 Kostya ShishkovMake vc1_parser.c compilable without special defines
2007-05-05 Diego BiurrunRemove superfluous #includes, parser.h now includes...
2007-05-04 Kostya Shishkov100l to myself. Do not include stuff unneeded by parser
2007-05-04 Diego BiurrunMove VC1 parser to its own file.