cmdl-tool #45

Merged
Gregor Weiss merged 21 commits from cmdl-tool into feat/api 2024-11-07 15:40:29 +00:00

21 commits

Author SHA1 Message Date
3353fd7795
refactor; uchar -> unsigned char 2024-11-07 16:26:52 +01:00
a84768bbec
refactor; print (verbose) header, I/O, and control parameters 2024-11-07 16:26:20 +01:00
64eeda9072
bug fix; wrong size in memcpy 2024-11-07 13:42:16 +01:00
742fb3bc78
mse and psnr analysis 2024-11-07 13:41:38 +01:00
6176fea676
header info mode 2024-11-07 10:32:38 +01:00
acf703f650
refactor/clean up in cmdl tool 2024-11-06 17:23:09 +01:00
1a087c1c85
Update docstrings in eas3.c 2024-11-06 15:42:56 +01:00
d4acd85c37
bwc_to_eas3 and writing decompressed data, tested output can be parsed to compress again 2024-11-06 15:05:08 +01:00
d13354078b
enqueue parameter names in auxiliary information 2024-11-05 18:43:45 +01:00
5d5aafae37
bug fixes in bwc_set_aux and bwc_set_com, both missing allocation of bwc_span 2024-11-05 11:12:12 +01:00
55ad00d6c5
fill eas3 auxiliary information in cmdl tool compression 2024-11-05 11:10:00 +01:00
9167ec48f3
doxygen in types.h 2024-11-05 11:09:13 +01:00
d1bfb5236a
fill eas3_data form bwc_stream and bwc_codec 2024-11-05 11:07:24 +01:00
d631f693c9
initial decompression workflow in cmdl tool 2024-11-05 08:08:41 +01:00
12f937ecac
open and close header with new header structure 2024-11-04 13:58:28 +01:00
92a646b5e0
refactor and typos 2024-10-31 14:31:34 +01:00
f81807e1e3
Fixed some memory leak issues. 2024-10-30 12:38:56 +01:00
6716a2b1d4
Updated the WARNING messages to fit the layout of the verbose command line tool output. 2024-10-29 19:03:11 +01:00
d979950626
Implemented the compression path with verbose output and support for all options available to the user. 2024-10-29 19:02:44 +01:00
90645bcf1b
Implemented the arg_parse function for bwccmdl and added preliminary mode setting functionality for main. 2024-10-28 11:05:34 +01:00
6d5dc06446
Modified eas3 interface to decouple it from the command line tool. 2024-10-28 11:04:18 +01:00