aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/avi_decoder.cpp
AgeCommit message (Expand)Author
2010-12-16VIDEO: Make Codec::decodeImage() return a const Surface pointerMatthew Hoops
2010-12-16VIDEO: Make VideoDecoder::decodeNextFrame() return a const Surface pointerMatthew Hoops
2010-12-09VIDEO: Allow for 8bpp Cinepak videosMatthew 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-08VIDEO: Make Indeo3 a proper video codecSven Hesse
2010-08-04GRAPHICS: Change signature of VideoDecoder::load()Max Horn
2010-05-27Cleanup AVI a bit, add support for stereo audioMatthew Hoops
2010-05-23Move Mohawk's QuickTime code to graphics/ (and QDM2 to sound, disabled when M...Matthew Hoops
2010-05-18Committing the rest of the VideoDecoder Rewrite from patch #2963496.Matthew Hoops
2010-05-17Change VideoDecoder::getCurFrame() to mean the last frame drawn instead of th...Matthew Hoops
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-02-05Silence a valgrind warning. The sound buffer should be created with malloc an...Matthew Hoops
2010-02-05Have SCI look through the patches directory (except in KQ6 where the patches ...Matthew Hoops
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
2010-01-09Add Mixer::getElapsedTime() method returning a Timestamp, thus offering a hig...Max Horn
2010-01-08Rename QueuedAudioStream to QueuingAudioStreamMax Horn
2010-01-08Switch Tinsel, MADE and some of the video players to QueuedAudioStreamMax Horn
2009-12-06Adding support for mono signed 16bit little-endian uncompressed PCM audio (th...Sven Hesse
2009-11-30Only print sound information if there actually is sound (preventing a divisio...Sven Hesse
2009-11-30Properly clear the chunk headers again on closingSven Hesse
2009-11-28Adding a parameter to the AviDecoder constructor to allow changing the SoundT...Sven Hesse
2009-11-28Fixing a valgrind warning by memsetting _paletteSven Hesse
2009-11-27Fixing an invalid read in the destructorSven Hesse
2009-11-2700AM is another compressed frame type, fixing this (thanks to digitall for fi...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