FFmpeg/libavcodec/vvc
Nuo Mi 238bb653e7 avcodec/vvcdec: inter prediction, support subpicture
passed files:
    LMCS_B_Dolby_2.bit
    CodingToolsSets_E_Tencent_1.bit
    SUBPIC_A_HUAWEI_3.bit
    SUBPIC_B_HUAWEI_3.bit
    SUBPIC_C_ERICSSON_1.bit
    SUBPIC_D_ERICSSON_1.bit
    SUBPIC_E_MediaTek_1.bit

passed dvb conformance files (https://dvb.org/specifications/verification-validation/vvc-test-content):
    VVC_HDR_UHDTV1_OpenGOP_3840x2160_50fps_HLG10_mosaic.bit
    VVC_HDR_UHDTV1_OpenGOP_3840x2160_50fps_HLG10_PiP.bit
2024-04-02 20:56:22 +08:00
..
Makefile avcodec/vvc/vvc_intra: Move utils out of vvc_intra.c 2024-03-02 02:54:12 +01:00
vvc_cabac.c
vvc_cabac.h
vvc_ctu.c avcodec/vvcdec: misc, rename x_ctb, y_ctb, ctu_x, ctu_y to rx, ry to avoid misleading 2024-04-02 20:56:22 +08:00
vvc_ctu.h avcodec/vvcdec: ff_vvc_decode_neighbour, support subpicture 2024-04-02 20:56:22 +08:00
vvc_data.c
vvc_data.h
vvc_filter.c avcodec/vvcdec: alf, support subpicture 2024-04-02 20:56:22 +08:00
vvc_filter.h avcodec/vvcdec: deblock, support subpicture 2024-04-02 20:56:22 +08:00
vvc_filter_template.c
vvc_inter.c avcodec/vvcdec: inter prediction, support subpicture 2024-04-02 20:56:22 +08:00
vvc_inter.h
vvc_inter_template.c
vvc_intra.c avcodec/vvc/vvc_intra: Move utils out of vvc_intra.c 2024-03-02 02:54:12 +01:00
vvc_intra.h
vvc_intra_template.c
vvc_intra_utils.c avcodec/vvc/vvc_intra: Move utils out of vvc_intra.c 2024-03-02 02:54:12 +01:00
vvc_itx_1d.c
vvc_itx_1d.h
vvc_mvs.c avcodec/vvcdec: mvs, support subpicture 2024-04-02 20:56:22 +08:00
vvc_mvs.h avcodec/vvc/vvc_mvs: Add proper header include 2024-03-02 02:54:12 +01:00
vvc_ps.c avcodec/vvcdec: misc, rename x_ctb, y_ctb, ctu_x, ctu_y to rx, ry to avoid misleading 2024-04-02 20:56:22 +08:00
vvc_ps.h avcodec/vvcdec: derive subpic position for PPS 2024-04-02 20:56:03 +08:00
vvc_refs.c avutil/common: Don't auto-include mem.h 2024-03-31 00:08:43 +01:00
vvc_refs.h
vvc_thread.c avcodec/vvcdec: refact, movie the lc->sc assignment to task_run_stage to simplify the code 2024-04-02 20:56:22 +08:00
vvc_thread.h
vvcdec.c avcodec/vvc/vvcdec: Do not submit frames without VVCFrameThread 2024-04-01 19:05:31 +02:00
vvcdec.h
vvcdsp.c
vvcdsp.h
vvcdsp_template.c