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
>
>
>
> #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
>
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
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
>
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
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