Re: [FFmpeg-devel] [PATCH v1 00/11] Add support for H266/VVC

2023-01-10 Thread myp...@gmail.com
On Tue, Jan 10, 2023 at 10:56 AM Nuo Mi wrote: > > Hi Thomas > It works for me. > > BTW, I will send out a C version of VVC native decoder very soon. > Please also help review and improve it. > Thank you. Ha, it's great news > > On Tue, Jan 3, 2023 at 10:02 PM Thomas Siedel > wrote: > > > On Thu,

Re: [FFmpeg-devel] [PATCH v1 00/11] Add support for H266/VVC

2023-01-09 Thread Nuo Mi
Hi Thomas It works for me. BTW, I will send out a C version of VVC native decoder very soon. Please also help review and improve it. Thank you. On Tue, Jan 3, 2023 at 10:02 PM Thomas Siedel wrote: > On Thu, 15 Dec 2022 at 10:11, Thomas Siedel > wrote: > >> On Tue, 13 Dec 2022 at 07:19, Nuo Mi

Re: [FFmpeg-devel] [PATCH v1 00/11] Add support for H266/VVC

2023-01-03 Thread Thomas Siedel
On Thu, 15 Dec 2022 at 10:11, Thomas Siedel wrote: > On Tue, 13 Dec 2022 at 07:19, Nuo Mi wrote: > >> Hi Thomas, >> Thank you for sending the patch set. >> It seems the patchset is based on >> https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=3487 >> Please do not change the author's name

Re: [FFmpeg-devel] [PATCH v1 00/11] Add support for H266/VVC

2022-12-15 Thread Thomas Siedel
On Tue, 13 Dec 2022 at 07:19, Nuo Mi wrote: > Hi Thomas, > Thank you for sending the patch set. > It seems the patchset is based on > https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=3487 > Please do not change the author's name. > > thank you > Some code regarding VVC parsing is based o

Re: [FFmpeg-devel] [PATCH v1 00/11] Add support for H266/VVC

2022-12-12 Thread Nuo Mi
Hi Thomas, Thank you for sending the patch set. It seems the patchset is based on https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=3487 Please do not change the author's name. thank you On Wed, Oct 19, 2022 at 3:26 PM wrote: > From: Thomas Siedel > > This patch set adds H266/VVC supp

[FFmpeg-devel] [PATCH v1 00/11] Add support for H266/VVC

2022-10-19 Thread thomas . ff
From: Thomas Siedel This patch set adds H266/VVC support. This includes parsing, muxing, demuxing, decoding and encoding. Decoding is done using the external library VVdeC (https://github.com/fraunhoferhhi/vvdec.git) and can be enabled with --enable-libvvdec. Encoding is done using the external l