scummvm/image/codecs
2020-08-19 14:54:47 +02:00
..
indeo IMAGE: Fix Missing Default Switch Cases 2019-11-30 22:08:44 +00:00
bmp_raw.cpp IMAGE: Fix Missing Default Switch Cases 2019-11-30 22:08:44 +00:00
bmp_raw.h IMAGE: Remove unnecessary heap allocation in BitmapRawDecoder 2017-09-24 16:22:40 -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_tables.h IMAGE: Add support for Cinepak VFW dithering 2015-04-11 14:36:31 -04:00
cinepak.cpp IMAGE: Explicitly initialize CinePak codebooks 2018-04-07 10:03:50 +02:00
cinepak.h IMAGE: Explicitly initialize CinePak codebooks 2018-04-07 10:03:50 +02:00
codec.cpp IMAGE: CODECS: Plug QT RAW decoder 2020-08-10 12:46:38 +02:00
codec.h IMAGE: Add support for Crusader: No Remorse movie decoding 2020-05-11 07:54:24 +02:00
indeo3.cpp IMAGE: INDEO: Use the system pixel format for non-8bpp screen modes 2018-04-15 08:05:24 -05:00
indeo3.h IMAGE: Return correct pixel format for Indeo3 2017-01-11 10:59:55 -06:00
indeo4.cpp IMAGE: Fix Missing Default Switch Cases 2019-11-30 22:08:44 +00:00
indeo4.h IMAGE: Add support for Indeo4 transparency plane 2017-08-24 20:34:16 -05:00
indeo5.cpp IMAGE: Fix Missing Default Switch Cases 2019-11-30 22:08:44 +00:00
indeo5.h IMAGE: Fix some confusion of bytes vs bits in Indeo decoders 2016-11-18 21:04:12 -05:00
jyv1.cpp IMAGE: Fix use of and keyword 2020-05-12 22:43:00 +09:00
jyv1.h IMAGE: Add support for Crusader: No Remorse movie decoding 2020-05-11 07:54:24 +02:00
mjpeg.cpp IMAGE: Allow setting the output pixel format to the JPEG decoder 2019-04-28 07:59:14 +02:00
mjpeg.h IMAGE: Update comments 2014-02-28 00:32:06 -05:00
mpeg.cpp IMAGE: Honor nb_fields when calculating frame duration 2018-11-04 22:33:22 +01:00
mpeg.h VIDEO: Use liba52 to decode audio. This is still laughably broken 2018-11-04 22:33:22 +01:00
msrle4.cpp JANITORIAL: Remove unnecessary semicolons 2016-05-25 05:37:07 +02:00
msrle4.h IMAGE: Added BMP RLE4 decoder 2016-05-19 00:03:51 +02:00
msrle.cpp IMAGE: Fix incorrect warnings decoding MSRLE images 2016-10-26 22:16:23 -04:00
msrle.h IMAGE: Update comments 2014-02-28 00:32:06 -05:00
msvideo1.cpp IMAGE: Fix 16bpp MS Video1 output 2015-11-16 04:54:57 +01:00
msvideo1.h IMAGE: Fix 16bpp MS Video1 output 2015-11-16 04:54:57 +01:00
qtrle.cpp ALL: Remove unnecessary graphics/colormasks.h includes 2020-06-15 16:59:34 +01:00
qtrle.h IMAGE: Implement QTRLE dithering 2015-04-11 14:37:13 -04:00
rpza.cpp JANITORIAL: Add fall through statement 2017-08-11 21:40:11 +02:00
rpza.h IMAGE: Implement QuickTime dithering in rpza 2015-04-11 14:37:09 -04:00
smc.cpp IMAGE: Added sanity checks to SMC video decoder 2020-08-19 14:54:47 +02:00
smc.h IMAGE: Update comments 2014-02-28 00:32:06 -05:00
svq1_cb.h
svq1_vlc.h
svq1.cpp IMAGE: Fix Missing Default Switch Cases 2019-11-30 22:08:44 +00:00
svq1.h COMMON: Use a prefix table to speed up the Huffman decoder 2019-04-13 16:24:25 +03:00
truemotion1.cpp IMAGE: Fix Missing Default Switch Case in Truemotion 1 Codec 2019-12-01 01:26:53 +00:00
truemotion1.h VIDEO: Handle Truemotion dimensions specially 2014-05-27 00:09:11 -04:00
truemotion1data.h