Marth64
0b342a2f15
avcodec/mpeg12dec: extract only one type of CC substream
...
In MPEG-2 user data, there can be different types of Closed Captions
formats embedded (A53, SCTE-20, or DVD). The current behavior of the
CC extraction code in the MPEG-2 decoder is to not be aware of
multiple formats if multiple exist, therefore allowing one format
to overwrite the other during the extraction process since the CC
extraction shares one output buffer for the normalized bytes.
This causes sources that have two CC formats to produce flawed output.
There exist real-world samples which contain both A53 and SCTE-20 captions
in the same MPEG-2 stream, and that manifest this problem. Example of symptom:
THANK YOU (expected) --> THTHANANK K YOYOUU (actual)
The solution is to pick only the first CC substream observed with valid bytes,
and ignore the other types. Additionally, provide an option for users
to manually "force" a type in the event that this matters for a particular
source.
Signed-off-by: Marth64 <marth64@proxyid.net>
2024-03-19 15:52:05 +01:00
..
2024-03-14 13:42:39 +01:00
2024-03-14 01:37:31 +01:00
2024-03-15 12:51:15 +01:00
2024-03-18 01:49:38 +01:00
2024-03-10 23:45:51 +02:00
2024-03-14 22:20:00 +01:00
2024-03-02 02:54:11 +01:00
2024-03-15 15:31:58 +01:00
2024-03-13 20:46:10 -03:00
2024-03-10 23:45:51 +02:00
2024-03-10 19:49:03 +01:00
2024-03-07 08:53:30 -03:00
2024-03-04 02:11:38 +01:00
2024-02-27 00:11:21 +01:00
2024-03-02 02:54:11 +01:00
2024-03-02 02:54:11 +01:00
2024-03-02 02:54:11 +01:00
2024-03-07 08:53:30 -03:00
2024-03-07 08:53:30 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:30 -03:00
2024-03-04 02:11:50 +01:00
2024-03-07 08:53:30 -03:00
2024-03-02 02:54:11 +01:00
2024-03-04 02:11:53 +01:00
2024-03-02 02:54:11 +01:00
2024-03-04 02:11:53 +01:00
2024-03-02 02:54:11 +01:00
2024-03-18 01:49:38 +01:00
2024-03-18 01:49:38 +01:00
2024-03-02 02:54:11 +01:00
2024-02-27 00:11:21 +01:00
2024-02-27 00:11:21 +01:00
2024-02-27 00:11:21 +01:00
2024-03-15 12:51:15 +01:00
2024-02-27 00:11:21 +01:00
2024-02-27 00:11:21 +01:00
2024-02-27 00:11:21 +01:00
2024-02-27 00:11:21 +01:00
2024-03-07 08:53:31 -03:00
2024-03-04 02:11:53 +01:00
2024-02-14 14:53:41 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:30 -03:00
2024-03-07 08:53:30 -03:00
2024-03-17 15:10:05 +01:00
2024-03-07 08:53:30 -03:00
2024-03-07 08:53:30 -03:00
2024-02-14 14:53:41 +01:00
2024-02-14 14:53:41 +01:00
2024-02-14 14:53:41 +01:00
2024-02-14 14:53:41 +01:00
2024-03-07 08:53:30 -03:00
2024-03-07 08:53:30 -03:00
2024-02-22 01:45:31 +01:00
2024-02-21 00:24:44 +01:00
2024-03-07 08:53:30 -03:00
2024-03-19 09:44:59 -03:00
2024-03-11 11:40:09 +01:00
2024-03-07 08:53:30 -03:00
2024-03-13 21:56:59 +00:00
2024-02-14 14:53:41 +01:00
2024-03-15 12:51:15 +01:00
2024-03-15 12:51:15 +01:00
2024-03-02 02:47:50 +01:00
2024-02-14 14:53:41 +01:00
2024-02-25 13:42:47 +01:00
2024-02-25 13:42:47 +01:00
2024-02-25 19:55:01 -03:00
2024-02-25 13:42:47 +01:00
2024-02-25 13:42:47 +01:00
2024-02-25 13:42:47 +01:00
2024-02-22 01:42:28 +01:00
2024-03-18 01:49:38 +01:00
2024-02-14 14:53:41 +01:00
2024-03-04 02:11:38 +01:00
2024-03-07 08:53:29 -03:00
2024-03-07 08:53:29 -03:00
2024-03-07 08:53:30 -03:00
2024-03-07 08:53:30 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:30 -03:00
2024-03-08 07:37:56 +01:00
2024-02-14 14:53:41 +01:00
2024-03-07 08:53:30 -03:00
2024-03-07 08:53:30 -03:00
2024-02-18 07:30:01 +01:00
2024-03-08 07:37:56 +01:00
2024-03-08 07:37:56 +01:00
2024-03-17 15:10:05 +01:00
2024-03-07 08:53:30 -03:00
2024-03-15 12:51:15 +01:00
2024-03-15 12:51:15 +01:00
2024-03-07 08:53:31 -03:00
2024-03-11 11:40:09 +01:00
2024-03-08 07:37:56 +01:00
2024-03-15 12:51:15 +01:00
2024-02-18 07:33:27 +01:00
2024-02-27 23:05:26 +01:00
2024-03-07 08:53:30 -03:00
2024-03-15 12:51:15 +01:00
2024-03-07 08:53:30 -03:00
2024-02-21 00:24:44 +01:00
2024-02-26 16:28:37 +08:00
2024-03-04 17:45:00 +01:00
2024-02-14 14:53:41 +01:00
2024-02-14 14:53:41 +01:00
2024-02-21 00:24:44 +01:00
2024-02-14 14:53:41 +01:00
2024-02-21 00:24:44 +01:00
2024-03-07 08:53:30 -03:00
2024-03-04 17:45:12 +01:00
2024-03-04 17:45:12 +01:00
2024-03-07 08:53:30 -03:00
2024-02-21 00:24:44 +01:00
2024-03-10 13:51:37 +01:00
2024-03-08 07:37:56 +01:00
2024-02-22 01:42:28 +01:00
2024-03-15 12:51:15 +01:00
2024-02-18 07:33:27 +01:00
2024-03-19 09:44:59 -03:00
2024-02-18 07:30:01 +01:00
2024-02-18 07:30:01 +01:00
2024-03-13 23:29:02 +01:00
2024-03-08 07:37:56 +01:00
2024-03-13 23:29:02 +01:00
2024-03-07 09:15:18 +01:00
2024-03-07 09:15:18 +01:00
2024-02-21 00:24:44 +01:00
2024-03-15 12:51:15 +01:00
2024-03-15 12:51:15 +01:00
2024-02-20 00:09:05 +01:00
2024-02-29 10:30:16 +01:00
2024-03-19 09:44:59 -03:00
2024-03-04 17:39:25 +01:00
2024-02-21 00:24:44 +01:00
2024-02-20 00:09:05 +01:00
2024-02-20 00:09:05 +01:00
2024-02-21 00:24:44 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-02-20 17:31:40 +11:00
2024-02-14 14:53:41 +01:00
2024-02-14 14:53:41 +01:00
2024-02-14 14:53:41 +01:00
2024-03-07 08:53:30 -03:00
2024-03-19 09:44:59 -03:00
2024-03-07 08:53:30 -03:00
2024-03-07 08:53:30 -03:00
2024-03-07 08:53:30 -03:00
2024-03-08 07:37:56 +01:00
2024-03-12 17:36:05 -04:00
2024-03-07 08:53:30 -03:00
2024-02-14 14:53:41 +01:00
2024-02-14 14:53:41 +01:00
2024-02-14 14:53:41 +01:00
2024-03-07 08:53:30 -03:00
2024-03-07 08:53:30 -03:00
2024-03-07 08:53:30 -03:00
2024-03-07 08:53:29 -03:00
2024-03-07 08:53:30 -03:00
2024-03-07 08:53:30 -03:00
2024-03-07 08:53:30 -03:00
2024-03-07 08:53:30 -03:00
2024-02-14 14:53:41 +01:00
2024-03-07 08:53:30 -03:00
2024-03-07 08:53:30 -03:00
2024-02-14 14:53:41 +01:00
2024-03-01 01:34:26 +01:00
2024-03-01 01:34:26 +01:00
2024-02-21 00:24:44 +01:00
2024-02-14 14:53:41 +01:00
2024-02-21 00:24:44 +01:00
2024-03-14 21:22:45 +01:00
2024-03-04 02:11:38 +01:00
2024-03-04 02:11:38 +01:00
2024-03-04 02:11:38 +01:00
2024-02-14 14:53:41 +01:00
2024-03-10 23:46:48 +02:00
2024-02-21 20:08:25 +02:00
2024-02-21 20:08:25 +02:00
2024-03-05 21:25:56 +08:00
2024-02-14 14:53:41 +01:00
2024-03-12 14:37:49 +01:00
2024-02-14 14:53:41 +01:00
2024-03-07 08:53:30 -03:00
2024-03-07 08:53:30 -03:00
2024-03-07 08:53:30 -03:00
2024-03-07 08:53:30 -03:00
2024-02-22 01:45:31 +01:00
2024-03-14 21:52:16 +01:00
2024-03-19 15:52:05 +01:00
2024-02-14 14:53:41 +01:00
2024-03-17 15:10:05 +01:00
2024-03-15 12:51:15 +01:00
2024-03-17 15:10:05 +01:00
2024-03-07 08:53:30 -03:00
2024-03-07 08:53:30 -03:00
2024-03-07 08:53:30 -03:00
2024-02-14 14:53:41 +01:00
2024-02-21 00:24:44 +01:00
2024-03-01 01:35:42 +01:00
2024-03-01 01:35:42 +01:00
2024-02-21 00:24:44 +01:00
2024-02-14 14:53:41 +01:00
2024-02-14 14:53:41 +01:00
2024-02-14 14:53:41 +01:00
2024-03-07 08:53:30 -03:00
2024-03-07 08:53:30 -03:00
2024-02-14 14:53:41 +01:00
2024-03-08 07:37:55 +01:00
2024-03-07 08:53:30 -03:00
2024-03-15 12:51:15 +01:00
2024-03-07 08:53:30 -03:00
2024-03-07 08:53:30 -03:00
2024-03-13 00:52:30 +01:00
2024-03-07 08:53:30 -03:00
2024-03-07 08:53:30 -03:00
2024-03-15 12:51:15 +01:00
2024-03-15 12:51:15 +01:00
2024-03-08 07:38:38 +01:00
2024-02-21 00:24:44 +01:00
2024-02-14 14:53:41 +01:00
2024-02-21 00:24:44 +01:00
2024-03-10 19:49:05 +01:00
2024-03-07 08:53:30 -03:00
2024-03-18 12:00:14 +08:00
2024-02-29 13:36:41 +08:00
2024-02-29 13:36:41 +08:00
2024-02-29 13:36:41 +08:00
2024-02-29 13:36:41 +08:00
2024-02-29 13:36:41 +08:00
2024-02-29 13:36:41 +08:00
2024-02-14 14:53:41 +01:00
2024-03-07 08:53:30 -03:00
2024-03-04 02:11:38 +01:00
2024-03-01 01:35:42 +01:00
2024-02-17 14:33:35 +02:00
2024-02-17 14:33:35 +02:00
2024-02-14 14:53:41 +01:00
2024-03-07 08:53:30 -03:00
2024-03-07 08:53:30 -03:00
2024-02-27 00:11:21 +01:00
2024-02-27 00:11:21 +01:00
2024-02-21 00:24:44 +01:00
2024-02-17 09:51:23 -03:00
2024-02-22 01:45:31 +01:00
2024-03-02 02:54:11 +01:00
2024-03-02 02:54:11 +01:00
2024-02-14 13:18:42 +01:00
2024-02-18 07:30:01 +01:00
2024-02-18 07:30:01 +01:00
2024-03-14 20:37:03 +01:00
2024-03-14 20:37:03 +01:00
2024-03-14 20:37:03 +01:00
2024-03-12 14:37:49 +01:00
2024-02-22 01:45:31 +01:00
2024-03-15 12:51:15 +01:00
2024-02-14 14:53:41 +01:00
2024-03-07 08:53:29 -03:00
2024-03-07 08:53:29 -03:00
2024-03-18 12:00:14 +08:00
2024-02-14 14:53:41 +01:00
2024-02-14 14:53:41 +01:00
2024-02-14 14:53:41 +01:00
2024-02-14 14:53:41 +01:00
2024-03-18 12:00:14 +08:00
2024-03-18 12:00:14 +08:00
2024-02-18 07:30:01 +01:00
2024-02-18 07:30:01 +01:00
2024-02-14 14:53:41 +01:00
2024-03-08 00:58:40 +01:00
2024-03-08 00:58:40 +01:00
2024-03-08 00:58:40 +01:00
2024-03-12 17:36:05 -04:00
2024-03-07 08:53:30 -03:00
2024-03-07 08:53:30 -03:00
2024-02-14 14:53:41 +01:00
2024-03-07 08:53:30 -03:00
2024-03-17 15:10:05 +01:00
2024-03-10 19:49:04 +01:00
2024-02-17 14:45:49 +02:00
2024-02-17 14:45:49 +02:00
2024-03-07 09:00:39 +01:00
2024-03-07 09:00:47 +01:00
2024-03-07 09:00:39 +01:00
2024-03-07 09:00:39 +01:00
2024-03-07 09:00:39 +01:00
2024-02-18 13:16:37 +02:00
2024-02-18 13:16:37 +02:00
2024-03-07 09:00:30 +01:00
2024-03-07 09:00:30 +01:00
2024-02-25 18:30:34 -03:00
2024-03-08 07:37:56 +01:00
2024-02-22 01:45:31 +01:00
2024-03-10 13:51:37 +01:00
2024-03-10 13:50:26 +01:00
2024-03-10 13:51:37 +01:00