summaryrefslogtreecommitdiffstats
path: root/libavformat/swfenc.c
Commit message (Expand)AuthorAgeFilesLines
* swfenc: error out for more than 1 audio or video streamJanne Grunau2012-10-091-0/+8
* lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov2012-09-151-2/+0
* swf: Move shared table out of the header fileDiego Biurrun2012-08-091-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-15/+15
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-2/+2
* avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.James Zern2012-05-201-0/+2
* swfenc: use av_get_audio_frame_duration() instead of AVCodecContext.frame_sizeJustin Ruggles2012-03-051-5/+1
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-20/+19
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-031-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-161-3/+3
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-5/+5
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-6/+6
* lavf: replace remaining uses of put_tag with avio_writeAnton Khirnov2011-02-251-2/+2
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-54/+54
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-7/+7
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-2/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-3/+3
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-221-1/+1
* check av_fifo_alloc returnBaptiste Coudurier2009-05-211-0/+2
* Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini2009-04-131-3/+3
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-121-1/+1
* Reorder arguments for av_fifo_generic_read to be more logical andReimar Döffinger2009-03-091-1/+1
* Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer2009-03-081-7/+7
* Remove const qualifier from function argument to eliminate the warningDiego Biurrun2009-02-081-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-2/+2
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-2/+2
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-031-1/+1
* update swf video frame number when muxing done, fix #439Baptiste Coudurier2008-07-191-0/+3
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-2/+2
* use internal video frame numberBaptiste Coudurier2008-05-271-1/+1
* cosmeticsBaptiste Coudurier2008-05-271-1/+1
* simplify, use pointer to codec context in struct instead of only idBaptiste Coudurier2008-05-271-31/+23
* use AVFifoBufferBaptiste Coudurier2008-05-271-7/+8
* cosmeticsBaptiste Coudurier2008-05-271-9/+3
* merge init and declarationBaptiste Coudurier2008-05-271-3/+1
* simplify and use version insteadBaptiste Coudurier2008-05-271-9/+10
* simplifyBaptiste Coudurier2008-05-271-4/+1
* simplifyBaptiste Coudurier2008-05-271-5/+1
* cosmetics, remove useless cases and bracesBaptiste Coudurier2008-05-271-16/+8
* cosmetics, remove useless dotBaptiste Coudurier2008-05-261-1/+1
* remove useless/obsolete commentsBaptiste Coudurier2008-05-201-2/+0
* split swf de/muxerBaptiste Coudurier2008-05-201-0/+561
OpenPOWER on IntegriCloud