scummvm/common/compression
Le Philousophe 2316334bb5 COMMON: Remove undefined behaviours from RNC decoder
Shifting an amount of 16 on a 16 bits variable is UB.
Make the variables larger to not fall inside it and avoid branches.
2024-12-28 13:14:58 +01:00
..
clickteam.cpp DETECTION: Support Clickteam installers in detection tables 2024-07-15 20:48:55 +03:00
clickteam.h DETECTION: Support Clickteam installers in detection tables 2024-07-15 20:48:55 +03:00
dcl.cpp
dcl.h
deflate.h COMMON: Remove useless inflateZlib function 2023-08-28 21:49:03 +02:00
gentee_installer.cpp COMMON: Mark more symbols as const 2023-12-26 20:23:59 +01:00
gentee_installer.h COMMON: Fix up comments 2023-06-19 21:59:24 +03:00
gzio.cpp COMMON: Avoid including engine headers in common code for DebugChannelDef 2024-06-20 20:15:57 +01:00
huffman.h COMMON: Move huffman.h to common/compression/ 2024-07-15 02:56:12 +02:00
installshield_cab.cpp COMMON: Add support for opening an InstallShield cab inside of an archive 2023-12-29 11:15:17 +02:00
installshield_cab.h COMMON: Add support for opening an InstallShield cab inside of an archive 2023-12-29 11:15:17 +02:00
installshieldv3_archive.cpp COMMON: Move Archive API to Path 2023-12-24 13:19:25 +01:00
installshieldv3_archive.h COMMON: Move Archive API to Path 2023-12-24 13:19:25 +01:00
module.mk ALL: Unify zlib and gzio API 2023-08-28 21:49:03 +02:00
powerpacker.cpp COMMON: Avoid including engine headers in common code for DebugChannelDef 2024-06-20 20:15:57 +01:00
powerpacker.h COMMON: Add in-memory decompressor for powerpack 2022-12-05 08:15:33 +02:00
rnc_deco.cpp COMMON: Remove undefined behaviours from RNC decoder 2024-12-28 13:14:58 +01:00
rnc_deco.h
stuffit.cpp COMMON: Move Archive API to Path 2023-12-24 13:19:25 +01:00
stuffit.h COMMON: Move Archive API to Path 2023-12-24 13:19:25 +01:00
unarj.cpp COMMON: Process gracefully when unarj cannot unpack into memory 2024-11-11 01:00:19 +01:00
unarj.h COMMON: Move Archive API to Path 2023-12-24 13:19:25 +01:00
unzip.cpp COMMON: Move Archive API to Path 2023-12-24 13:19:25 +01:00
unzip.h COMMON: Move Archive API to Path 2023-12-24 13:19:25 +01:00
vise.cpp COMMON: Add a way to check if an archive member is in a Mac archive so we can avoid decompressing the data fork to check for MacBinary when the resource data is always in the alt stream. 2023-12-16 19:30:23 +01:00
vise.h JANIRORIAL: Reduce header dependency 2023-02-10 23:51:13 +01:00
zlib.cpp COMMON: Remove useless inflateZlib function 2023-08-28 21:49:03 +02:00