| Commit message (Expand) | Author | Age | Files | Lines |
* | swfdec: do better validation of tag length | Justin Ruggles | 2013-07-10 | 1 | -3/+19 |
* | swf: check return values for av_get/new_packet(). | Ronald S. Bultje | 2012-02-26 | 1 | -5/+9 |
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -3/+3 |
* | lavf: replace av_new_stream->avformat_new_stream part II. | Anton Khirnov | 2011-10-19 | 1 | -3/+6 |
* | swfdec: Add support for sample_rate_code 0 (5512 Hz) | Alex Converse | 2011-09-21 | 1 | -2/+3 |
* | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -6/+6 |
* | Remove return statements following infinite loops without break | Mans Rullgard | 2011-07-03 | 1 | -1/+0 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense | Anton Khirnov | 2011-03-16 | 1 | -3/+3 |
* | avio: deprecate url_feof | Anton Khirnov | 2011-03-07 | 1 | -1/+1 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -1/+1 |
* | lavf: replace all uses of url_fskip with avio_seek | Anton Khirnov | 2011-03-01 | 1 | -3/+3 |
* | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-21 | 1 | -22/+22 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -3/+3 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -7/+7 |
* | Add ff_ prefixes to exported symbols in libavformat/riff.h. | Daniel Verkamp | 2009-06-22 | 1 | -2/+2 |
* | swf timestamps are 16 bits | Baptiste Coudurier | 2009-03-14 | 1 | -1/+1 |
* | remove unused fields in swf context | Baptiste Coudurier | 2009-03-14 | 1 | -1/+0 |
* | Set pkt->pos correctly (to the start of header of the packet) in swfdec. | Reimar Döffinger | 2009-03-13 | 1 | -0/+4 |
* | fix swf seeking by fixing new stream detection | Baptiste Coudurier | 2009-03-13 | 1 | -5/+25 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -2/+2 |
* | Fix build: Add intreadwrite.h and bswap.h #includes where necessary. | Diego Biurrun | 2009-01-11 | 1 | -0/+1 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -1/+1 |
* | cosmetics, add demuxer word | Baptiste Coudurier | 2008-05-26 | 1 | -1/+1 |
* | remove useless/obsolete comments | Baptiste Coudurier | 2008-05-20 | 1 | -7/+0 |
* | remove useless close function | Baptiste Coudurier | 2008-05-20 | 1 | -6/+0 |
* | split swf de/muxer | Baptiste Coudurier | 2008-05-20 | 1 | -0/+206 |