| Commit message (Expand) | Author | Age | Files | Lines |
* | swfenc: error out for more than 1 audio or video stream | Janne Grunau | 2012-10-09 | 1 | -0/+8 |
* | lavf: flush the output AVIOContext in av_write_trailer(). | Anton Khirnov | 2012-09-15 | 1 | -2/+0 |
* | swf: Move shared table out of the header file | Diego Biurrun | 2012-08-09 | 1 | -1/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -15/+15 |
* | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -2/+2 |
* | avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps. | James Zern | 2012-05-20 | 1 | -0/+2 |
* | swfenc: use av_get_audio_frame_duration() instead of AVCodecContext.frame_size | Justin Ruggles | 2012-03-05 | 1 | -5/+1 |
* | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -20/+19 |
* | avio: introduce an AVIOContext.seekable field | Anton Khirnov | 2011-04-03 | 1 | -1/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | avio: rename put_flush_packet -> avio_flush | Anton Khirnov | 2011-03-16 | 1 | -3/+3 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -5/+5 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -6/+6 |
* | lavf: replace remaining uses of put_tag with avio_write | Anton Khirnov | 2011-02-25 | 1 | -2/+2 |
* | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-21 | 1 | -54/+54 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -7/+7 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+2 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -3/+3 |
* | Add ff_ prefixes to exported symbols in libavformat/riff.h. | Daniel Verkamp | 2009-06-22 | 1 | -1/+1 |
* | check av_fifo_alloc return | Baptiste Coudurier | 2009-05-21 | 1 | -0/+2 |
* | Rename pbBufPtr() to put_bits_ptr(). | Stefano Sabatini | 2009-04-13 | 1 | -3/+3 |
* | Split bitstream.h, put the bitstream writer stuff in the new file | Stefano Sabatini | 2009-04-12 | 1 | -1/+1 |
* | Reorder arguments for av_fifo_generic_read to be more logical and | Reimar Döffinger | 2009-03-09 | 1 | -1/+1 |
* | Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues. | Michael Niedermayer | 2009-03-08 | 1 | -7/+7 |
* | Remove const qualifier from function argument to eliminate the warning | Diego Biurrun | 2009-02-08 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -2/+2 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -2/+2 |
* | Remove offset_t typedef and use int64_t directly instead. | Diego Biurrun | 2008-10-03 | 1 | -1/+1 |
* | update swf video frame number when muxing done, fix #439 | Baptiste Coudurier | 2008-07-19 | 1 | -0/+3 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -2/+2 |
* | use internal video frame number | Baptiste Coudurier | 2008-05-27 | 1 | -1/+1 |
* | cosmetics | Baptiste Coudurier | 2008-05-27 | 1 | -1/+1 |
* | simplify, use pointer to codec context in struct instead of only id | Baptiste Coudurier | 2008-05-27 | 1 | -31/+23 |
* | use AVFifoBuffer | Baptiste Coudurier | 2008-05-27 | 1 | -7/+8 |
* | cosmetics | Baptiste Coudurier | 2008-05-27 | 1 | -9/+3 |
* | merge init and declaration | Baptiste Coudurier | 2008-05-27 | 1 | -3/+1 |
* | simplify and use version instead | Baptiste Coudurier | 2008-05-27 | 1 | -9/+10 |
* | simplify | Baptiste Coudurier | 2008-05-27 | 1 | -4/+1 |
* | simplify | Baptiste Coudurier | 2008-05-27 | 1 | -5/+1 |
* | cosmetics, remove useless cases and braces | Baptiste Coudurier | 2008-05-27 | 1 | -16/+8 |
* | cosmetics, remove useless dot | Baptiste Coudurier | 2008-05-26 | 1 | -1/+1 |
* | remove useless/obsolete comments | Baptiste Coudurier | 2008-05-20 | 1 | -2/+0 |
* | split swf de/muxer | Baptiste Coudurier | 2008-05-20 | 1 | -0/+561 |