| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf: fix usage of AVIOContext.seekable | Anton Khirnov | 2016-09-30 | 1 | -1/+1 |
* | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
* | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -23/+23 |
* | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
* | avformat: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | lavf: more correct printf format specifiers | Diego Biurrun | 2014-03-11 | 1 | -3/+7 |
* | bink demuxer: set framerate. | Anton Khirnov | 2013-02-01 | 1 | -0/+1 |
* | bink demuxer: check malloc return value | Anton Khirnov | 2013-02-01 | 1 | -0/+2 |
* | bink: set channel layout | Justin Ruggles | 2012-11-12 | 1 | -1/+8 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -2/+2 |
* | bink: Check return value of avio_seek and avoid modifying state if it fails | Joakim Plate | 2012-02-10 | 1 | -1/+3 |
* | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -1/+1 |
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -2/+3 |
* | lavf: replace av_new_stream->avformat_new_stream part II. | Anton Khirnov | 2011-10-19 | 1 | -1/+1 |
* | lavf,lavd: replace av_new_stream->avformat_new_stream part I. | Anton Khirnov | 2011-10-19 | 1 | -1/+1 |
* | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -8/+7 |
* | bink: pass Bink version to audio decoder through extradata instead of codec_tag. | Kostya | 2011-07-06 | 1 | -1/+6 |
* | 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 |
* | lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense | Anton Khirnov | 2011-03-16 | 1 | -4/+4 |
* | lavf: replace all uses of url_fskip with avio_seek | Anton Khirnov | 2011-03-01 | 1 | -3/+3 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -2/+2 |
* | bink: decode audio track identifiers into AVStream.id | Peter Ross | 2011-02-25 | 1 | -1/+2 |
* | bink: set audio stream codec_tag such that binkaudio decoder can identify bit... | Peter Ross | 2011-02-25 | 1 | -1/+1 |
* | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-21 | 1 | -15/+15 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -2/+2 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. | Jean-Daniel Dupas | 2010-03-31 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -2/+2 |
* | Prevent memory leak introduced in r22389 in Bink demuxer: pass partial packet... | Peter Ross | 2010-03-11 | 1 | -7/+7 |
* | Ensure Bink demuxer returns AVERROR code when av_get_packet() fails | Peter Ross | 2010-03-09 | 1 | -3/+3 |
* | handle errors reported by av_get_packet() in Bink demuxer | Peter Ross | 2010-03-04 | 1 | -2/+1 |
* | Guard against invalid memory read | Peter Ross | 2010-03-04 | 1 | -1/+3 |
* | Support demuxing of streamed Bink files | Peter Ross | 2010-03-03 | 1 | -6/+8 |
* | low-complexity Bink file seeking | Peter Ross | 2010-02-24 | 1 | -0/+15 |
* | set AVINDEX_KEYFRAME correctly for bink | Peter Ross | 2010-02-24 | 1 | -8/+10 |
* | Set video stream duration for Bink demuxer | Peter Ross | 2010-02-23 | 1 | -6/+5 |
* | Bink audio pts starts at 0, not reported_size | Peter Ross | 2010-02-23 | 1 | -1/+2 |
* | Make Bink demuxer pass video flags to decoder | Kostya Shishkov | 2010-02-23 | 1 | -2/+4 |
* | Make Bink demuxer skip all zero audio tracks, not only the first one | Kostya Shishkov | 2010-02-19 | 1 | -1/+1 |
* | Bink video codec id is there, demuxer can use it | Kostya Shishkov | 2010-01-31 | 1 | -1/+1 |
* | Bink demuxer | Peter Ross | 2010-01-31 | 1 | -0/+247 |