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

2023-07-03 Thread Thomas Siedel
On Thu, 29 Jun 2023 at 19:39, James Almer wrote: > On 3/21/2023 12:01 PM, Thomas Siedel wrote: > > 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/

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

2023-07-01 Thread Nuo Mi
On Fri, Jun 30, 2023 at 1:39 AM James Almer wrote: > On 3/21/2023 12:01 PM, Thomas Siedel wrote: > > 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/fraunhoferhh

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

2023-06-29 Thread James Almer
On 3/21/2023 12:01 PM, Thomas Siedel wrote: 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 d