closedcaption: Include zvbi raw vbi decoder code
authorEdward Hervey <edward@centricular.com>
Thu, 15 Mar 2018 06:07:16 +0000 (07:07 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Mon, 28 May 2018 12:50:01 +0000 (14:50 +0200)
commitb0b02e7cb5b701c05b0ba92c8ca9bc857571e06d
tree26fcf195b7a69dc850c13cc230f54d385baf7a05
parent483892d16a77fcb41bc96a243472bae78d119f6a
closedcaption: Include zvbi raw vbi decoder code

Current code from zapping/zvbi as of 2018-03-14. Files copied
are all LGPL v2+.

Changes from original zvbi code:
* Switch to gst-debug logging system
* Use glib for endianness detection
* Fix compilation warnings
13 files changed:
ext/closedcaption/Makefile.am
ext/closedcaption/bcd.h [new file with mode: 0644]
ext/closedcaption/bit_slicer.c [new file with mode: 0644]
ext/closedcaption/bit_slicer.h [new file with mode: 0644]
ext/closedcaption/decoder.c [new file with mode: 0644]
ext/closedcaption/decoder.h [new file with mode: 0644]
ext/closedcaption/macros.h [new file with mode: 0644]
ext/closedcaption/misc.h [new file with mode: 0644]
ext/closedcaption/raw_decoder.c [new file with mode: 0644]
ext/closedcaption/raw_decoder.h [new file with mode: 0644]
ext/closedcaption/sampling_par.c [new file with mode: 0644]
ext/closedcaption/sampling_par.h [new file with mode: 0644]
ext/closedcaption/sliced.h [new file with mode: 0644]