summaryrefslogtreecommitdiffstats
path: root/libavformat/bink.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
| | | | | | | | Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-1/+1
| | | | | | Patch by Jean-Daniel Dupas, devlists shadowlab org Originally committed as revision 22744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
| | | | | | is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prevent memory leak introduced in r22389 in Bink demuxer: pass partial ↵Peter Ross2010-03-111-7/+7
| | | | | | packets to decoder. Originally committed as revision 22468 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ensure Bink demuxer returns AVERROR code when av_get_packet() failsPeter Ross2010-03-091-3/+3
| | | | Originally committed as revision 22389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* handle errors reported by av_get_packet() in Bink demuxerPeter Ross2010-03-041-2/+1
| | | | Originally committed as revision 22208 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Guard against invalid memory readPeter Ross2010-03-041-1/+3
| | | | Originally committed as revision 22207 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support demuxing of streamed Bink filesPeter Ross2010-03-031-6/+8
| | | | Originally committed as revision 22166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* low-complexity Bink file seekingPeter Ross2010-02-241-0/+15
| | | | Originally committed as revision 22022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set AVINDEX_KEYFRAME correctly for binkPeter Ross2010-02-241-8/+10
| | | | Originally committed as revision 22021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set video stream duration for Bink demuxerPeter Ross2010-02-231-6/+5
| | | | Originally committed as revision 21996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bink audio pts starts at 0, not reported_sizePeter Ross2010-02-231-1/+2
| | | | Originally committed as revision 21994 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make Bink demuxer pass video flags to decoderKostya Shishkov2010-02-231-2/+4
| | | | Originally committed as revision 21978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make Bink demuxer skip all zero audio tracks, not only the first oneKostya Shishkov2010-02-191-1/+1
| | | | Originally committed as revision 21908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bink video codec id is there, demuxer can use itKostya Shishkov2010-01-311-1/+1
| | | | Originally committed as revision 21574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bink demuxerPeter Ross2010-01-311-0/+247
Originally committed as revision 21569 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud