ccextractor/linux
Nils ANDRÉ-CHANG 19241744d7 [FEATURE] SCC and CCD encoder (#1154)
* 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
2020-01-18 08:52:03 -08:00
..
autogen.sh Use shebang line that can work on different distributions (#1156) 2019-12-22 13:43:57 -08:00
build Use shebang line that can work on different distributions (#1156) 2019-12-22 13:43:57 -08:00
build_hardsubx Use shebang line that can work on different distributions (#1156) 2019-12-22 13:43:57 -08:00
build-static.sh Use shebang line that can work on different distributions (#1156) 2019-12-22 13:43:57 -08:00
builddebug Use shebang line that can work on different distributions (#1156) 2019-12-22 13:43:57 -08:00
cleanup Use shebang line that can work on different distributions (#1156) 2019-12-22 13:43:57 -08:00
configure.ac Update configure.ac 2019-05-21 20:39:54 +02:00
description-pak Added build script for .deb (#574) 2016-12-26 21:31:00 +01:00
Makefile.am [FEATURE] SCC and CCD encoder (#1154) 2020-01-18 08:52:03 -08:00
module_generator Use shebang line that can work on different distributions (#1156) 2019-12-22 13:43:57 -08:00
pre-build.sh Use shebang line that can work on different distributions (#1156) 2019-12-22 13:43:57 -08:00