mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
[Specification] Add compression types appendix
This commit is contained in:
18
docs/spec/appendixes/compression.adoc
Normal file
18
docs/spec/appendixes/compression.adoc
Normal 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
|
||||||
|
|===
|
||||||
@@ -127,3 +127,7 @@ include::appendixes/media_types.adoc[]
|
|||||||
<<<
|
<<<
|
||||||
|
|
||||||
include::appendixes/data_types.adoc[]
|
include::appendixes/data_types.adoc[]
|
||||||
|
|
||||||
|
<<<
|
||||||
|
|
||||||
|
include::appendixes/compression.adoc[]
|
||||||
Reference in New Issue
Block a user