summaryrefslogtreecommitdiffstats
path: root/libavformat/bink.c
Commit message (Expand)AuthorAgeFilesLines
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
* bink: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-101-1/+3
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-1/+1
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-2/+3
* lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-191-1/+1
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-8/+7
* bink: pass Bink version to audio decoder through extradata instead of codec_tag.Kostya2011-07-061-1/+6
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-031-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-4/+4
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-3/+3
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-2/+2
* bink: decode audio track identifiers into AVStream.idPeter Ross2011-02-251-1/+2
* bink: set audio stream codec_tag such that binkaudio decoder can identify bit...Peter Ross2011-02-251-1/+1
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-15/+15
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-2/+2
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Prevent memory leak introduced in r22389 in Bink demuxer: pass partial packet...Peter Ross2010-03-111-7/+7
* Ensure Bink demuxer returns AVERROR code when av_get_packet() failsPeter Ross2010-03-091-3/+3
* handle errors reported by av_get_packet() in Bink demuxerPeter Ross2010-03-041-2/+1
* Guard against invalid memory readPeter Ross2010-03-041-1/+3
* Support demuxing of streamed Bink filesPeter Ross2010-03-031-6/+8
* low-complexity Bink file seekingPeter Ross2010-02-241-0/+15
* set AVINDEX_KEYFRAME correctly for binkPeter Ross2010-02-241-8/+10
* Set video stream duration for Bink demuxerPeter Ross2010-02-231-6/+5
* Bink audio pts starts at 0, not reported_sizePeter Ross2010-02-231-1/+2
* Make Bink demuxer pass video flags to decoderKostya Shishkov2010-02-231-2/+4
* Make Bink demuxer skip all zero audio tracks, not only the first oneKostya Shishkov2010-02-191-1/+1
* Bink video codec id is there, demuxer can use itKostya Shishkov2010-01-311-1/+1
* Bink demuxerPeter Ross2010-01-311-0/+247
OpenPOWER on IntegriCloud