Re: [FFmpeg-devel] [PATCH v3 1/6] avformat: add muxer support for H266/VVC

2024-01-29 Thread Nuo Mi
On Sat, Jan 27, 2024 at 10:38 PM James Almer wrote: > On 1/27/2024 1:15 AM, Nuo Mi wrote: > > diff --git a/libavformat/isom_tags.c b/libavformat/isom_tags.c > > index a575b7c160..705811e950 100644 > > --- a/libavformat/isom_tags.c > > +++ b/libavformat/isom_tags.c > > @@ -123,6 +123,9 @@ const AV

Re: [FFmpeg-devel] [PATCH v3 1/6] avformat: add muxer support for H266/VVC

2024-01-29 Thread Thomas Siedel
On Sat, 27 Jan 2024 at 16:57, Nuo Mi wrote: > > > On Sat, Jan 27, 2024 at 10:38 PM James Almer wrote: > >> On 1/27/2024 1:15 AM, Nuo Mi wrote: >> > diff --git a/libavformat/isom_tags.c b/libavformat/isom_tags.c >> > index a575b7c160..705811e950 100644 >> > --- a/libavformat/isom_tags.c >> > +++

Re: [FFmpeg-devel] [PATCH v3 1/6] avformat: add muxer support for H266/VVC

2024-01-27 Thread Nuo Mi
On Sat, Jan 27, 2024 at 10:38 PM James Almer wrote: > On 1/27/2024 1:15 AM, Nuo Mi wrote: > > diff --git a/libavformat/isom_tags.c b/libavformat/isom_tags.c > > index a575b7c160..705811e950 100644 > > --- a/libavformat/isom_tags.c > > +++ b/libavformat/isom_tags.c > > @@ -123,6 +123,9 @@ const AV

Re: [FFmpeg-devel] [PATCH v3 1/6] avformat: add muxer support for H266/VVC

2024-01-27 Thread James Almer
On 1/27/2024 1:15 AM, Nuo Mi wrote: diff --git a/libavformat/isom_tags.c b/libavformat/isom_tags.c index a575b7c160..705811e950 100644 --- a/libavformat/isom_tags.c +++ b/libavformat/isom_tags.c @@ -123,6 +123,9 @@ const AVCodecTag ff_codec_movvideo_tags[] = { { AV_CODEC_ID_HEVC, MKTAG('d',

[FFmpeg-devel] [PATCH v3 1/6] avformat: add muxer support for H266/VVC

2024-01-26 Thread Nuo Mi
From: Thomas Siedel Add muxer for vvcc byte stream format. Add AV_CODEC_ID_VVC to ff_mp4_obj_type. Add AV_CODEC_ID_VVC to ISO Media codec (VvcConfigurationBox vvi1, vvc1 defined in ISO/IEC 14496-15:2021). Add VvcConfigurationBox vvcC which extends FullBox type in ISO/IEC 14496-15:2021. Tested wi