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