]> git.sesse.net Git - ffmpeg/history - libavcodec/h261_parser.c
Replace all CODEC_ID_* with AV_CODEC_ID_*
[ffmpeg] / libavcodec / h261_parser.c
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2011-11-02 Anton Khirnovlavc: use designated initialisers for parsers.
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-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2007-05-20 Michael Niedermayerslightly more correct spliting of frames
2007-05-07 Aurelien Jacobsmake some parser parameters const to avoid casting...
2007-05-05 Diego BiurrunRemove superfluous #includes, parser.h now includes...
2007-05-04 Diego BiurrunMove H.261 parser to its own file.