summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2012-11-03Merge commit '9a07c1332cfe092b57b5758f22b686ca58806c60'Michael Niedermayer9-26/+22
2012-11-02parser: Move Doxygen documentation to the header filesDiego Biurrun3-9/+9
2012-03-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer41-768/+805
2012-03-07parser: remove forward declaration of MpegEncContextPaul B Mahol1-2/+0
2012-02-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer30-935/+1187
2012-02-10remove ParseContext1Rafaël Carré2-22/+0
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-06-30Fix grammar errors in documentationMåns Rullgård111-579/+578
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun194-219/+219
2008-10-23add state64 field to ParseContext storing last 8 bytes, to be able to check f...Baptiste Coudurier2-0/+2
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2008-06-03small spelling/wording fixesDiego Biurrun1-4/+4
2008-06-03ff_fetch_timestamp() prototypeMichael Niedermayer1-0/+7
2007-10-17Fix #endif comment typo.Diego Biurrun1-1/+1
2007-05-09move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.cAurelien Jacobs5-45/+74
2007-05-08move aac and ac3 parsers in their own filesAurelien Jacobs9-314/+433
2007-05-07make some parser parameters const to avoid casting const to non-constAurelien Jacobs17-42/+42
2007-05-05parser.h uses AVCodecContext so it needs to include avcodec.hAurelien Jacobs1-0/+1
2007-04-15Move AC3 header parsing code together with the rest of the AC3 parsing code.Diego Biurrun6-65/+66
2007-04-07typos/grammarDiego Biurrun13-15/+15
2006-11-12move all cavs-parsing to cavs.cStefan Gehrer5-83/+84
2006-11-12make mpeg4video_split public as ff_mpeg4video_splitStefan Gehrer2-3/+5
2006-11-06move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo...Baptiste Coudurier4-211/+232