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
2017-10-08
VIDEO: BINK: Fix plane data clobbering caused by incorrect pitch value
Bastien Bouclet
2017-09-11
JANITORIAL: Silence GCC 7 warnings
Torbjörn Andersson
2017-07-27
VIDEO: Allow setting the mixer sound type used to play audio tracks
Bastien Bouclet
2016-09-10
COMMON: Converted Common::BitStream to use DisposeAfterUse
Paul Gilbert
2014-07-08
VIDEO: Reduce BinkDecoder stack usage
Willem Jan Palenstijn
2014-02-18
VIDEO: Make GPL headers consistent in themselves.
Johannes Schickel
2014-01-11
VIDEO: Improve support for multiple Bink audio tracks
Matthew Hoops
2013-01-09
VIDEO: Silence C++11 narrowing warnings.
Johannes Schickel
2012-09-26
JANITORIAL: Remove trailing whitespaces.
Johannes Schickel
2012-09-18
GRAPHICS: Implement different luminance ranges
Matthew Hoops
2012-09-17
GRAPHICS: Rework YUV->RGB code a bit
Matthew Hoops
2012-09-07
VIDEO: Add support for odd-sized Bink-videos
Einar Johan Trøan Sømåen
2012-08-16
VIDEO: Merge AdvancedVideoDecoder into VideoDecoder
Matthew Hoops
2012-07-25
VIDEO: Convert Bink to the new AdvancedVideoDecoder API
Matthew Hoops
2012-05-28
VIDEO: Add volume/balance control to VideoDecoder
Matthew Hoops
2012-05-12
VIDEO: Change getElapsedTime() into getTime()
Matthew Hoops
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