aboutsummaryrefslogtreecommitdiff
path: root/video/bink_decoder.cpp
AgeCommit message (Expand)Author
2019-11-30VIDEO: Fix Missing Default Switch CasesD G Turner
2019-04-13COMMON: Use a prefix table to speed up the Huffman decoderBastien Bouclet
2019-04-01VIDEO: Fix Bink clearing color commentBastien Bouclet
2019-04-01VIDEO: Fix an integer overflow when dequantizing the DCT coeffsBastien Bouclet
2018-04-19JANITORIAL: Fix whitespaceAdrian Frühwirth
2017-10-08VIDEO: BINK: Fix plane data clobbering caused by incorrect pitch valueBastien Bouclet
2017-09-11JANITORIAL: Silence GCC 7 warningsTorbjörn Andersson
2017-07-27VIDEO: Allow setting the mixer sound type used to play audio tracksBastien Bouclet
2016-09-10COMMON: Converted Common::BitStream to use DisposeAfterUsePaul Gilbert
2014-07-08VIDEO: Reduce BinkDecoder stack usageWillem Jan Palenstijn
2014-02-18VIDEO: Make GPL headers consistent in themselves.Johannes Schickel
2014-01-11VIDEO: Improve support for multiple Bink audio tracksMatthew Hoops
2013-01-09VIDEO: Silence C++11 narrowing warnings.Johannes Schickel
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-09-18GRAPHICS: Implement different luminance rangesMatthew Hoops
2012-09-17GRAPHICS: Rework YUV->RGB code a bitMatthew Hoops
2012-09-07VIDEO: Add support for odd-sized Bink-videosEinar Johan Trøan Sømåen
2012-08-16VIDEO: Merge AdvancedVideoDecoder into VideoDecoderMatthew Hoops
2012-07-25VIDEO: Convert Bink to the new AdvancedVideoDecoder APIMatthew Hoops
2012-05-28VIDEO: Add volume/balance control to VideoDecoderMatthew Hoops
2012-05-12VIDEO: Change getElapsedTime() into getTime()Matthew Hoops
2012-02-09VIDEO: Fix the BINK decoder to play file whose width is 24pxBastien Bouclet
2012-01-09VIDEO: Small refactoring of the Bink DecoderBastien Bouclet
2011-10-20Merge pull request #80 from DrMcCoy/newbitstreamEugene Sandulenko
2011-09-18VIDEO: Fix Bink bundle count lenghts to be computed like ffmpeg does.Bastien Bouclet
2011-08-27COMMON: Rewrite BitStream as a templateSven Hesse
2011-08-06VIDEO: Remove incorrect TO_LE_16 calls from Bink audio code.Alyssa Milburn
2011-07-24VIDEO: Don't depend on IEEE floats for Bink audioSven Hesse
2011-07-19JANITORIAL: Fix MSVC warningsLittleboy
2011-07-19VIDEO: Use C++ versions of exp/ldexpMatthew Hoops
2011-07-19BINK decoder: Fixed compilation with MSVCFilippos Karapetis
2011-07-19COMMON: Renamed Integer Log2 function from log2 to intLog2.D G Turner
2011-07-02VIDEO: Remember to call reset() from BinkDecoder::close()Matthew Hoops
2011-07-02VIDEO: Fix mismatched new[]/freeMatthew Hoops
2011-07-02VIDEO: Cleanup Bink a bitMatthew Hoops
2011-07-02VIDEO: Fix Bink RDFT stereoMatthew Hoops
2011-07-02VIDEO: Add Bink video decoderMatthew Hoops