]> git.sesse.net Git - ffmpeg/history - libavcodec/parser.h
parser: Move Doxygen documentation to the header files
[ffmpeg] / libavcodec / parser.h
2012-11-02 Diego Biurrunparser: Move Doxygen documentation to the header files
2012-03-07 Paul B Maholparser: remove forward declaration of MpegEncContext
2012-02-10 Rafaël Carréremove ParseContext1
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-06-30 Måns RullgårdFix grammar errors in documentation
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-10-23 Baptiste Coudurieradd state64 field to ParseContext storing last 8 bytes...
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-06-03 Diego Biurrunsmall spelling/wording fixes
2008-06-03 Michael Niedermayerff_fetch_timestamp() prototype
2007-10-17 Diego BiurrunFix #endif comment typo.
2007-05-09 Aurelien Jacobsmove ff_mpeg4_find_frame_end() from h263dec.c to mpeg4v...
2007-05-08 Aurelien Jacobsmove aac and ac3 parsers in their own files
2007-05-07 Aurelien Jacobsmake some parser parameters const to avoid casting...
2007-05-05 Aurelien Jacobsparser.h uses AVCodecContext so it needs to include...
2007-04-15 Diego BiurrunMove AC3 header parsing code together with the rest...
2007-04-07 Diego Biurruntypos/grammar
2006-11-12 Stefan Gehrermove all cavs-parsing to cavs.c
2006-11-12 Stefan Gehrermake mpeg4video_split public as ff_mpeg4video_split
2006-11-06 Baptiste Couduriermove AVCodecParser prototypes and definitions to parser...