summaryrefslogtreecommitdiff
path: root/libavcodec/bink.c
Commit message (Collapse)AuthorAge
...
* Decode alpha plane in Bink videoKostya Shishkov2010-02-23
| | | | Originally committed as revision 21982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: reindent after last commitKostya Shishkov2010-02-23
| | | | Originally committed as revision 21981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move plane decoding code into separate function in Bink decoderKostya Shishkov2010-02-23
| | | | Originally committed as revision 21980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bink video decoder now can use extradata to detect alpha plane presenceKostya Shishkov2010-02-23
| | | | Originally committed as revision 21979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make Bink decoder able to skip alpha planeKostya Shishkov2010-02-22
| | | | Originally committed as revision 21963 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make Bink decoder to stop decoding planes after all bits are used.Kostya Shishkov2010-02-22
| | | | | | | This prevents crashes during decoding grayscale Bink files like samples from Impossible Creatures game demo. Originally committed as revision 21961 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct bundle lengths calculation for small Bink files.Kostya Shishkov2010-02-22
| | | | | | This fixes issue 1764. Originally committed as revision 21959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bink video decoderKostya Shishkov2010-02-21
Originally committed as revision 21937 to svn://svn.ffmpeg.org/ffmpeg/trunk