summaryrefslogtreecommitdiff
path: root/libavformat/swfenc.c
Commit message (Expand)AuthorAge
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-22
* check av_fifo_alloc returnBaptiste Coudurier2009-05-21
* Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini2009-04-13
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-12
* Reorder arguments for av_fifo_generic_read to be more logical andReimar Döffinger2009-03-09
* Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer2009-03-08
* Remove const qualifier from function argument to eliminate the warningDiego Biurrun2009-02-08
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-03
* update swf video frame number when muxing done, fix #439Baptiste Coudurier2008-07-19
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* use internal video frame numberBaptiste Coudurier2008-05-27
* cosmeticsBaptiste Coudurier2008-05-27
* simplify, use pointer to codec context in struct instead of only idBaptiste Coudurier2008-05-27
* use AVFifoBufferBaptiste Coudurier2008-05-27
* cosmeticsBaptiste Coudurier2008-05-27
* merge init and declarationBaptiste Coudurier2008-05-27
* simplify and use version insteadBaptiste Coudurier2008-05-27
* simplifyBaptiste Coudurier2008-05-27
* simplifyBaptiste Coudurier2008-05-27
* cosmetics, remove useless cases and bracesBaptiste Coudurier2008-05-27
* cosmetics, remove useless dotBaptiste Coudurier2008-05-26
* remove useless/obsolete commentsBaptiste Coudurier2008-05-20
* split swf de/muxerBaptiste Coudurier2008-05-20