aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/avi_decoder.h
AgeCommit message (Expand)Author
2010-12-16VIDEO: Make VideoDecoder::getPalette() return a const byte pointerMatthew Hoops
2010-12-16VIDEO: Make VideoDecoder::decodeNextFrame() return a const Surface pointerMatthew Hoops
2010-11-11VIDEO: Add support for DK3 in videos; fix sample rate locationMatthew Hoops
2010-11-11VIDEO: Cleanup AVI audio in preparation for DK3Matthew Hoops
2010-11-11VIDEO: Add the TrueMotion 1 codec for Phantasmagoria 2Matthew Hoops
2010-10-10GRAPHICS: Turn static AviDecoder methods into local funcsMax Horn
2010-08-04GRAPHICS: Change signature of VideoDecoder::load()Max Horn
2010-05-18Committing the rest of the VideoDecoder Rewrite from patch #2963496.Matthew Hoops
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-08Rename QueuedAudioStream to QueuingAudioStreamMax Horn
2010-01-08Switch Tinsel, MADE and some of the video players to QueuedAudioStreamMax Horn
2009-11-28Adding a parameter to the AviDecoder constructor to allow changing the SoundT...Sven Hesse
2009-11-27Extended the AviDecoder a bitSven Hesse
2009-10-16Override getAudioLag() in the AviDecoder (blatantly borrowed from the Smacker...Matthew Hoops
2009-10-16Converting AVIPlayer into a class that inherits from VideoDecoder and adapt S...Matthew Hoops