scummvm/image/codecs
Matthew Hoops 5891ef4d89 VIDEO: Handle Truemotion dimensions specially
Truemotion uses its own demuxer and seems to follow its own AVI rules. Work around it by coercing the video's dimensions to use the codec's internal dimensions.
2014-05-27 00:09:11 -04:00
..
bmp_raw.cpp IMAGE: Split raw bitmap decoding into a Codec 2014-02-28 00:31:59 -05:00
bmp_raw.h IMAGE: Update comments 2014-02-28 00:32:06 -05:00
cdtoons.cpp IMAGE: Make Codec take a stream reference; change function name to decodeFrame 2014-02-28 00:27:37 -05:00
cdtoons.h IMAGE: Update comments 2014-02-28 00:32:06 -05:00
cinepak.cpp IMAGE: Make Codec take a stream reference; change function name to decodeFrame 2014-02-28 00:27:37 -05:00
cinepak.h IMAGE: Update comments 2014-02-28 00:32:06 -05:00
codec.cpp VIDEO: Handle Truemotion dimensions specially 2014-05-27 00:09:11 -04:00
codec.h IMAGE: Update comments 2014-02-28 00:32:06 -05:00
indeo3.cpp IMAGE: Make Codec take a stream reference; change function name to decodeFrame 2014-02-28 00:27:37 -05:00
indeo3.h IMAGE: Update comments 2014-02-28 00:32:06 -05:00
mjpeg.cpp IMAGE: Make Codec take a stream reference; change function name to decodeFrame 2014-02-28 00:27:37 -05:00
mjpeg.h IMAGE: Update comments 2014-02-28 00:32:06 -05:00
mpeg.cpp IMAGE: Make Codec take a stream reference; change function name to decodeFrame 2014-02-28 00:27:37 -05:00
mpeg.h IMAGE: Update comments 2014-02-28 00:32:06 -05:00
msrle.cpp IMAGE: Make Codec take a stream reference; change function name to decodeFrame 2014-02-28 00:27:37 -05:00
msrle.h IMAGE: Update comments 2014-02-28 00:32:06 -05:00
msvideo1.cpp IMAGE: Make Codec take a stream reference; change function name to decodeFrame 2014-02-28 00:27:37 -05:00
msvideo1.h IMAGE: Update comments 2014-02-28 00:32:06 -05:00
qtrle.cpp IMAGE: Make Codec take a stream reference; change function name to decodeFrame 2014-02-28 00:27:37 -05:00
qtrle.h IMAGE: Update comments 2014-02-28 00:32:06 -05:00
rpza.cpp IMAGE: Make Codec take a stream reference; change function name to decodeFrame 2014-02-28 00:27:37 -05:00
rpza.h IMAGE: Update comments 2014-02-28 00:32:06 -05:00
smc.cpp IMAGE: Make Codec take a stream reference; change function name to decodeFrame 2014-02-28 00:27:37 -05:00
smc.h IMAGE: Update comments 2014-02-28 00:32:06 -05:00
svq1_cb.h IMAGE: Move video codecs to image/ 2014-02-28 00:27:36 -05:00
svq1_vlc.h IMAGE: Move video codecs to image/ 2014-02-28 00:27:36 -05:00
svq1.cpp IMAGE: Make Codec take a stream reference; change function name to decodeFrame 2014-02-28 00:27:37 -05:00
svq1.h IMAGE: Update comments 2014-02-28 00:32:06 -05:00
truemotion1.cpp VIDEO: Handle Truemotion dimensions specially 2014-05-27 00:09:11 -04:00
truemotion1.h VIDEO: Handle Truemotion dimensions specially 2014-05-27 00:09:11 -04:00
truemotion1data.h IMAGE: Move video codecs to image/ 2014-02-28 00:27:36 -05:00