aboutsummaryrefslogtreecommitdiff
path: root/video/bink_decoder.cpp
AgeCommit message (Expand)Author
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