gst-plugins-rs/video/closedcaption/src
Mathieu Duponchelle ed4fa7fde4 tttocea608: insert preambles in roll-up mode
I thought I could spare some bandwidth by letting renderers pick
the base row, but it turns out this triggers some unwanted behaviours
with compliant renderers.

Instead, we now follow the protocol laid out in EIA/CEA-608-B,
section B.8.1

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/355>
2020-06-10 22:05:02 +02:00
..
c closedcaption: implement cea608overlay 2020-06-04 16:53:04 +02:00
caption_frame.rs closedcaption: implement cea608overlay 2020-06-04 16:53:04 +02:00
cea608overlay.rs video: Handle Result returned by VideoMeta::add() 2020-06-08 11:08:27 +03:00
cea608tott.rs closedcaption: implement cea608overlay 2020-06-04 16:53:04 +02:00
cea608tott_ffi.rs closedcaption: implement cea608overlay 2020-06-04 16:53:04 +02:00
lib.rs closedcaption: implement cea608overlay 2020-06-04 16:53:04 +02:00
line_reader.rs Drop gst-plugin- prefix in plugin directory name 2020-04-05 19:10:47 +00:00
mcc_enc.rs Fix various new clippy warnings with clippy 1.43 2020-04-24 13:55:01 +03:00
mcc_enc_headers.rs Drop gst-plugin- prefix in plugin directory name 2020-04-05 19:10:47 +00:00
mcc_parse.rs Fix various new clippy warnings with clippy 1.43 2020-04-24 13:55:01 +03:00
mcc_parser.rs closedcaption/{scc,mcc}parse: Allow an optional UTF-8 BOM at the beginning 2020-05-13 10:10:45 +03:00
scc_enc.rs Fix various new clippy warnings with clippy 1.43 2020-04-24 13:55:01 +03:00
scc_parse.rs Fix various new clippy warnings with clippy 1.43 2020-04-24 13:55:01 +03:00
scc_parser.rs closedcaption/{scc,mcc}parse: Allow an optional UTF-8 BOM at the beginning 2020-05-13 10:10:45 +03:00
tttocea608.rs tttocea608: insert preambles in roll-up mode 2020-06-10 22:05:02 +02:00