summaryrefslogtreecommitdiff
path: root/libavcodec/bink.c
Commit message (Expand)AuthorAge
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Change some band size calculations in Bink decoder to use width in blocksKostya Shishkov2011-01-15
* bink: make bink_rlelens static (it's only used in this file)Ramiro Polla2010-10-30
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-06
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* bink: correctly align local arraysMåns Rullgård2010-06-02
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* fix minor typoKostya Shishkov2010-03-21
* Bink version 'h' also has chroma planes swappedKostya Shishkov2010-03-06
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
* Decode alpha plane in Bink videoKostya Shishkov2010-02-23
* cosmetics: reindent after last commitKostya Shishkov2010-02-23
* Move plane decoding code into separate function in Bink decoderKostya Shishkov2010-02-23
* Bink video decoder now can use extradata to detect alpha plane presenceKostya Shishkov2010-02-23
* Make Bink decoder able to skip alpha planeKostya Shishkov2010-02-22
* Make Bink decoder to stop decoding planes after all bits are used.Kostya Shishkov2010-02-22
* Correct bundle lengths calculation for small Bink files.Kostya Shishkov2010-02-22
* Bink video decoderKostya Shishkov2010-02-21