144 Commits (1242abdcee257f0cfefc7aabf118d23253f37769)

Author SHA1 Message Date
Frank Plowman 83b77990c6 lavc/vvc: Always set flags for the current picture 6 months ago
Zhao Zhili 6aeb084c39 avcodec/vvc: Don't create new thread when thread_count is 1 6 months ago
Frank Plowman d79c926ab6 lavc/vvc: Validate IBC block vector 6 months ago
Frank Plowman c917c423e0 lavc/vvc: Don't discard return codes 6 months ago
Martin Storsjö 75e3b81f75 avcodec/vvcdec: Fix compiling with MSVC 2022 17.8 and older 6 months ago
Nuo Mi 23531c9776 avcodec/vvcdec: alf, support virtual boundaries 6 months ago
Nuo Mi 3bac5ba861 avcodec/vvcdec: sao, support virtual boundaries 6 months ago
Nuo Mi 17c8b63781 avcodec/vvcdec: deblock, support virtual boundaries 6 months ago
Nuo Mi 80ded9cfe7 avcodec/vvcdec: ps, derive virtual boundaries 6 months ago
Nuo Mi fc731d8b39 avcodec/vvcdec: misc, constify ALFParams 6 months ago
Nuo Mi 9b532ace02 avcodec/vvcdec: misc, remove unused ALFParams.applied 6 months ago
Nuo Mi 98b6b90601 avcodec/vvcdec: refact out alf_get_edges 6 months ago
Nuo Mi 45d0ba8313 avcodec/vvcdec: misc, reformat ff_vvc_sao_filter 6 months ago
Nuo Mi a69b07dc79 avcodec/vvcdec: refact, fix naming convention of x0, y0 for sao 6 months ago
Nuo Mi ccf1d4172c avcodec/vvcdec: refact out sao_extends_edges 6 months ago
Nuo Mi 200862b144 avcodec/vvcdec: refact out sao_get_edges 6 months ago
Nuo Mi 5b9320b209 avcodec/vvcdec: refact, unify ff_vvc_deblock_{horizontal, vertical} 6 months ago
Nuo Mi 16e410aaac avcodec/vvcdec: misc, use POS to simplify filter code 6 months ago
Nuo Mi a6ea542a34 avcodec/vvcdec: refact, unify {horizontal, vertical}_bs, {horizontal, vertical}_p, {horizontal, vertical}_q 6 months ago
Nuo Mi cc89832d56 avcodec/vvcdec: refact, unify vvc_deblock_bs_chroma_{horizontal, vertical} 6 months ago
Nuo Mi 0a5bbcf0f3 avcodec/vvcdec: refact, unify vvc_deblock_bs_luma_{horizontal, vertical} 6 months ago
Nuo Mi cb6538e9a1 avcodec/vvcdec: refact, unify vvc_deblock_subblock_bs_{horizontal, vertical} 6 months ago
James Almer 1b9af306da avcodec: use the renamed av_zero_extend 7 months ago
Frank Plowman d72a5fe719 lavc/vvc: Prevent overflow in chroma QP derivation 7 months ago
Andreas Rheinhardt a0ff31e740 avcodec/vvc/inter: Don't return void 7 months ago
Nuo Mi f68f40736f avcodec/vvcdec: support mv wraparound 7 months ago
Nuo Mi 685174069f avcodec/vvcdec: misc, reindent inter.c 7 months ago
Nuo Mi a4013e748a avcodec/vvcdec: refact out emulated_edge_no_wrap 7 months ago
Nuo Mi 8abdf0a28e avcodec/vvcdec: misc, move src offset inside emulated_edge 7 months ago
Nuo Mi 2d98786fee avcodec/vvcdec: refact, remove emulated_edge_dmvr and emulated_edge_bilinear to simplify code 7 months ago
Frank Plowman d866f49791 lavc/vvc: Reallocate pixel buffers if pixel shift changes 7 months ago
Michael Niedermayer 2e5433dc12
avcodec/vvc/mvs: Initialize mvf 7 months ago
Frank Plowman 49c3918c1a lavc/vvc: Validate temporal MVP references 7 months ago
Nuo Mi 1b33c9a50a avcodec/vvcdec: support Reference Picture Resampling 8 months ago
Nuo Mi cae0b01282 avcodec/vvcdec: increase edge_emu_buffer for RPR 8 months ago
Nuo Mi 7904ec2d34 avcodec/vvcdec: refact, remove hf_idx and vf_idx from mc_xxx's param list 8 months ago
Nuo Mi 77d971c348 avcodec/vvcdec: refact out luma_prof from luma_prof_bi 8 months ago
Nuo Mi ac4575594f avcodec/vvcdec: fix dmvr, bdof, cb_prof for RPR 8 months ago
Nuo Mi 77acd0a0dd avcodec/vvcdec: inter, wait reference with a different resolution 8 months ago
Nuo Mi deda59a996 avcodec/vvcdec: add RPR dsp 8 months ago
Nuo Mi e70225e0a8 avcodec/vvcdec: emulated_edge, use reference frame's sps and pps 8 months ago
Nuo Mi aa8d5c6e7e avcodec/vvcdec: add vvc inter filters for RPR 8 months ago
Nuo Mi 08ad51ece6 avcodec/vvcdec: refact, pred_get_refs return VVCRefPic instead of VVCFrame 8 months ago
Nuo Mi 66c6bee061 avcodec/vvcdec: refact out VVCRefPic from RefPicList 8 months ago
Nuo Mi 44bbafb69f avcodec/vvcdec: refact, unify pred_regular_{luma, chroma} to pred_regular 8 months ago
Nuo Mi 875fa9692c avcodec/vvcdec: misc, remove unused EMULATED_EDGE_{LUMA, CHROMA}, EMULATED_EDGE_DMVR_{LUAM, CHROMA} 8 months ago
Nuo Mi 84a93d91d1 avcodec/vvcdec: refact, unify {luma, chroma}_mc_bi to mc_bi 8 months ago
Nuo Mi 6769fe1614 avcodec/vvcdec: refact, unify {luma, chroma}_mc_uni to mc_uni 8 months ago
Nuo Mi bc099afc8d avcodec/vvcdec: refact, unify {luma, chroma}_mc to mc 8 months ago
Nuo Mi 1289da9244 avcodec/vvcdec: misc, inter, use is_chroma instead of is_luma 8 months ago