mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
* Fix indentation, use switch instead of if * Remove confusing comment Enums are abstractions and should be used as such. They shouldn't be used like integers. * Return a const char* instead of char * allocated on heap * Test return value inline * Add SCC output * Add CCD format * Add channel header to CCD * Return const pointer * Revert formatting change * Colour -> Color * Fix formatting * Move comment to relevant place * Improve readability * Fix formatting * Fix erroneous comment * Use different parity function not requiring GNU extension * Use enum instead of int * Fix bug * Implement channel functionality * Fix CI errors * Fix CI build * Add options to help menu * Mention change in changelog * Add file to build systems * Remove uneeded link against zlib * Remove the use of <stdbool.h> and use const char * Rewrite SCC formatter * Use fdprintf