BigWhoop/include
Patrick Vogler 501a36d568
Combined the assemble_main_header and codestream_write_header function and added the codestreamSize value as a length identifier to the Start of Code-Stream (SOC) marker to allow for proper decompression without the user having to supply the codestreamSize through an API call. Functions to append com and aux header blocks have been removed and functionality is now provided by codestream_write_header function.
2024-06-25 20:54:44 +02:00
..
interfaces/reader Removed the streaming functions from the public header to clean up the API. 2024-02-22 16:25:52 +01:00
library/private Combined the assemble_main_header and codestream_write_header function and added the codestreamSize value as a length identifier to the Start of Code-Stream (SOC) marker to allow for proper decompression without the user having to supply the codestreamSize through an API call. Functions to append com and aux header blocks have been removed and functionality is now provided by codestream_write_header function. 2024-06-25 20:54:44 +02:00
tools Initial commit 2023-06-20 13:43:33 +02:00