index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
video
/
bink_decoder.cpp
Age
Commit message (
Expand
)
Author
2012-02-09
VIDEO: Fix the BINK decoder to play file whose width is 24px
Bastien Bouclet
2012-01-09
VIDEO: Small refactoring of the Bink Decoder
Bastien Bouclet
2011-10-20
Merge pull request #80 from DrMcCoy/newbitstream
Eugene Sandulenko
2011-09-18
VIDEO: Fix Bink bundle count lenghts to be computed like ffmpeg does.
Bastien Bouclet
2011-08-27
COMMON: Rewrite BitStream as a template
Sven Hesse
2011-08-06
VIDEO: Remove incorrect TO_LE_16 calls from Bink audio code.
Alyssa Milburn
2011-07-24
VIDEO: Don't depend on IEEE floats for Bink audio
Sven Hesse
2011-07-19
JANITORIAL: Fix MSVC warnings
Littleboy
2011-07-19
VIDEO: Use C++ versions of exp/ldexp
Matthew Hoops
2011-07-19
BINK decoder: Fixed compilation with MSVC
Filippos Karapetis
2011-07-19
COMMON: Renamed Integer Log2 function from log2 to intLog2.
D G Turner
2011-07-02
VIDEO: Remember to call reset() from BinkDecoder::close()
Matthew Hoops
2011-07-02
VIDEO: Fix mismatched new[]/free
Matthew Hoops
2011-07-02
VIDEO: Cleanup Bink a bit
Matthew Hoops
2011-07-02
VIDEO: Fix Bink RDFT stereo
Matthew Hoops
2011-07-02
VIDEO: Add Bink video decoder
Matthew Hoops