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
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
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
tga.h DOXYGEN: Doxy work on files from 'image' 2020-11-29 23:04:01 +00:00