aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/vvc
Commit message (Expand)AuthorAgeFilesLines
* avcodec/vvcdec: ff_vvc_frame_submit, avoid initializing task twice.Nuo Mi2024-05-063-16/+39
* lavc/vvc/refs: Use dpb_max_num_reorder_pics to control outputJun Zhao2024-04-211-1/+1
* lavc/vvc: Skip enhancement layer NAL unitsFrank Plowman2024-04-181-0/+6
* lavc/vvc: Increase size of ctb_size_yFrank Plowman2024-04-151-1/+1
* lavc/vvc: Fix out-of-bounds array accessFrank Plowman2024-04-091-10/+12
* lavc/vvc: Avoid overflow in coeff scale intermediateFrank Plowman2024-04-091-1/+1
* lavc/vvc: Fix buffer overread in CABACFrank Plowman2024-04-091-0/+2
* lavc/vvc: Fix left shifts of negative valuesFrank Plowman2024-04-091-6/+6
* avcodec/vvc/dec: fix typoJames Almer2024-04-081-1/+1
* avcodec/vvc/ps: reset sps_id_used on flushJames Almer2024-04-081-0/+2
* lavc/vvc: Error if SPS ID is duplicated within CVSFrank Plowman2024-04-072-8/+23
* avcodec/vvc: Rename vvc_?foo->fooAndreas Rheinhardt2024-04-0432-120/+120
* avcodec/vvc/vvc_inter_template: Fix left shift of negative numberAndreas Rheinhardt2024-04-041-1/+1
* avcodec/vvc_refs: don't ask for a "Inter layer ref" sampleJames Almer2024-04-021-1/+2
* avcodec/vvcdec: inter prediction, support subpictureNuo Mi2024-04-021-23/+56
* avcodec/vvcdec: mvs, support subpictureNuo Mi2024-04-021-12/+21
* avcodec/vvcdec: alf, support subpictureNuo Mi2024-04-021-0/+9
* avcodec/vvcdec: sao, support subpictureNuo Mi2024-04-021-13/+27
* avcodec/vvcdec: sao, refact out tile_edge arraysNuo Mi2024-04-021-22/+14
* avcodec/vvcdec: refact, movie the lc->sc assignment to task_run_stage to simp...Nuo Mi2024-04-021-49/+17
* avcodec/vvcdec: deblock, support subpictureNuo Mi2024-04-023-27/+35
* avcodec/vvcdec: refact out deblock_is_boundaryNuo Mi2024-04-021-40/+26
* avcodec/vvcdec: misc, rename x_ctb, y_ctb, ctu_x, ctu_y to rx, ry to avoid mi...Nuo Mi2024-04-023-71/+71
* avcodec/vvcdec: ff_vvc_decode_neighbour, support subpictureNuo Mi2024-04-022-2/+8
* avcodec/vvcdec: derive subpic position for PPSNuo Mi2024-04-022-0/+23
* avcodec/vvcdec: support rectangular single-slice subpicsFrank Plowman2024-04-021-6/+87
* avcodec/vvcdec: fix uninitialized last element of xxx_bd and ctb_to_xxx_bd ar...Frank Plowman2024-04-021-0/+3
* avcodec/vvcdec: misc, add specification name for pps membersNuo Mi2024-04-021-4/+4
* avcodec/vvcdec: NoBackwardPredFlag, only check active picturesNuo Mi2024-04-021-1/+1
* avcodec/vvc/vvcdec: Do not submit frames without VVCFrameThreadMichael Niedermayer2024-04-011-0/+3
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-314-1/+6
* lavc/vvc: Fix check whether QG is in first tile colFrank Plowman2024-03-201-1/+1
* avcodec/vvcdec: Mark as experimentalKieran Kunhya2024-03-131-1/+2
* lavc/vvc_ps: Correct NoOutputBeforeRecoveryFlag of IDRFei Wang2024-03-121-1/+1
* lavc/vvcdec: Add missed chroma sampling factor for crop offsetFei Wang2024-03-122-6/+6
* avcodec/vvcdec: fix undefined behaviours for derive_affine_mvcNuo Mi2024-03-041-4/+7
* avcodec/vvcdec: fix boundary strength when IBC involvedNuo Mi2024-03-041-0/+8
* avcodec/vvc/vvcdec: allow vvc_decode_close() on failed openMichael Niedermayer2024-03-021-3/+4
* avcodec/vvc/vvc_mvs: Add proper header includeAndreas Rheinhardt2024-03-021-1/+1
* avcodec/vvc/vvc_intra: Move utils out of vvc_intra.cAndreas Rheinhardt2024-03-023-187/+219
* avcodec/vvcdec: add Intra Block Copy decoderWu Jianhua2024-02-243-0/+110
* avcodec/vvcdec: add Intra Block Copy parserWu Jianhua2024-02-244-15/+177
* avcodec/vvcdec: refact, rename !is_mvp to check_merNuo Mi2024-02-241-11/+7
* avcodec/vvcdec: fix dual tree for skipped transform tree/unitNuo Mi2024-02-242-11/+19
* avcodec/vvcdec: ff_vvc_set_intra_mvf, refact to support dmvr tabNuo Mi2024-02-243-4/+4
* avcodec/vvcdec: skip inter prediction for IBC blocksNuo Mi2024-02-241-1/+1
* avcodec/vvcdec: implement update_hmvp for IBCWu Jianhua2024-02-243-21/+44
* avcodec/vvcdec: cabac, fix non_inter_flag, pred_mode_flag, amvr_shift for IBCNuo Mi2024-02-241-5/+5
* avcodec/vvcdec: deblock_bs, fix intra check for IBCNuo Mi2024-02-241-1/+6
* avcodec/vvcdec: set CuPredMode table for chromaNuo Mi2024-02-241-2/+5