summaryrefslogtreecommitdiff
path: root/libavformat/bink.c
Commit message (Expand)AuthorAge
* lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-19
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* bink: pass Bink version to audio decoder through extradata instead of codec_tag.Kostya2011-07-06
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-01
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* bink: decode audio track identifiers into AVStream.idPeter Ross2011-02-25
* bink: set audio stream codec_tag such that binkaudio decoder can identify bit...Peter Ross2011-02-25
* avio: avio_ prefixes for get_* 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
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Prevent memory leak introduced in r22389 in Bink demuxer: pass partial packet...Peter Ross2010-03-11
* Ensure Bink demuxer returns AVERROR code when av_get_packet() failsPeter Ross2010-03-09
* handle errors reported by av_get_packet() in Bink demuxerPeter Ross2010-03-04
* Guard against invalid memory readPeter Ross2010-03-04
* Support demuxing of streamed Bink filesPeter Ross2010-03-03
* low-complexity Bink file seekingPeter Ross2010-02-24
* set AVINDEX_KEYFRAME correctly for binkPeter Ross2010-02-24
* Set video stream duration for Bink demuxerPeter Ross2010-02-23
* Bink audio pts starts at 0, not reported_sizePeter Ross2010-02-23
* Make Bink demuxer pass video flags to decoderKostya Shishkov2010-02-23
* Make Bink demuxer skip all zero audio tracks, not only the first oneKostya Shishkov2010-02-19
* Bink video codec id is there, demuxer can use itKostya Shishkov2010-01-31
* Bink demuxerPeter Ross2010-01-31