summaryrefslogtreecommitdiff
path: root/libavcodec/bink.c
Commit message (Expand)AuthorAgeFilesLines
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-061-1/+2
* Fix grammar errors in documentationMåns Rullgård2010-06-301-9/+9
* bink: correctly align local arraysMåns Rullgård2010-06-021-2/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* fix minor typoKostya Shishkov2010-03-211-1/+1
* Bink version 'h' also has chroma planes swappedKostya Shishkov2010-03-061-1/+1
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-2/+2
* Decode alpha plane in Bink videoKostya Shishkov2010-02-231-6/+4
* cosmetics: reindent after last commitKostya Shishkov2010-02-231-157/+157
* Move plane decoding code into separate function in Bink decoderKostya Shishkov2010-02-231-58/+70
* Bink video decoder now can use extradata to detect alpha plane presenceKostya Shishkov2010-02-231-1/+10
* Make Bink decoder able to skip alpha planeKostya Shishkov2010-02-221-0/+10
* Make Bink decoder to stop decoding planes after all bits are used.Kostya Shishkov2010-02-221-1/+4
* Correct bundle lengths calculation for small Bink files.Kostya Shishkov2010-02-221-1/+2
* Bink video decoderKostya Shishkov2010-02-211-0/+979