]> git.sesse.net Git - ffmpeg/history - libavcodec/bink.c
fix compilation with --disable-everything --enable-decoder=mpeg2video
[ffmpeg] / libavcodec / bink.c
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