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
/
avi_decoder.cpp
Age
Commit message (
Expand
)
Author
2010-10-10
GRAPHICS: Turn static AviDecoder methods into local funcs
Max Horn
2010-08-08
VIDEO: Make Indeo3 a proper video codec
Sven Hesse
2010-08-04
GRAPHICS: Change signature of VideoDecoder::load()
Max Horn
2010-05-27
Cleanup AVI a bit, add support for stereo audio
Matthew Hoops
2010-05-23
Move Mohawk's QuickTime code to graphics/ (and QDM2 to sound, disabled when M...
Matthew Hoops
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-02-05
Silence a valgrind warning. The sound buffer should be created with malloc an...
Matthew Hoops
2010-02-05
Have SCI look through the patches directory (except in KQ6 where the patches ...
Matthew Hoops
2010-01-26
Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...
Max Horn
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
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-12-06
Adding support for mono signed 16bit little-endian uncompressed PCM audio (th...
Sven Hesse
2009-11-30
Only print sound information if there actually is sound (preventing a divisio...
Sven Hesse
2009-11-30
Properly clear the chunk headers again on closing
Sven Hesse
2009-11-28
Adding a parameter to the AviDecoder constructor to allow changing the SoundT...
Sven Hesse
2009-11-28
Fixing a valgrind warning by memsetting _palette
Sven Hesse
2009-11-27
Fixing an invalid read in the destructor
Sven Hesse
2009-11-27
00AM is another compressed frame type, fixing this (thanks to digitall for fi...
Sven Hesse
2009-11-27
Extended the AviDecoder a bit
Sven Hesse
2009-10-16
Override getAudioLag() in the AviDecoder (blatantly borrowed from the Smacker...
Matthew Hoops
2009-10-16
Converting AVIPlayer into a class that inherits from VideoDecoder and adapt S...
Matthew Hoops