[FFmpeg-devel] [PATCH 1/5] cbs: Add some common code for read/write of miscellaneous user data

2023-02-03 Thread Mark Thompson
From: Mark Thompson Supports closed captions, active format and bar data as defined by SCTE 128 part 1 or A/53 part 4, suitable for use with both MPEG-2 and H.264. Signed-off-by: Aman Karmani --- libavcodec/cbs_misc.c | 217 ++ libavcodec/cbs_misc.h

Re: [FFmpeg-devel] [PATCH 1/5] cbs: Add some common code for read/write of miscellaneous user data

2019-07-26 Thread Aman Gupta
On Sun, Mar 25, 2018 at 10:41 AM Mark Thompson wrote: > Supports closed captions, active format and bar data as defined by > SCTE 128 part 1 or A/53 part 4, suitable for use with both MPEG-2 > and H.264. > --- > libavcodec/cbs_misc.c | 216 > ++ >

[FFmpeg-devel] [PATCH 1/5] cbs: Add some common code for read/write of miscellaneous user data

2018-03-25 Thread Mark Thompson
Supports closed captions, active format and bar data as defined by SCTE 128 part 1 or A/53 part 4, suitable for use with both MPEG-2 and H.264. --- libavcodec/cbs_misc.c | 216 ++ libavcodec/cbs_misc.h | 109 +