Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-07avcodec/parser: add fuzzy mode to ff_fetch_timestamp()Michael Niedermayer
2012-11-03Merge commit '9a07c1332cfe092b57b5758f22b686ca58806c60'Michael Niedermayer
2012-11-02parser: Move Doxygen documentation to the header filesDiego Biurrun
2012-03-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-07parser: remove forward declaration of MpegEncContextPaul B Mahol
2012-02-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-10remove ParseContext1Rafaël Carré
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-06-30Fix grammar errors in documentationMåns Rullgård
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-10-23add state64 field to ParseContext storing last 8 bytes, to be able to check f...Baptiste Coudurier
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-06-03small spelling/wording fixesDiego Biurrun
2008-06-03ff_fetch_timestamp() prototypeMichael Niedermayer
2007-10-17Fix #endif comment typo.Diego Biurrun
2007-05-10move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.cAurelien Jacobs
2007-05-09move aac and ac3 parsers in their own filesAurelien Jacobs
2007-05-07make some parser parameters const to avoid casting const to non-constAurelien Jacobs
2007-05-05parser.h uses AVCodecContext so it needs to include avcodec.hAurelien Jacobs
2007-04-15Move AC3 header parsing code together with the rest of the AC3 parsing code.Diego Biurrun
2007-04-07typos/grammarDiego Biurrun
2006-11-12move all cavs-parsing to cavs.cStefan Gehrer
2006-11-12make mpeg4video_split public as ff_mpeg4video_splitStefan Gehrer
2006-11-06move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo...Baptiste Coudurier