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.h
Age
Commit message (
Expand
)
Author
2010-11-11
VIDEO: Add support for DK3 in videos; fix sample rate location
Matthew Hoops
2010-11-11
VIDEO: Cleanup AVI audio in preparation for DK3
Matthew Hoops
2010-11-11
VIDEO: Add the TrueMotion 1 codec for Phantasmagoria 2
Matthew Hoops
2010-10-10
GRAPHICS: Turn static AviDecoder methods into local funcs
Max Horn
2010-08-04
GRAPHICS: Change signature of VideoDecoder::load()
Max Horn
2010-05-18
Committing the rest of the VideoDecoder Rewrite from patch #2963496.
Matthew Hoops
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
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-11-28
Adding a parameter to the AviDecoder constructor to allow changing the SoundT...
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