[Specification] Add compression types appendix

This commit is contained in:
2025-07-31 21:36:10 +01:00
parent a692dc28f1
commit 982d61b3fa
2 changed files with 23 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
[appendix]
== Compression Types
This apprendix lists all supported compression algorithms used within AaruFormat images.
NOTE: Compression method definitions may evolve over time.
For the latest and most accurate listing, refer to the `libaaruformat` source.
[cols="1,5",options="header"]
|===
|Value
|Algorithm
|0 |None
|1 |LZMA — stream prepended by 5 bytes of parameters
|2 |FLAC
|3 |LZMA after Claunia Subchannel Transform (see Appendix D) — stream prepended by 5 bytes of parameters
|===

View File

@@ -126,4 +126,8 @@ include::appendixes/media_types.adoc[]
<<<
include::appendixes/data_types.adoc[]
include::appendixes/data_types.adoc[]
<<<
include::appendixes/compression.adoc[]