152 Commits (180c869faf96dbf1396fa3aba43b7488f9a7090b)

Author SHA1 Message Date
Zhao Zhili b3aeef3bf9 avcodec/vvc: Remove write-only assignments in alf_filter_chroma 7 months ago
Zhao Zhili 8bac9d4a21 avcodec/vvc: Remove NOP condition check in alf_filter_luma 7 months ago
Michael Niedermayer 8f74c313f1
avcodec/vvc/ctu: Simplify code at the end of pred_mode_decode() 7 months ago
Zhao Zhili 0e5f8ddc1d avcodec/vvc: Use static const for function table 7 months ago
Michael Niedermayer eb552ecd54
avcodec/vvc/refs: Use unsigned mask 7 months ago
Michael Niedermayer 97ae47f9e9
avcodec/vvc/ctu: Remove dead ret check 7 months ago
Michael Niedermayer d22a33710a
avcodec/vvc/dec: Remove constant eos_at_start 7 months ago
Michael Niedermayer 6398242bb2
avcodec/vvc/dec: Check ff_init_cabac_decoder() for failure 7 months ago
Frank Plowman 83b77990c6 lavc/vvc: Always set flags for the current picture 7 months ago
Zhao Zhili 6aeb084c39 avcodec/vvc: Don't create new thread when thread_count is 1 7 months ago
Frank Plowman d79c926ab6 lavc/vvc: Validate IBC block vector 7 months ago
Frank Plowman c917c423e0 lavc/vvc: Don't discard return codes 7 months ago
Martin Storsjö 75e3b81f75 avcodec/vvcdec: Fix compiling with MSVC 2022 17.8 and older 7 months ago
Nuo Mi 23531c9776 avcodec/vvcdec: alf, support virtual boundaries 7 months ago
Nuo Mi 3bac5ba861 avcodec/vvcdec: sao, support virtual boundaries 7 months ago
Nuo Mi 17c8b63781 avcodec/vvcdec: deblock, support virtual boundaries 7 months ago
Nuo Mi 80ded9cfe7 avcodec/vvcdec: ps, derive virtual boundaries 7 months ago
Nuo Mi fc731d8b39 avcodec/vvcdec: misc, constify ALFParams 7 months ago
Nuo Mi 9b532ace02 avcodec/vvcdec: misc, remove unused ALFParams.applied 7 months ago
Nuo Mi 98b6b90601 avcodec/vvcdec: refact out alf_get_edges 7 months ago
Nuo Mi 45d0ba8313 avcodec/vvcdec: misc, reformat ff_vvc_sao_filter 7 months ago
Nuo Mi a69b07dc79 avcodec/vvcdec: refact, fix naming convention of x0, y0 for sao 7 months ago
Nuo Mi ccf1d4172c avcodec/vvcdec: refact out sao_extends_edges 7 months ago
Nuo Mi 200862b144 avcodec/vvcdec: refact out sao_get_edges 7 months ago
Nuo Mi 5b9320b209 avcodec/vvcdec: refact, unify ff_vvc_deblock_{horizontal, vertical} 7 months ago
Nuo Mi 16e410aaac avcodec/vvcdec: misc, use POS to simplify filter code 7 months ago
Nuo Mi a6ea542a34 avcodec/vvcdec: refact, unify {horizontal, vertical}_bs, {horizontal, vertical}_p, {horizontal, vertical}_q 7 months ago
Nuo Mi cc89832d56 avcodec/vvcdec: refact, unify vvc_deblock_bs_chroma_{horizontal, vertical} 7 months ago
Nuo Mi 0a5bbcf0f3 avcodec/vvcdec: refact, unify vvc_deblock_bs_luma_{horizontal, vertical} 7 months ago
Nuo Mi cb6538e9a1 avcodec/vvcdec: refact, unify vvc_deblock_subblock_bs_{horizontal, vertical} 7 months ago
James Almer 1b9af306da avcodec: use the renamed av_zero_extend 8 months ago
Frank Plowman d72a5fe719 lavc/vvc: Prevent overflow in chroma QP derivation 8 months ago
Andreas Rheinhardt a0ff31e740 avcodec/vvc/inter: Don't return void 8 months ago
Nuo Mi f68f40736f avcodec/vvcdec: support mv wraparound 8 months ago
Nuo Mi 685174069f avcodec/vvcdec: misc, reindent inter.c 8 months ago
Nuo Mi a4013e748a avcodec/vvcdec: refact out emulated_edge_no_wrap 8 months ago
Nuo Mi 8abdf0a28e avcodec/vvcdec: misc, move src offset inside emulated_edge 8 months ago
Nuo Mi 2d98786fee avcodec/vvcdec: refact, remove emulated_edge_dmvr and emulated_edge_bilinear to simplify code 8 months ago
Frank Plowman d866f49791 lavc/vvc: Reallocate pixel buffers if pixel shift changes 8 months ago
Michael Niedermayer 2e5433dc12
avcodec/vvc/mvs: Initialize mvf 8 months ago
Frank Plowman 49c3918c1a lavc/vvc: Validate temporal MVP references 8 months ago
Nuo Mi 1b33c9a50a avcodec/vvcdec: support Reference Picture Resampling 9 months ago
Nuo Mi cae0b01282 avcodec/vvcdec: increase edge_emu_buffer for RPR 9 months ago
Nuo Mi 7904ec2d34 avcodec/vvcdec: refact, remove hf_idx and vf_idx from mc_xxx's param list 9 months ago
Nuo Mi 77d971c348 avcodec/vvcdec: refact out luma_prof from luma_prof_bi 9 months ago
Nuo Mi ac4575594f avcodec/vvcdec: fix dmvr, bdof, cb_prof for RPR 9 months ago
Nuo Mi 77acd0a0dd avcodec/vvcdec: inter, wait reference with a different resolution 9 months ago
Nuo Mi deda59a996 avcodec/vvcdec: add RPR dsp 9 months ago
Nuo Mi e70225e0a8 avcodec/vvcdec: emulated_edge, use reference frame's sps and pps 9 months ago
Nuo Mi aa8d5c6e7e avcodec/vvcdec: add vvc inter filters for RPR 9 months ago