This website requires JavaScript.
Explore
Help
Register
Sign In
libretro
/
scummvm
Watch
1
Star
0
Fork
0
You've already forked scummvm
mirror of
https://github.com/libretro/scummvm.git
synced
2025-02-21 19:51:49 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
image
History
D G Turner
f0c02796f4
IMAGE: Fix Missing Default Switch Case in Truemotion 1 Codec
...
This is flagged by GCC if -Wswitch-default is enabled.
2019-12-01 01:26:53 +00:00
..
codecs
IMAGE: Fix Missing Default Switch Case in Truemotion 1 Codec
2019-12-01 01:26:53 +00:00
bmp.cpp
…
bmp.h
…
iff.cpp
IMAGE: Fix Missing Default Switch Cases
2019-11-30 22:08:44 +00:00
iff.h
…
image_decoder.h
…
jpeg.cpp
IMAGE: Fix Missing Default Switch Cases
2019-11-30 22:08:44 +00:00
jpeg.h
IMAGE: Allow setting the output pixel format to the JPEG decoder
2019-04-28 07:59:14 +02:00
module.mk
…
pcx.cpp
…
pcx.h
…
pict.cpp
IMAGE: Fix Missing Default Switch Cases
2019-11-30 22:08:44 +00:00
pict.h
GRAPHICS: Add support for PICT opcode $90 BitsRect
2019-03-31 14:02:58 +03:00
png.cpp
IMAGE: Remove unnecessary check from Image::writePNG()
2019-11-10 12:40:44 +00:00
png.h
IMAGE: Add a paletted transparency mode flag to PNGDecoder
2019-08-01 22:05:40 -07:00
tga.cpp
…
tga.h
…