Nov 3, 2022, 13:21 by thomas...@spin-digital.com:
> Add CodedBitstreamContext to parse VPS,SPS,PPS in VVC nal units. > Implement parsing and writing of SPS,PPS,VPS,PH,AUD,SEI and slices. > Add ff_cbs_type_h266 to cbs types tables and AV_CODEC_ID_H266 > to cbs codec ids. > > Signed-off-by: Thomas Siedel <> thomas...@spin-digital.com> > > --- > libavcodec/cbs.c | 6 + > libavcodec/cbs_h2645.c | 373 ++- > libavcodec/cbs_h266.h | 791 +++++++ > libavcodec/cbs_h266_syntax_template.c | 3010 +++++++++++++++++++++++++ > libavcodec/cbs_internal.h | 1 + > libavcodec/cbs_sei.c | 29 + > 6 files changed, 4208 insertions(+), 2 deletions(-) > create mode 100644 libavcodec/cbs_h266.h > create mode 100644 libavcodec/cbs_h266_syntax_template.c > Can't this be integrated with libavcodec/cbs_h2645.c? _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".