]> git.sesse.net Git - ffmpeg/history - libavcodec/vc1_parser.c
avcodec: Mark argument in av_{parser|hwaccel|bitstream_filter}_next as const
[ffmpeg] / libavcodec / vc1_parser.c
2013-05-04 Diego Biurrunavcodec: Add av_cold attributes to init functions missi...
2013-05-03 Masaki Tanakavc1_parser: Set field_order.
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-02-18 Ronald S. Bultjevc1parse: call vc1_init_common().
2012-02-15 Martin Storsjövc1: Add ff_ prefix to nonstatic symbols
2012-02-10 Rafaël Carrévc1: use ff_parse_close
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.