]> git.sesse.net Git - ffmpeg/history - libavcodec/bink.c
Add stereo rematrixing support to the AC-3 encoders.
[ffmpeg] / libavcodec / bink.c
2010-10-30 Ramiro Pollabink: make bink_rlelens static (it's only used in this...
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-08-06 Stefano SabatiniRemove use of the deprecated function avcodec_check_dim...
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-02 Måns Rullgårdbink: correctly align local arrays
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-21 Kostya Shishkovfix minor typo
2010-03-06 Kostya ShishkovBink version 'h' also has chroma planes swapped
2010-03-06 Måns RullgårdRemove DECLARE_ALIGNED_{8,16} macros
2010-02-23 Kostya ShishkovDecode alpha plane in Bink video
2010-02-23 Kostya Shishkovcosmetics: reindent after last commit
2010-02-23 Kostya ShishkovMove plane decoding code into separate function in...
2010-02-23 Kostya ShishkovBink video decoder now can use extradata to detect...
2010-02-22 Kostya ShishkovMake Bink decoder able to skip alpha plane
2010-02-22 Kostya ShishkovMake Bink decoder to stop decoding planes after all...
2010-02-22 Kostya ShishkovCorrect bundle lengths calculation for small Bink files.
2010-02-21 Kostya ShishkovBink video decoder