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
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-06-23Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp
2009-05-22check av_fifo_alloc returnBaptiste Coudurier
2009-04-13Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini
2009-04-12Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini
2009-03-09Reorder arguments for av_fifo_generic_read to be more logical andReimar Döffinger
2009-03-08Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer
2009-02-08Remove const qualifier from function argument to eliminate the warningDiego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun
2008-07-19update swf video frame number when muxing done, fix #439Baptiste Coudurier
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-28use internal video frame numberBaptiste Coudurier
2008-05-28cosmeticsBaptiste Coudurier
2008-05-28simplify, use pointer to codec context in struct instead of only idBaptiste Coudurier
2008-05-27use AVFifoBufferBaptiste Coudurier
2008-05-27cosmeticsBaptiste Coudurier
2008-05-27merge init and declarationBaptiste Coudurier
2008-05-27simplify and use version insteadBaptiste Coudurier
2008-05-27simplifyBaptiste Coudurier
2008-05-27simplifyBaptiste Coudurier
2008-05-27cosmetics, remove useless cases and bracesBaptiste Coudurier
2008-05-26cosmetics, remove useless dotBaptiste Coudurier
2008-05-21remove useless/obsolete commentsBaptiste Coudurier
2008-05-21split swf de/muxerBaptiste Coudurier