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
/
graphics
/
video
/
smk_decoder.cpp
Age
Commit message (
Expand
)
Author
2010-08-04
GRAPHICS: Change signature of VideoDecoder::load()
Max Horn
2010-05-31
Fix our interpretation of the audio compression types to what FFmpeg currentl...
Matthew Hoops
2010-05-31
Ignore v2 compressed audio chunks instead of treating them as Huffman DPCM. S...
Matthew Hoops
2010-05-23
FFMpeg switched to Git, so update link to original smacker decoder.
Eugene Sandulenko
2010-05-18
Committing the rest of the VideoDecoder Rewrite from patch #2963496.
Matthew Hoops
2010-05-17
Change VideoDecoder::getCurFrame() to mean the last frame drawn instead of th...
Matthew Hoops
2010-04-12
AUDIO: Rename Mixer::playInputStream to playStream
Max Horn
2010-01-26
Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...
Max Horn
2010-01-19
Move raw audio flags from sound/mixer.h to sound/raw.h
Max Horn
2010-01-19
Get rid of Mixer::FLAG_AUTOFREE.
Max Horn
2010-01-09
Add Mixer::getElapsedTime() method returning a Timestamp, thus offering a hig...
Max Horn
2010-01-08
Rename QueuedAudioStream to QueuingAudioStream
Max Horn
2010-01-08
Switch Tinsel, MADE and some of the video players to QueuedAudioStream
Max Horn
2009-07-29
Adding a SoundType parameter to SmackerDecoder, defaulting to kSFXSoundType
Sven Hesse
2009-06-07
Changed the bitstream buffer used to initialize the big Huffman trees to be a...
Filippos Karapetis
2009-06-07
Formatting
Filippos Karapetis
2009-06-07
Applied madmoose's patch from bug report #2794216 - "Loading large Smacker mo...
Filippos Karapetis
2009-05-26
Reserve some space in the Huffman tree arrays before starting to decode the H...
Filippos Karapetis
2009-05-21
Renamed the DXA, SMK and FLIC video decoders to reflect the fact that they're...
Filippos Karapetis