summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/WIABlob.h
AgeCommit message (Expand)Author
2026-03-23Use more std::span argumentsSintendo
2025-11-19Merge pull request #13539 from tygyh/DiscIO-Remove-redundant-castsJordan Woyak
2025-11-09DiscIO: Make all BlobReader implementations use DirectIOFile to make CopyRead...Jordan Woyak
2025-06-07Merge pull request #13522 from tygyh/Enforce-overriding-destructor-style-Core...Jordan Woyak
2025-06-04DiscIO: Remove redundant castsDr. Dystopia
2025-05-07Merge pull request #13542 from tygyh/DiscIO-Pass-parameters-by-constant-refer...Jordan Woyak
2025-05-01Make overriding explicit and remove redundant virtual specifiers on overridin...Dr. Dystopia
2025-04-20DiscIO: Pass parameters by constant referenceDr. Dystopia
2025-04-19DiscIO: Make classes finalDr. Dystopia
2024-10-10C++20: Synthesize `operator!=` From `operator==`mitaclaw
2023-10-01Added CopyReader to BlobReader and all subclassesLillyJadeKatrin
2022-08-04DiscIO: Replace IsDataSizeAccurate with GetDataSizeTypeJosJuice
2022-07-26introduce wrapper for SHA1 functionalityShawn Hoffman
2022-03-19Added a way to check Block Size, Compression Method, and Compression Level fl...Minty-Meeo
2021-10-13Fix all uninitialized variable warnings (C26495)Pokechu22
2021-08-14revert workaround for msvc arm64 ICE in WIABlobShawn Hoffman
2021-07-24DiscIO: Fix broken workaround for MSVC ARM64 ICEJosJuice
2021-07-06Merge pull request #9854 from JosJuice/wia-iceLéo Lam
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-06-30DiscIO: Store partition key directly in ReuseIDJosJuice
2021-06-29DiscIO: Add workaround for MSVC ARM64 ICEShawn Hoffman
2021-03-07DiscIO: Fix reading certain WIA chunks with many exceptionsJosJuice
2021-01-27rename Common/File to Common/IOFileShawn Hoffman
2020-09-16DiscIO: Use std::function for compression callbackJosJuice
2020-08-29DiscIO: Add parameters to BlobReader::SupportsReadWiiDecryptedJosJuice
2020-06-21Show file format details in game propertiesJosJuice
2020-06-21RVZ: Bump version number to 1.0JosJuice
2020-06-17RVZ: Extend GroupEntryJosJuice
2020-06-17RVZ: Make m_rvz a template parameterJosJuice
2020-06-17WIA/RVZ: Move (de)compression to a different fileJosJuice
2020-06-17RVZ: Detect junk data in the same block as a fileJosJuice
2020-06-17RVZ: Store pseudorandom junk data efficientlyJosJuice
2020-06-17WIA/RVZ: Skip some memory allocations when reusing chunksJosJuice
2020-06-17RVZ: Don't store redundant exceptions when chunk size is < 2 MiBJosJuice
2020-06-17RVZ: Support chunk sizes between 32 KiB and 2 MiBJosJuice
2020-06-17RVZ: Add Zstandard as a compression methodJosJuice
2020-06-17Add new file format RVZ based on WIAJosJuice
2020-06-17WIA: Implement multithreaded compressionJosJuice
2020-06-17WIA: Write all headers at the start of the fileJosJuice
2020-06-17WIA: Reuse groups when writingJosJuice
2020-06-17WIA: Implement compressionJosJuice
2020-06-17WIA: Decrypt Wii data when writingJosJuice
2020-06-17WIA: Add early support for WIA writingJosJuice
2020-06-17WIA: Make use of the exception listsJosJuice
2020-06-17WIA: Properly check for overlapping dataJosJuice
2020-06-17WIA: Implement re-encryption of Wii partition dataJosJuice
2020-06-17WIA: Check the internal WIA hashesJosJuice
2020-06-17WIA: Fix the handling of chunk sizes larger than 2 MiBJosJuice
2020-06-17WIA: Add documentationJosJuice
2020-06-17WIA: Implement caching and partial decompressionJosJuice