scummvm/video
Le Philousophe 5bdd9e6f50 ALL: Unify zlib and gzio API
zlib is used when available and falls back on gzio.
This allows performance improvements as our CRC32 and gzio
implementations are slower than base zlib.
As zlib is available when libpng is present, this is sensible to
benefit from it.
2023-08-28 21:49:03 +02:00
..
mkv VIDEO: MKV: Make mkvparser not use STL 2023-03-13 23:25:13 +01:00
3do_decoder.cpp VIDEO: Add setOutputPixelFormat() to the VideoDecoder interface 2023-04-05 12:45:13 +02:00
3do_decoder.h VIDEO: Add missing override keyword for setOutputPixelFormat 2023-04-05 22:24:46 +01:00
avi_decoder.cpp VIDEO: Add setOutputPixelFormat() to the VideoDecoder interface 2023-04-05 12:45:13 +02:00
avi_decoder.h VIDEO: Add setOutputPixelFormat() to the VideoDecoder interface 2023-04-05 12:45:13 +02:00
bink_decoder.cpp VIDEO: Implement setOutputPixelFormat() for BinkDecoder 2023-04-05 12:45:13 +02:00
bink_decoder.h VIDEO: Add missing override keyword for setOutputPixelFormat 2023-04-05 22:24:46 +01:00
binkdata.h
coktel_decoder.cpp VIDEO: fix uninitialized _isDouble property in Coktel decoder 2023-04-22 00:54:52 +02:00
coktel_decoder.h VIDEO: implement VMD doubling, used to accommodate higher resolutions 2023-04-21 00:48:23 +02:00
dxa_decoder.cpp ALL: Unify zlib and gzio API 2023-08-28 21:49:03 +02:00
dxa_decoder.h
flic_decoder.cpp
flic_decoder.h
hnm_decoder.cpp VIDEO: Add setOutputPixelFormat() to the VideoDecoder interface 2023-04-05 12:45:13 +02:00
hnm_decoder.h VIDEO: Add setOutputPixelFormat() to the VideoDecoder interface 2023-04-05 12:45:13 +02:00
mkv_decoder.cpp VIDEO: Implement setOutputPixelFormat() for MKVDecoder 2023-04-05 12:45:13 +02:00
mkv_decoder.h VIDEO: Implement setOutputPixelFormat() for MKVDecoder 2023-04-05 12:45:13 +02:00
module.mk VIDEO: Implement ScummVM-compatible MkvReader and remove generic one 2023-03-05 21:29:03 +01:00
mpegps_decoder.cpp VIDEO: Implement setOutputPixelFormat() for MPEGPSDecoder 2023-04-05 12:45:13 +02:00
mpegps_decoder.h VIDEO: Note mTropolis as user of MPEGPSDecoder 2023-06-19 14:10:24 -04:00
mve_decoder.cpp
mve_decoder.h
paco_decoder.cpp
paco_decoder.h
psx_decoder.cpp VIDEO: Implement setOutputPixelFormat() for PSXStreamDecoder 2023-04-05 12:45:13 +02:00
psx_decoder.h VIDEO: Implement setOutputPixelFormat() for PSXStreamDecoder 2023-04-05 12:45:13 +02:00
qt_data.h
qt_decoder.cpp VIDEO: Add alias support to QuickTime parser 2023-07-23 14:07:20 +02:00
qt_decoder.h VIDEO: Add alias support to QuickTime parser 2023-07-23 14:07:20 +02:00
smk_decoder.cpp
smk_decoder.h
subtitles.cpp VIDEO: Allow drawing subtitles in const methods 2023-08-06 14:46:10 +02:00
subtitles.h VIDEO: Allow drawing subtitles in const methods 2023-08-06 14:46:10 +02:00
theora_decoder.cpp VIDEO: Add YUV422 and YUV444 to Theora decoder 2023-06-19 08:43:40 +03:00
theora_decoder.h VIDEO: Add YUV422 and YUV444 to Theora decoder 2023-06-19 08:43:40 +03:00
video_decoder.cpp VIDEO: Implement non 0/1 rate with audio 2023-06-25 00:23:46 +03:00
video_decoder.h VIDEO: Implement non 0/1 rate with audio 2023-06-25 00:23:46 +03:00