| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/vvcdec: ff_vvc_frame_submit, avoid initializing task twice. | Nuo Mi | 2024-05-06 | 3 | -16/+39 |
* | lavc/vvc/refs: Use dpb_max_num_reorder_pics to control output | Jun Zhao | 2024-04-21 | 1 | -1/+1 |
* | lavc/vvc: Skip enhancement layer NAL units | Frank Plowman | 2024-04-18 | 1 | -0/+6 |
* | lavc/vvc: Increase size of ctb_size_y | Frank Plowman | 2024-04-15 | 1 | -1/+1 |
* | lavc/vvc: Fix out-of-bounds array access | Frank Plowman | 2024-04-09 | 1 | -10/+12 |
* | lavc/vvc: Avoid overflow in coeff scale intermediate | Frank Plowman | 2024-04-09 | 1 | -1/+1 |
* | lavc/vvc: Fix buffer overread in CABAC | Frank Plowman | 2024-04-09 | 1 | -0/+2 |
* | lavc/vvc: Fix left shifts of negative values | Frank Plowman | 2024-04-09 | 1 | -6/+6 |
* | avcodec/vvc/dec: fix typo | James Almer | 2024-04-08 | 1 | -1/+1 |
* | avcodec/vvc/ps: reset sps_id_used on flush | James Almer | 2024-04-08 | 1 | -0/+2 |
* | lavc/vvc: Error if SPS ID is duplicated within CVS | Frank Plowman | 2024-04-07 | 2 | -8/+23 |
* | avcodec/vvc: Rename vvc_?foo->foo | Andreas Rheinhardt | 2024-04-04 | 32 | -120/+120 |
* | avcodec/vvc/vvc_inter_template: Fix left shift of negative number | Andreas Rheinhardt | 2024-04-04 | 1 | -1/+1 |
* | avcodec/vvc_refs: don't ask for a "Inter layer ref" sample | James Almer | 2024-04-02 | 1 | -1/+2 |
* | avcodec/vvcdec: inter prediction, support subpicture | Nuo Mi | 2024-04-02 | 1 | -23/+56 |
* | avcodec/vvcdec: mvs, support subpicture | Nuo Mi | 2024-04-02 | 1 | -12/+21 |
* | avcodec/vvcdec: alf, support subpicture | Nuo Mi | 2024-04-02 | 1 | -0/+9 |
* | avcodec/vvcdec: sao, support subpicture | Nuo Mi | 2024-04-02 | 1 | -13/+27 |
* | avcodec/vvcdec: sao, refact out tile_edge arrays | Nuo Mi | 2024-04-02 | 1 | -22/+14 |
* | avcodec/vvcdec: refact, movie the lc->sc assignment to task_run_stage to simp... | Nuo Mi | 2024-04-02 | 1 | -49/+17 |
* | avcodec/vvcdec: deblock, support subpicture | Nuo Mi | 2024-04-02 | 3 | -27/+35 |
* | avcodec/vvcdec: refact out deblock_is_boundary | Nuo Mi | 2024-04-02 | 1 | -40/+26 |
* | avcodec/vvcdec: misc, rename x_ctb, y_ctb, ctu_x, ctu_y to rx, ry to avoid mi... | Nuo Mi | 2024-04-02 | 3 | -71/+71 |
* | avcodec/vvcdec: ff_vvc_decode_neighbour, support subpicture | Nuo Mi | 2024-04-02 | 2 | -2/+8 |
* | avcodec/vvcdec: derive subpic position for PPS | Nuo Mi | 2024-04-02 | 2 | -0/+23 |
* | avcodec/vvcdec: support rectangular single-slice subpics | Frank Plowman | 2024-04-02 | 1 | -6/+87 |
* | avcodec/vvcdec: fix uninitialized last element of xxx_bd and ctb_to_xxx_bd ar... | Frank Plowman | 2024-04-02 | 1 | -0/+3 |
* | avcodec/vvcdec: misc, add specification name for pps members | Nuo Mi | 2024-04-02 | 1 | -4/+4 |
* | avcodec/vvcdec: NoBackwardPredFlag, only check active pictures | Nuo Mi | 2024-04-02 | 1 | -1/+1 |
* | avcodec/vvc/vvcdec: Do not submit frames without VVCFrameThread | Michael Niedermayer | 2024-04-01 | 1 | -0/+3 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 4 | -1/+6 |
* | lavc/vvc: Fix check whether QG is in first tile col | Frank Plowman | 2024-03-20 | 1 | -1/+1 |
* | avcodec/vvcdec: Mark as experimental | Kieran Kunhya | 2024-03-13 | 1 | -1/+2 |
* | lavc/vvc_ps: Correct NoOutputBeforeRecoveryFlag of IDR | Fei Wang | 2024-03-12 | 1 | -1/+1 |
* | lavc/vvcdec: Add missed chroma sampling factor for crop offset | Fei Wang | 2024-03-12 | 2 | -6/+6 |
* | avcodec/vvcdec: fix undefined behaviours for derive_affine_mvc | Nuo Mi | 2024-03-04 | 1 | -4/+7 |
* | avcodec/vvcdec: fix boundary strength when IBC involved | Nuo Mi | 2024-03-04 | 1 | -0/+8 |
* | avcodec/vvc/vvcdec: allow vvc_decode_close() on failed open | Michael Niedermayer | 2024-03-02 | 1 | -3/+4 |
* | avcodec/vvc/vvc_mvs: Add proper header include | Andreas Rheinhardt | 2024-03-02 | 1 | -1/+1 |
* | avcodec/vvc/vvc_intra: Move utils out of vvc_intra.c | Andreas Rheinhardt | 2024-03-02 | 3 | -187/+219 |
* | avcodec/vvcdec: add Intra Block Copy decoder | Wu Jianhua | 2024-02-24 | 3 | -0/+110 |
* | avcodec/vvcdec: add Intra Block Copy parser | Wu Jianhua | 2024-02-24 | 4 | -15/+177 |
* | avcodec/vvcdec: refact, rename !is_mvp to check_mer | Nuo Mi | 2024-02-24 | 1 | -11/+7 |
* | avcodec/vvcdec: fix dual tree for skipped transform tree/unit | Nuo Mi | 2024-02-24 | 2 | -11/+19 |
* | avcodec/vvcdec: ff_vvc_set_intra_mvf, refact to support dmvr tab | Nuo Mi | 2024-02-24 | 3 | -4/+4 |
* | avcodec/vvcdec: skip inter prediction for IBC blocks | Nuo Mi | 2024-02-24 | 1 | -1/+1 |
* | avcodec/vvcdec: implement update_hmvp for IBC | Wu Jianhua | 2024-02-24 | 3 | -21/+44 |
* | avcodec/vvcdec: cabac, fix non_inter_flag, pred_mode_flag, amvr_shift for IBC | Nuo Mi | 2024-02-24 | 1 | -5/+5 |
* | avcodec/vvcdec: deblock_bs, fix intra check for IBC | Nuo Mi | 2024-02-24 | 1 | -1/+6 |
* | avcodec/vvcdec: set CuPredMode table for chroma | Nuo Mi | 2024-02-24 | 1 | -2/+5 |