Sławomir Śpiewak
|
ed0f0489d3
|
Update HuffmanDecoder.cs
Fix not so obvious errors.
|
2024-08-11 15:41:21 +02:00 |
|
Sławomir Śpiewak
|
57749e5cac
|
Update HuffmanDecoder.cs
Fix obvious bugs.
|
2024-08-07 17:51:43 +02:00 |
|
Sławomir Śpiewak
|
4773ff148f
|
Update HuffmanDecoder.cs
|
2024-08-05 16:14:04 +02:00 |
|
Sławomir Śpiewak
|
2ad5095cec
|
Update HuffmanDecoder.cs
compressedSize does not include header.
|
2024-08-05 16:07:31 +02:00 |
|
Sławomir Śpiewak
|
3f4c263ec5
|
Update HuffmanDecoder.cs
Since Huffman node is now a class it must be explicitely initiated.
|
2024-08-05 15:47:28 +02:00 |
|
Sławomir Śpiewak
|
4d5be92386
|
Update HuffmanDecoder.cs
Fix constructor visibility error;
Change to big endian 32 bit.
|
2024-08-05 15:44:55 +02:00 |
|
Sławomir Śpiewak
|
e3236c0fbd
|
Revert "Add ToUint64 for big endian numbers"
This reverts commit 681e82dd3f .
|
2024-08-05 15:43:28 +02:00 |
|
Sławomir Śpiewak
|
681e82dd3f
|
Add ToUint64 for big endian numbers
|
2024-08-05 15:37:02 +02:00 |
|
Sławomir Śpiewak
|
071a33eb94
|
Actually init arrays.
|
2024-08-05 15:17:26 +02:00 |
|
Sławomir Śpiewak
|
ab67cb5187
|
Finish up implementation.
Debugging next.
|
2024-08-05 15:07:56 +02:00 |
|
Sławomir Śpiewak
|
aa2900f15b
|
Implement construction of DxLib's Huffman tree
|
2024-08-02 19:29:19 +02:00 |
|