Re: [FFmpeg-devel] [PATCH v5 14/14] vvcdec: add full vvc decoder

2023-11-24 Thread Nuo Mi
On Sun, Nov 12, 2023 at 6:48 PM Nuo Mi wrote: > > > On Sun, Nov 12, 2023 at 6:36 PM Nuo Mi wrote: > >> vvc decoder plug-in to avcodec. >> split frames into slices/tiles and send them to vvc_thread for further >> decoding >> reorder and wait for the frame decoding to be done and output the frame

Re: [FFmpeg-devel] [PATCH v5 14/14] vvcdec: add full vvc decoder

2023-11-12 Thread Nuo Mi
On Sun, Nov 12, 2023 at 6:36 PM Nuo Mi wrote: > vvc decoder plug-in to avcodec. > split frames into slices/tiles and send them to vvc_thread for further > decoding > reorder and wait for the frame decoding to be done and output the frame > > Features: > + Support I, P, B frames > + Suppor

[FFmpeg-devel] [PATCH v5 14/14] vvcdec: add full vvc decoder

2023-11-12 Thread Nuo Mi
vvc decoder plug-in to avcodec. split frames into slices/tiles and send them to vvc_thread for further decoding reorder and wait for the frame decoding to be done and output the frame Features: + Support I, P, B frames + Support 8/10/12 bits, chroma 400, 420, 422, and 444 and range extensi