summaryrefslogtreecommitdiff
path: root/libavcodec/parser.h
Commit message (Expand)AuthorAge
* parser: Move Doxygen documentation to the header filesDiego Biurrun2012-11-02
* parser: remove forward declaration of MpegEncContextPaul B Mahol2012-03-07
* remove ParseContext1Rafaël Carré2012-02-10
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* add state64 field to ParseContext storing last 8 bytes, to be able to check f...Baptiste Coudurier2008-10-23
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* small spelling/wording fixesDiego Biurrun2008-06-03
* ff_fetch_timestamp() prototypeMichael Niedermayer2008-06-03
* Fix #endif comment typo.Diego Biurrun2007-10-17
* move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.cAurelien Jacobs2007-05-09
* move aac and ac3 parsers in their own filesAurelien Jacobs2007-05-08
* make some parser parameters const to avoid casting const to non-constAurelien Jacobs2007-05-07
* parser.h uses AVCodecContext so it needs to include avcodec.hAurelien Jacobs2007-05-05
* Move AC3 header parsing code together with the rest of the AC3 parsing code.Diego Biurrun2007-04-15
* typos/grammarDiego Biurrun2007-04-07
* move all cavs-parsing to cavs.cStefan Gehrer2006-11-12
* make mpeg4video_split public as ff_mpeg4video_splitStefan Gehrer2006-11-12
* move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo...Baptiste Coudurier2006-11-06