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
/
smk_decoder.cpp
Age
Commit message (
Expand
)
Author
2017-08-24
VIDEO: Use new BitStreamMemory class for SmackerDecoder
Willem Jan Palenstijn
2017-08-24
COMMON: Remove BitStream base class to allow inlining calls
Willem Jan Palenstijn
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-02-18
VIDEO: Make GPL headers consistent in themselves.
Johannes Schickel
2014-01-11
VIDEO: Add support for multiple Smacker audio tracks
Matthew Hoops
2014-01-01
VIDEO: Rename variables and remove pointless assertion
Torbjörn Andersson
2014-01-01
VIDEO: Fix Smacker palette upscaling to match Multimedia Wiki
Torbjörn Andersson
2013-08-03
VIDEO: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
VIDEO: Prefer getBasePtr over direct Surface::pixels access.
Johannes Schickel
2013-05-28
VIDEO: Wrap 8-bit smacker audio properly
Thomas Fach-Pedersen
2013-02-18
VIDEO: Fix Smacker crash, as per madmoose's suggestion
Torbjörn Andersson
2012-09-16
VIDEO: Indent with tab, not spaces.
Torbjörn Andersson
2012-08-20
VIDEO: Implement rewinding Smacker audio tracks
Matthew Hoops
2012-08-16
VIDEO: Merge AdvancedVideoDecoder into VideoDecoder
Matthew Hoops
2012-07-23
VIDEO: Rewrite SmackerDecoder to use the new 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-04-13
VIDEO: Fix SMK 16bit audio on BE systems
Sven Hesse
2011-08-28
VIDEO: Use the BitStream implementation in Common
Sven Hesse
2011-07-19
VIDEO: Fix typo with last commit
Matthew Hoops
2011-07-19
VIDEO: Better handle failing loading Smacker videos
Matthew Hoops
2011-07-02
VIDEO: Remove Bink header check from Smacker
Matthew Hoops
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-05-01
Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".
Johannes Schickel
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-04-17
VIDEO: Prefer Surface::create taking a PixelFormat over the one taking a byte...
Johannes Schickel
2011-04-12
COMMON: Replace MKID_BE by MKTAG
Max Horn
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn
2011-02-09
VIDEO: In overloaded methods, invoke correct parent implementation
Max Horn
2011-02-07
VIDEO: Rename VideoDecoder::load() to loadStream()
Max Horn
2011-02-07
VIDEO: Inline SMK palette
Max Horn
2011-02-07
VIDEO: Fix a leak in the Smacker decoder.
Alyssa Milburn
2011-01-23
VIDEO: Move video classes to Video:: namespace
Eugene Sandulenko
2011-01-23
GRAPHICS: Move graphics/video/ to video/. Step 2/2
Eugene Sandulenko
2011-01-23
GRAPHICS: Move graphics/video/ to video/. Step 1/2
Eugene Sandulenko