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.cpp
Age
Commit message (
Expand
)
Author
2024-08-27
RVZ: Fix undefined behaviour when copying 0 bytes to a null pointer
Ferdinand Bachmann
2024-08-20
Remove redundant semicolons
Dr. Dystopia
2023-10-01
Added CopyReader to BlobReader and all subclasses
LillyJadeKatrin
2023-05-16
DiscIO: Improve comments in WIARVZFileReader::Convert
JosJuice
2022-08-04
DiscIO: Replace IsDataSizeAccurate with GetDataSizeType
JosJuice
2022-08-04
DiscIO/VolumeWii: Decouple "is encrypted" from "is hashed"
JosJuice
2022-08-01
Implement hw accelerated AES
Shawn Hoffman
2022-07-26
WIABlob: remove outdated mbedtls workaround
Shawn Hoffman
2022-07-26
introduce wrapper for SHA1 functionality
Shawn Hoffman
2022-06-11
DiscIO: Fix creation of rvz with > 2mb chunk size
TellowKrinkle
2022-03-19
Added a way to check Block Size, Compression Method, and Compression Level fl...
Minty-Meeo
2022-01-29
IOFile: Make origin parameter to Seek() an enum class.
Admiral H. Curtiss
2021-08-30
Update clang-format to version 12
Léo Lam
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-03-16
Merge pull request #9570 from JosJuice/wia-partial-exception-list
Léo Lam
2021-03-09
DiscIO: Move some code from DiscExtractor to new file DiscUtils
JosJuice
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-11-16
Use positional arguments in all translatable fmt strings
JosJuice
2020-11-11
DiscIO: Make use of fmt-capable panic alerts
Lioncash
2020-10-22
DiscIO: Migrate logging over to fmt
Lioncash
2020-10-19
Add helper function for fmt::format(GetStringT(...
JosJuice
2020-10-19
DiscIO: Make use of fmt where applicable
JosJuice
2020-10-07
DiscIO: Decrease RAM usage during zstd compression
JosJuice
2020-09-16
DiscIO: Use std::function for compression callback
JosJuice
2020-09-01
Merge pull request #9047 from JosJuice/wia-header-heuristic
LC
2020-08-31
DiscIO: Expand WIA/RVZ header size heuristic comments
JosJuice
2020-08-29
DiscIO: Add parameters to BlobReader::SupportsReadWiiDecrypted
JosJuice
2020-08-22
DiscIO: Adjust WIA/RVZ header size heuristic
JosJuice
2020-08-08
Fix various -Wshadow warnings
Tillmann Karras
2020-07-29
DiscIO: Fix conversion warning
JosJuice
2020-07-24
DiscIO: fix -Wreorder warning
Tillmann Karras
2020-06-21
Show file format details in game properties
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: Remove PURGE support
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: Store all-zero data efficiently
JosJuice
[next]