index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
DiscIO
/
WIABlob.h
Age
Commit message (
Expand
)
Author
2026-03-23
Use more std::span arguments
Sintendo
2025-11-19
Merge pull request #13539 from tygyh/DiscIO-Remove-redundant-casts
Jordan Woyak
2025-11-09
DiscIO: Make all BlobReader implementations use DirectIOFile to make CopyRead...
Jordan Woyak
2025-06-07
Merge pull request #13522 from tygyh/Enforce-overriding-destructor-style-Core...
Jordan Woyak
2025-06-04
DiscIO: Remove redundant casts
Dr. Dystopia
2025-05-07
Merge pull request #13542 from tygyh/DiscIO-Pass-parameters-by-constant-refer...
Jordan Woyak
2025-05-01
Make overriding explicit and remove redundant virtual specifiers on overridin...
Dr. Dystopia
2025-04-20
DiscIO: Pass parameters by constant reference
Dr. Dystopia
2025-04-19
DiscIO: Make classes final
Dr. Dystopia
2024-10-10
C++20: Synthesize `operator!=` From `operator==`
mitaclaw
2023-10-01
Added CopyReader to BlobReader and all subclasses
LillyJadeKatrin
2022-08-04
DiscIO: Replace IsDataSizeAccurate with GetDataSizeType
JosJuice
2022-07-26
introduce wrapper for SHA1 functionality
Shawn Hoffman
2022-03-19
Added a way to check Block Size, Compression Method, and Compression Level fl...
Minty-Meeo
2021-10-13
Fix all uninitialized variable warnings (C26495)
Pokechu22
2021-08-14
revert workaround for msvc arm64 ICE in WIABlob
Shawn Hoffman
2021-07-24
DiscIO: Fix broken workaround for MSVC ARM64 ICE
JosJuice
2021-07-06
Merge pull request #9854 from JosJuice/wia-ice
Léo Lam
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-06-30
DiscIO: Store partition key directly in ReuseID
JosJuice
2021-06-29
DiscIO: Add workaround for MSVC ARM64 ICE
Shawn Hoffman
2021-03-07
DiscIO: Fix reading certain WIA chunks with many exceptions
JosJuice
2021-01-27
rename Common/File to Common/IOFile
Shawn Hoffman
2020-09-16
DiscIO: Use std::function for compression callback
JosJuice
2020-08-29
DiscIO: Add parameters to BlobReader::SupportsReadWiiDecrypted
JosJuice
2020-06-21
Show file format details in game properties
JosJuice
2020-06-21
RVZ: Bump version number to 1.0
JosJuice
2020-06-17
RVZ: Extend GroupEntry
JosJuice
2020-06-17
RVZ: Make m_rvz a template parameter
JosJuice
2020-06-17
WIA/RVZ: Move (de)compression to a different file
JosJuice
2020-06-17
RVZ: Detect junk data in the same block as a file
JosJuice
2020-06-17
RVZ: Store pseudorandom junk data efficiently
JosJuice
2020-06-17
WIA/RVZ: Skip some memory allocations when reusing chunks
JosJuice
2020-06-17
RVZ: Don't store redundant exceptions when chunk size is < 2 MiB
JosJuice
2020-06-17
RVZ: Support chunk sizes between 32 KiB and 2 MiB
JosJuice
2020-06-17
RVZ: Add Zstandard as a compression method
JosJuice
2020-06-17
Add new file format RVZ based on WIA
JosJuice
2020-06-17
WIA: Implement multithreaded compression
JosJuice
2020-06-17
WIA: Write all headers at the start of the file
JosJuice
2020-06-17
WIA: Reuse groups when writing
JosJuice
2020-06-17
WIA: Implement compression
JosJuice
2020-06-17
WIA: Decrypt Wii data when writing
JosJuice
2020-06-17
WIA: Add early support for WIA writing
JosJuice
2020-06-17
WIA: Make use of the exception lists
JosJuice
2020-06-17
WIA: Properly check for overlapping data
JosJuice
2020-06-17
WIA: Implement re-encryption of Wii partition data
JosJuice
2020-06-17
WIA: Check the internal WIA hashes
JosJuice
2020-06-17
WIA: Fix the handling of chunk sizes larger than 2 MiB
JosJuice
2020-06-17
WIA: Add documentation
JosJuice
2020-06-17
WIA: Implement caching and partial decompression
JosJuice
[next]