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
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-04-04avio: introduce an AVIOContext.seekable fieldAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17avio: rename put_flush_packet -> avio_flushAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-25lavf: replace remaining uses of put_tag with avio_writeAnton Khirnov
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
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