Files
FFmpeg/libavcodec
Limin Wang 7dfc3cc713 avcodec/libx26[45]: add udu_sei option to import user data unregistered SEIs
Most of user data unregistered SEIs are privated data which defined by user/
encoder. currently, the user data unregistered SEIs found in input are forwarded
as side-data to encoders directly, it'll cause the reencoded output including some
useless UDU SEIs.

I prefer to add one option to enable/disable it and default is off after I saw
the patch by Andreas Rheinhardt:

https://patchwork.ffmpeg.org/project/ffmpeg/patch/AM7PR03MB66607C2DB65E1AD49D975CF18F7B9@AM7PR03MB6660.eurprd03.prod.outlook.com/

How to test by cli:
ffmpeg -y -f lavfi -i testsrc -c:v libx264 -frames:v 1 a.ts
ffmpeg -y -i a.ts -c:v libx264 -udu_sei 1 b.ts
ffmpeg -y -i a.ts -c:v libx264 -udu_sei 0 c.ts

# check the user data unregistered SEIs, you'll see two UDU SEIs for b.ts.
# and mediainfo will show with wrong encoding setting info
ffmpeg -i b.ts -vf showinfo -f null -
ffmpeg -i c.ts -vf showinfo -f null -

This fixes tickets #9500 and #9557.

Reviewed-by: "zhilizhao(赵志立)" <quinkblack@foxmail.com>
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
2021-12-28 14:19:38 +08:00
..
2021-04-19 14:34:10 +02:00
2021-04-27 10:43:15 -03:00
2021-07-22 14:47:57 +02:00
2021-04-27 10:43:15 -03:00
2021-07-08 20:10:01 +02:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-10-03 11:42:15 +02:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-07-22 14:47:57 +02:00
2021-09-05 22:22:05 +02:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-10-08 20:37:36 +11:00
2021-10-08 20:37:36 +11:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-07-22 14:47:57 +02:00
2021-04-27 10:43:15 -03:00
2021-03-22 02:43:04 +01:00
2021-04-27 10:43:15 -03:00
2021-07-22 14:47:57 +02:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-08-05 19:46:33 +02:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-07-08 20:10:17 +02:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-09-29 18:00:13 +08:00
2021-10-09 11:42:16 +02:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-12-03 16:09:14 +01:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-12-03 16:09:14 +01:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-12-17 02:54:52 +01:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-07-22 14:47:57 +02:00
2021-04-27 10:43:15 -03:00
2021-10-02 18:49:40 +02:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-05-05 14:17:03 +02:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-07-08 20:10:17 +02:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-07-22 14:47:57 +02:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-07-22 15:02:30 +02:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-07-22 14:47:57 +02:00
2021-09-19 22:36:23 +02:00
2021-04-27 10:43:15 -03:00
2021-10-10 17:44:41 +02:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-07-22 14:47:57 +02:00
2021-07-22 14:47:57 +02:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-12 18:29:11 +02:00
2021-04-27 10:43:15 -03:00
2021-01-25 00:18:47 +01:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-08-26 09:20:56 +02:00
2021-09-12 22:23:35 +02:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00