[FFmpeg-devel] [PATCH 6/6] avcodec: add vvdec H.266/VVC decoder
James Almer
jamrial at gmail.com
Wed Dec 23 17:48:55 EET 2020
On 12/23/2020 12:38 PM, Nuo Mi wrote:
> On Wed, Dec 23, 2020 at 10:00 PM Lynne <dev at lynne.ee> wrote:
>
>> Dec 23, 2020, 14:07 by nuomi2021 at gmail.com:
>>
>>> Hi Lynne & James,
>>> Do not worry about the dav1d things that happened on vvcdec. It just a
>>> reference code like libaom.
>>>
>>
>> libaom does encoding and decoding. And most people only use
>> it for encoding, as its not a very fast decoder. As-is, this patch
>> only does decoding.
>>
> how about we replace vvdec with vtm. I guess it's not faster than vvdec,
> but it has an encoder.
Lets focus on getting the public defines, CBS module, parser and raw
bitstream demuxer in first. Then we can see if an external decoder
library should be added, and which one.
Thanks.
More information about the ffmpeg-devel
mailing list