scummvm/video
2023-04-29 12:16:47 +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 ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
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 VIDEO: Fix signed/unsigned mismatch potentially breaking DXA seek. 2023-04-29 12:16:47 +02:00
dxa_decoder.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
flic_decoder.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
flic_decoder.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
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: Implement setOutputPixelFormat() for MPEGPSDecoder 2023-04-05 12:45:13 +02:00
mve_decoder.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
mve_decoder.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
paco_decoder.cpp VIDEO: PACo decoder: Fix coverity issues 2022-09-27 09:57:57 +02:00
paco_decoder.h VIDEO: PACo decoder: Fix coverity issues 2022-09-27 09:57:57 +02:00
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 ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
qt_decoder.cpp VIDEO: Add support for custom rate in quicktime videos 2023-04-14 16:46:49 +02:00
qt_decoder.h VIDEO: Support quicktime reverse playback with multiple edits 2023-04-14 16:46:49 +02:00
smk_decoder.cpp VIDEO: Avoid 64-bit math in Smacker bitstreams 2022-10-01 10:58:47 +02:00
smk_decoder.h VIDEO: Avoid 64-bit math in Smacker bitstreams 2022-10-01 10:58:47 +02:00
subtitles.cpp VIDEO: Also try to load font from fonts.dat 2023-01-26 07:42:48 +01:00
subtitles.h VIDEO: Handle screen size change in subtitles 2022-11-20 17:18:38 +01:00
theora_decoder.cpp VIDEO: Implement setOutputPixelFormat() for TheoraDecoder 2023-04-05 12:45:13 +02:00
theora_decoder.h VIDEO: Implement setOutputPixelFormat() for TheoraDecoder 2023-04-05 12:45:13 +02:00
video_decoder.cpp VIDEO: Generic support for DXA videos with embedded audio 2023-04-09 13:03:33 +02:00
video_decoder.h VIDEO: Generic support for DXA videos with embedded audio 2023-04-09 13:03:33 +02:00