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

2023-10-14 Thread Nuo Mi
On Tue, Sep 5, 2023 at 9:16 PM Nuo Mi wrote: > >> >> #14 0x55aa01f2 in avformat_find_stream_info (ic=0x58698900, >> options=0x5869a3c0) at libavformat/demux.c:2771 >> #15 0x55697446 in ifile_open (o=0x7fffdaa0, >> filename=0x7fffe56b "fate-suite//vvc-conformance/SU

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

2023-09-05 Thread Nuo Mi
> > > > #14 0x55aa01f2 in avformat_find_stream_info (ic=0x58698900, > options=0x5869a3c0) at libavformat/demux.c:2771 > #15 0x55697446 in ifile_open (o=0x7fffdaa0, > filename=0x7fffe56b "fate-suite//vvc-conformance/SUBPIC_A_3.bit") at > fftools/ffmpeg_demux.c:1538 >

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

2023-09-04 Thread Michael Niedermayer
On Mon, Sep 04, 2023 at 04:28:57PM +0200, Michael Niedermayer wrote: > On Sun, Sep 03, 2023 at 12:07:41AM +0800, 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

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

2023-09-04 Thread Michael Niedermayer
On Sun, Sep 03, 2023 at 12:07:41AM +0800, 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 >

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

2023-09-02 Thread Nuo Mi
On Sun, Sep 3, 2023 at 12:08 AM 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 v3 14/14] vvcdec: add full vvc decoder

2023-09-02 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