mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-07-08 17:56:18 +00:00
[PR #892] [MERGED] Add HxCStream support #1180
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/aaru-dps/Aaru/pull/892
Author: @FakeShemp
Created: 1/5/2026
Status: ✅ Merged
Merged: 1/5/2026
Merged by: @claunia
Base:
devel← Head:fakeshemp/hxcstream📝 Commits (1)
0219f7bAdd HxCStream support📊 Changes
13 files changed (+1619 additions, -1 deletions)
View changed files
📝
Aaru.CommonTypes/Interfaces/IFluxImage.cs(+1 -1)📝
Aaru.Compression/Aaru.Compression.csproj(+1 -0)➕
Aaru.Compression/LZ4.cs(+49 -0)➕
Aaru.Images/HxCStream/Constants.cs(+51 -0)➕
Aaru.Images/HxCStream/Helpers.cs(+266 -0)➕
Aaru.Images/HxCStream/HxCStream.cs(+75 -0)➕
Aaru.Images/HxCStream/Identify.cs(+62 -0)➕
Aaru.Images/HxCStream/Properties.cs(+107 -0)➕
Aaru.Images/HxCStream/Read.cs(+702 -0)➕
Aaru.Images/HxCStream/Structs.cs(+206 -0)➕
Aaru.Images/HxCStream/Verify.cs(+90 -0)📝
Aaru.Images/Localization/Localization.Designer.cs(+6 -0)📝
Aaru.Images/Localization/Localization.resx(+3 -0)📄 Description
Types of changes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.