scummvm/image
Matthew Duggan c24f92cb6f IMAGE: Fix decoding bug in Crusader: No Remorse RRV videos
Previously the upscale test was changing the frame contents with incorrect data
before going back, but the algorithm relies on not changing contents for some
pixels by "skipping" them.  Duplicated a bit of code to create a
non-destructive upscale test before decoding the whole frame.
2021-05-26 12:27:44 +09:00
..
codecs IMAGE: Fix decoding bug in Crusader: No Remorse RRV videos 2021-05-26 12:27:44 +09:00
bmp.cpp IMAGE: Added not on BMP format conversion 2021-03-30 16:57:06 +02:00
bmp.h IMAGE: Mark BitmapDecoder as being used by buried 2021-03-22 00:07:37 +01:00
cel_3do.cpp IMAGE: Add decoder for CEL 3DO format 2020-10-24 00:59:01 +02:00
cel_3do.h DOXYGEN: Doxy work on files from 'image' 2020-11-29 23:04:01 +00:00
gif.cpp IMAGE: added GIFDecoder using libgif 2021-04-10 10:59:09 +02:00
gif.h IMAGE: added GIFDecoder using libgif 2021-04-10 10:59:09 +02:00
iff.cpp KINGDOM: Add some functions and constants (courtesy of TMM), fix the IFFDecoder for chunks with odd size 2020-06-07 00:02:29 +02:00
iff.h JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
image_decoder.h DOXYGEN: Doxy work on files from 'image' 2020-11-29 23:04:01 +00:00
jpeg.cpp IMAGE: Print source of callback messages. Change PNG warning into debug. 2021-02-13 12:31:16 +01:00
jpeg.h DOXYGEN: Doxy work on files from 'image' 2020-11-29 23:04:01 +00:00
module.mk CRYOMNI3D: Move HNMDecoder into common code 2021-04-17 21:48:45 +03:00
pcx.cpp
pcx.h DOXYGEN: Doxy work on files from 'image' 2020-11-29 23:04:01 +00:00
pict.cpp IMAGE: Fix Missing Default Switch Cases 2019-11-30 22:08:44 +00:00
pict.h DOXYGEN: Doxy work on files from 'image' 2020-11-29 23:04:01 +00:00
png.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
png.h IMAGE: missing override for png decoder 2021-04-06 11:15:06 +02:00
tga.cpp IMAGE: Properly load bottom origin RLE encoded TGA images 2017-01-01 02:36:01 -05:00
tga.h DOXYGEN: Doxy work on files from 'image' 2020-11-29 23:04:01 +00:00