167 Commits (67947f2a1cbfe6ee83dfaf2a068b041d06802320)

Author SHA1 Message Date
Wu Jianhua ca5c9e810a avcodec/vvc/dsp: prefix TxType and TxSize with VVC 7 months ago
Wu Jianhua ae1a9cfd52 avcodec/vvc_parser: move avctx->has_b_frames initialization to dec 7 months ago
Nuo Mi 80af195804 avcodec/vvcdec: move frame tab memset from the main thread to worker threads 7 months ago
Nuo Mi daf6fcd816 avcodec/vvcdec: do not zero frame qp table 7 months ago
Nuo Mi ca2caeb21d avcodec/vvcdec: do not zero frame msf mmi table 7 months ago
Nuo Mi 0c7106f618 avcodec/vvcdec: do not zero frame cpm table 7 months ago
Nuo Mi 3e497249eb avcodec/vvcdec: check_available, use && instead of &= for shortcut evaluation 7 months ago
Nuo Mi 4f882c453e avcodec/vvcdec: do not zero frame mvf table 7 months ago
Nuo Mi 93b0d5f9ce avcodec/vvcdec: refact out is_available from is_a0_available 7 months ago
Nuo Mi e8ac761293 avcodec/vvcdec: split ctu table to zero init and no zero init parts 7 months ago
Nuo Mi 4f60961498 avcodec/vvcdec: remove unnecessary perframe initializations 7 months ago
Nuo Mi 210bf1b154 avcodec/vvcdec: refact, combine bs tab with tu tab 7 months ago
Nuo Mi bdb79fe60a avcodec/vvcdec: thread, ensure the parse stage gets the highest priority 7 months ago
Nuo Mi 1c17520e79 avcodec/vvcdec: Use av_image_copy_plane for DMVR 10-bit integer pixels 7 months ago
Zhao Zhili 2d4ef304c9 avcodec/vvc: Add aarch64 neon optimization for ALF 8 months ago
Zhao Zhili b3aeef3bf9 avcodec/vvc: Remove write-only assignments in alf_filter_chroma 8 months ago
Zhao Zhili 8bac9d4a21 avcodec/vvc: Remove NOP condition check in alf_filter_luma 8 months ago
Michael Niedermayer 8f74c313f1
avcodec/vvc/ctu: Simplify code at the end of pred_mode_decode() 8 months ago
Zhao Zhili 0e5f8ddc1d avcodec/vvc: Use static const for function table 8 months ago
Michael Niedermayer eb552ecd54
avcodec/vvc/refs: Use unsigned mask 8 months ago
Michael Niedermayer 97ae47f9e9
avcodec/vvc/ctu: Remove dead ret check 8 months ago
Michael Niedermayer d22a33710a
avcodec/vvc/dec: Remove constant eos_at_start 8 months ago
Michael Niedermayer 6398242bb2
avcodec/vvc/dec: Check ff_init_cabac_decoder() for failure 8 months ago
Frank Plowman 83b77990c6 lavc/vvc: Always set flags for the current picture 9 months ago
Zhao Zhili 6aeb084c39 avcodec/vvc: Don't create new thread when thread_count is 1 9 months ago
Frank Plowman d79c926ab6 lavc/vvc: Validate IBC block vector 9 months ago
Frank Plowman c917c423e0 lavc/vvc: Don't discard return codes 9 months ago
Martin Storsjö 75e3b81f75 avcodec/vvcdec: Fix compiling with MSVC 2022 17.8 and older 9 months ago
Nuo Mi 23531c9776 avcodec/vvcdec: alf, support virtual boundaries 9 months ago
Nuo Mi 3bac5ba861 avcodec/vvcdec: sao, support virtual boundaries 9 months ago
Nuo Mi 17c8b63781 avcodec/vvcdec: deblock, support virtual boundaries 9 months ago
Nuo Mi 80ded9cfe7 avcodec/vvcdec: ps, derive virtual boundaries 9 months ago
Nuo Mi fc731d8b39 avcodec/vvcdec: misc, constify ALFParams 9 months ago
Nuo Mi 9b532ace02 avcodec/vvcdec: misc, remove unused ALFParams.applied 9 months ago
Nuo Mi 98b6b90601 avcodec/vvcdec: refact out alf_get_edges 9 months ago
Nuo Mi 45d0ba8313 avcodec/vvcdec: misc, reformat ff_vvc_sao_filter 9 months ago
Nuo Mi a69b07dc79 avcodec/vvcdec: refact, fix naming convention of x0, y0 for sao 9 months ago
Nuo Mi ccf1d4172c avcodec/vvcdec: refact out sao_extends_edges 9 months ago
Nuo Mi 200862b144 avcodec/vvcdec: refact out sao_get_edges 9 months ago
Nuo Mi 5b9320b209 avcodec/vvcdec: refact, unify ff_vvc_deblock_{horizontal, vertical} 9 months ago
Nuo Mi 16e410aaac avcodec/vvcdec: misc, use POS to simplify filter code 9 months ago
Nuo Mi a6ea542a34 avcodec/vvcdec: refact, unify {horizontal, vertical}_bs, {horizontal, vertical}_p, {horizontal, vertical}_q 9 months ago
Nuo Mi cc89832d56 avcodec/vvcdec: refact, unify vvc_deblock_bs_chroma_{horizontal, vertical} 9 months ago
Nuo Mi 0a5bbcf0f3 avcodec/vvcdec: refact, unify vvc_deblock_bs_luma_{horizontal, vertical} 9 months ago
Nuo Mi cb6538e9a1 avcodec/vvcdec: refact, unify vvc_deblock_subblock_bs_{horizontal, vertical} 9 months ago
James Almer 1b9af306da avcodec: use the renamed av_zero_extend 9 months ago
Frank Plowman d72a5fe719 lavc/vvc: Prevent overflow in chroma QP derivation 9 months ago
Andreas Rheinhardt a0ff31e740 avcodec/vvc/inter: Don't return void 9 months ago
Nuo Mi f68f40736f avcodec/vvcdec: support mv wraparound 9 months ago
Nuo Mi 685174069f avcodec/vvcdec: misc, reindent inter.c 9 months ago