[FFmpeg-devel] [PATCH v5 04/10] avcodec: add MP4 to annexb support for H266/VVC

2023-01-03 Thread Thomas Siedel
Add parser for VVC MP4 to Annex B byte stream format. Co-authored-by: Nuo Mi --- configure| 1 + libavcodec/Makefile | 2 + libavcodec/bitstream_filters.c | 2 + libavcodec/h266_metadata_bsf.c | 146 ++ libavcodec/vvc_mp4toannexb_bsf.c |

Re: [FFmpeg-devel] [PATCH v5 04/10] avcodec: add MP4 to annexb support for H266/VVC

2023-02-01 Thread 赵志立
> On Jan 3, 2023, at 21:40, Thomas Siedel wrote: > > Add parser for VVC MP4 to Annex B byte stream format. > > Co-authored-by: Nuo Mi > --- > configure| 1 + > libavcodec/Makefile | 2 + > libavcodec/bitstream_filters.c | 2 + > libavcodec/h266_metada

Re: [FFmpeg-devel] [PATCH v5 04/10] avcodec: add MP4 to annexb support for H266/VVC

2023-02-10 Thread Thomas Siedel
On Wed, 1 Feb 2023 at 16:34, zhilizhao(赵志立) wrote: > > > > On Jan 3, 2023, at 21:40, Thomas Siedel > wrote: > > > > Add parser for VVC MP4 to Annex B byte stream format. > > > > Co-authored-by: Nuo Mi > > --- > > configure| 1 + > > libavcodec/Makefile |