scummvm/video
Sven Hesse 97966c36e1 VIDEO: Add a workaround for the Inca 2 wisdom gate video
When decompressing directly onto the output surface fails (because
it's too small), retry decompressing into the video buffer first,
which then gets blitted onto the output surface.
2011-03-29 12:47:20 +02:00
..
codecs VIDEO: Changed several places that use PI to use M_PI instead 2011-03-19 02:29:22 +02:00
avi_decoder.cpp VIDEO: Add another AVI stream type used by Indeo3 2011-02-11 21:46:28 +00:00
avi_decoder.h AUDIO: Rename sound/ dir to audio/ 2011-02-09 01:09:01 +00:00
coktel_decoder.cpp VIDEO: Add a workaround for the Inca 2 wisdom gate video 2011-03-29 12:47:20 +02:00
coktel_decoder.h AUDIO: Rename sound/ dir to audio/ 2011-02-09 01:09:01 +00:00
dxa_decoder.cpp VIDEO: Rename VideoDecoder::load() to loadStream() 2011-02-07 17:54:16 +00:00
dxa_decoder.h VIDEO: Rename VideoDecoder::load() to loadStream() 2011-02-07 17:54:16 +00:00
flic_decoder.cpp VIDEO: In overloaded methods, invoke correct parent implementation 2011-02-09 00:12:58 +00:00
flic_decoder.h VIDEO: Rename VideoDecoder::load() to loadStream() 2011-02-07 17:54:16 +00:00
module.mk
mpeg_player.cpp VIDEO: Move video classes to Video:: namespace 2011-01-23 19:08:09 +00:00
mpeg_player.h VIDEO: Move video classes to Video:: namespace 2011-01-23 19:08:09 +00:00
qt_decoder.cpp VIDEO: Add some stubs for QuickTime edit list work 2011-02-15 11:01:43 -05:00
qt_decoder.h VIDEO: Add a getDuration() function to SeekableVideoDecoder 2011-03-21 18:27:10 -04:00
smk_decoder.cpp AUDIO: Rename sound/ dir to audio/ 2011-02-09 01:09:01 +00:00
smk_decoder.h AUDIO: Rename sound/ dir to audio/ 2011-02-09 01:09:01 +00:00
video_decoder.cpp VIDEO: Adapt VideoDecoder::setSystemPalette to setPalette RGBA->RGB change. 2011-02-15 22:16:59 +01:00
video_decoder.h VIDEO: Add a getDuration() function to SeekableVideoDecoder 2011-03-21 18:27:10 -04:00