Re: [FFmpeg-devel] [PATCH v3 05/10] avformat: add demuxer and probe support for H266/VVC

2022-11-15 Thread Thomas Siedel
On Mon, 7 Nov 2022 at 03:28, myp...@gmail.com wrote: > On Thu, Nov 3, 2022 at 8:23 PM Thomas Siedel > wrote: > > > > Add demuxer to probe raw vvc and parse vvcc byte stream format. > > > > Signed-off-by: Thomas Siedel > > --- > > libavformat/Makefile | 1 + > > libavformat/allformats.c

Re: [FFmpeg-devel] [PATCH v3 05/10] avformat: add demuxer and probe support for H266/VVC

2022-11-06 Thread myp...@gmail.com
On Thu, Nov 3, 2022 at 8:23 PM Thomas Siedel wrote: > > Add demuxer to probe raw vvc and parse vvcc byte stream format. > > Signed-off-by: Thomas Siedel > --- > libavformat/Makefile | 1 + > libavformat/allformats.c | 1 + > libavformat/demux.c | 7 +- > libavformat/vvc.c

[FFmpeg-devel] [PATCH v3 05/10] avformat: add demuxer and probe support for H266/VVC

2022-11-03 Thread Thomas Siedel
Add demuxer to probe raw vvc and parse vvcc byte stream format. Signed-off-by: Thomas Siedel --- libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/demux.c | 7 +- libavformat/vvc.c| 919 +++ libavformat/vvc.h