Re: [FFmpeg-devel] [PATCH 2/6] avcodec: add h266 codec id and profiles

2021-01-07 Thread Mark Thompson
On 22/12/2020 10:37, Nuo Mi wrote: Hi James, thanks for the review. On Mon, Dec 21, 2020 at 11:14 PM James Almer wrote: On 12/21/2020 3:07 AM, Nuo Mi wrote: --- libavcodec/avcodec.h| 2 ++ libavcodec/codec_desc.c | 8 libavcodec/codec_id.h | 2 ++ libavcodec/profiles.

Re: [FFmpeg-devel] [PATCH 2/6] avcodec: add h266 codec id and profiles

2021-01-07 Thread Nuo Mi
On Sat, Jan 2, 2021 at 10:06 AM Nuo Mi wrote: > Hi Mark & all, > Happy new year! > I have implemented the h266 metadata bsf. For all vvdec decodable clips, > the metadata pass-through mode can get a bit matched result. > Could you align with James about the name convention, so I can send the > se

Re: [FFmpeg-devel] [PATCH 2/6] avcodec: add h266 codec id and profiles

2021-01-02 Thread James Almer
On 1/2/2021 12:38 AM, Nuo Mi wrote: Hi James, Thanks, it works for me. It's wired no error prompt for my previous command line. Looks like there are other modules with "aud" options in your build, like libx264, nvenc or amfenc, and for some reason the CLI considers they have a global scope.

Re: [FFmpeg-devel] [PATCH 2/6] avcodec: add h266 codec id and profiles

2021-01-01 Thread Nuo Mi
Hi James, Thanks, it works for me. It's wired no error prompt for my previous command line. On Sat, Jan 2, 2021 at 10:26 AM James Almer wrote: > On 1/1/2021 11:06 PM, Nuo Mi wrote: > > Hi Mark & all, > > Happy new year! > > I have implemented the h266 metadata bsf. For all vvdec decodable clips

Re: [FFmpeg-devel] [PATCH 2/6] avcodec: add h266 codec id and profiles

2021-01-01 Thread James Almer
On 1/1/2021 11:06 PM, Nuo Mi wrote: Hi Mark & all, Happy new year! I have implemented the h266 metadata bsf. For all vvdec decodable clips, the metadata pass-through mode can get a bit matched result. Could you align with James about the name convention, so I can send the second patchset? BTW: c

Re: [FFmpeg-devel] [PATCH 2/6] avcodec: add h266 codec id and profiles

2021-01-01 Thread Nuo Mi
Hi Mark & all, Happy new year! I have implemented the h266 metadata bsf. For all vvdec decodable clips, the metadata pass-through mode can get a bit matched result. Could you align with James about the name convention, so I can send the second patchset? BTW: could you share the hevc aud adding com

Re: [FFmpeg-devel] [PATCH 2/6] avcodec: add h266 codec id and profiles

2020-12-25 Thread Nuo Mi
On Tue, Dec 22, 2020 at 6:37 PM Nuo Mi wrote: > > Hi James, > thanks for the review. > > On Mon, Dec 21, 2020 at 11:14 PM James Almer wrote: > >> On 12/21/2020 3:07 AM, Nuo Mi wrote: >> > --- >> > libavcodec/avcodec.h| 2 ++ >> > libavcodec/codec_desc.c | 8 >> > libavcodec/code

Re: [FFmpeg-devel] [PATCH 2/6] avcodec: add h266 codec id and profiles

2020-12-22 Thread Nuo Mi
Hi James, thanks for the review. On Mon, Dec 21, 2020 at 11:14 PM James Almer wrote: > On 12/21/2020 3:07 AM, Nuo Mi wrote: > > --- > > libavcodec/avcodec.h| 2 ++ > > libavcodec/codec_desc.c | 8 > > libavcodec/codec_id.h | 2 ++ > > libavcodec/profiles.c | 5 + > > l

Re: [FFmpeg-devel] [PATCH 2/6] avcodec: add h266 codec id and profiles

2020-12-21 Thread James Almer
On 12/21/2020 3:07 AM, Nuo Mi wrote: --- libavcodec/avcodec.h| 2 ++ libavcodec/codec_desc.c | 8 libavcodec/codec_id.h | 2 ++ libavcodec/profiles.c | 5 + libavcodec/profiles.h | 1 + 5 files changed, 18 insertions(+) diff --git a/libavcodec/avcodec.h b/libavcodec

[FFmpeg-devel] [PATCH 2/6] avcodec: add h266 codec id and profiles

2020-12-20 Thread Nuo Mi
--- libavcodec/avcodec.h| 2 ++ libavcodec/codec_desc.c | 8 libavcodec/codec_id.h | 2 ++ libavcodec/profiles.c | 5 + libavcodec/profiles.h | 1 + 5 files changed, 18 insertions(+) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 1d3099d50a..f7ea4d5849 10064