gstreamer/subprojects/gst-plugins-bad/ext/closedcaption
Mathieu Duponchelle d55c5a3eec cccombiner: fix s334-1a in place conversion
The code wants to prepend one byte to every byte pair. It correctly did
so by working backwards pair-wise, but then didn't work backwards
instead of each individual pair / future triplet, overwriting
information before attempting to read it.

The code also failed to update the len pointer after prepending.

This fixes both issues.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4100>
2023-03-02 22:52:39 +00:00
..
bcd.h
bit_slicer.c closedcaption: Fix broken debug function macros with MSVC build 2021-10-04 23:03:20 +09:00
bit_slicer.h
ccutils.c cccombiner: initial implementation of using CCBuffer helper 2022-11-10 00:52:14 +00:00
ccutils.h cccombiner: initial implementation of using CCBuffer helper 2022-11-10 00:52:14 +00:00
decoder.c
decoder.h
gstcccombiner.c cccombiner: fix s334-1a in place conversion 2023-03-02 22:52:39 +00:00
gstcccombiner.h cccombiner: initial implementation of using CCBuffer helper 2022-11-10 00:52:14 +00:00
gstccconverter.c ccconverter: add support for advertising / selecting field 2023-02-24 19:11:56 +00:00
gstccconverter.h ccconverter: add support for advertising / selecting field 2023-02-24 19:11:56 +00:00
gstccextractor.c
gstccextractor.h
gstcea608mux.c closedcaption: implement cea608muxer element 2023-03-02 00:27:47 +00:00
gstcea608mux.h closedcaption: implement cea608muxer element 2023-03-02 00:27:47 +00:00
gstcea708decoder.c
gstcea708decoder.h
gstceaccoverlay.c closedcaption: Don't leak caps event 2023-02-07 08:51:18 +01:00
gstceaccoverlay.h cc708overlay: bump pango requirement and drop no longer required locking 2023-02-03 17:48:10 +00:00
gstclosedcaption.c closedcaption: implement cea608muxer element 2023-03-02 00:27:47 +00:00
gstline21dec.c
gstline21dec.h
gstline21enc.c
gstline21enc.h
hamm.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
io-sim.c closedcaption: Fix broken debug function macros with MSVC build 2021-10-04 23:03:20 +09:00
io-sim.h
macros.h
meson.build closedcaption: implement cea608muxer element 2023-03-02 00:27:47 +00:00
misc.h closedcaption: Fix broken debug function macros with MSVC build 2021-10-04 23:03:20 +09:00
raw_decoder.c
raw_decoder.h
sampling_par.c closedcaption: Fix broken debug function macros with MSVC build 2021-10-04 23:03:20 +09:00
sampling_par.h
sliced.h