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
/
theora_decoder.cpp
Age
Commit message (
Collapse
)
Author
2018-08-18
VIDEO: More fixes when building with Theora and Tremor
Cameron Cawley
2018-08-03
VIDEO: Fix Theora playback when building with Tremor
Cameron Cawley
2017-07-27
VIDEO: Allow setting the mixer sound type used to play audio tracks
Bastien Bouclet
2015-01-05
Add Theora support to systems which use libtremor
Fedor Strizhnev
2014-02-18
VIDEO: Make GPL headers consistent in themselves.
Johannes Schickel
2013-08-12
VIDEO: Set stereo as bool instead of writing channel amount directly
Einar Johan Trøan Sømåen
2013-08-03
VIDEO: Do not set Surface::pixels directly anymore.
Johannes Schickel
2012-09-26
JANITORIAL: Remove trailing whitespaces.
Johannes Schickel
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//'
2012-09-18
GRAPHICS: Implement different luminance ranges
Matthew Hoops
Bink and Theora are now much improved
2012-09-17
GRAPHICS: Rework YUV->RGB code a bit
Matthew Hoops
2012-08-16
VIDEO: Merge AdvancedVideoDecoder into VideoDecoder
Matthew Hoops
2012-08-13
VIDEO: Convert TheoraDecoder to the new AdvancedVideoDecoder API
Matthew Hoops
2012-08-12
VIDEO: Move TheoraDecoder to video/
Matthew Hoops