Re: [FFmpeg-devel] [PATCH 03/27] cbs_h2645: Merge SEI message handling in common between codecs

2021-01-07 Thread Nuo Mi
> > >> ... > > On reviewing, it really helps to trim irrelevant context from replies so > that we aren't searching through long messages looking for comments. (And > apologies if I missed anything.) > No, you address all my concerns. thanks for the suggstion. > > Thanks, > > - Mark > ___

Re: [FFmpeg-devel] [PATCH 03/27] cbs_h2645: Merge SEI message handling in common between codecs

2021-01-06 Thread Mark Thompson
On 04/01/2021 15:42, Nuo Mi wrote: On Sat, Jan 2, 2021 at 5:44 AM Mark Thompson wrote: --- libavcodec/Makefile | 4 +- libavcodec/cbs_h264.h | 50 +--- libavcodec/cbs_h2645.c| 300 +++-- libavcodec/cbs_h264_syntax_templa

Re: [FFmpeg-devel] [PATCH 03/27] cbs_h2645: Merge SEI message handling in common between codecs

2021-01-04 Thread Nuo Mi
On Sat, Jan 2, 2021 at 5:44 AM Mark Thompson wrote: > --- > libavcodec/Makefile | 4 +- > libavcodec/cbs_h264.h | 50 +--- > libavcodec/cbs_h2645.c| 300 +++-- > libavcodec/cbs_h264_syntax_template.c | 173 +--- > libav

[FFmpeg-devel] [PATCH 03/27] cbs_h2645: Merge SEI message handling in common between codecs

2021-01-01 Thread Mark Thompson
--- libavcodec/Makefile | 4 +- libavcodec/cbs_h264.h | 50 +--- libavcodec/cbs_h2645.c| 300 +++-- libavcodec/cbs_h264_syntax_template.c | 173 +--- libavcodec/cbs_h265.h | 33 +-- libavcodec/cbs_h265_sy