176 Commits (release/7.1)

Author SHA1 Message Date
Zhao Zhili 5c66a3ab51 avcodec/vvc: Fix output and unref a frame which isn't decoding yet 5 months ago
Frank Plowman 6df0c5f9f4 lavc/vvc: Remove experimental flag 5 months ago
Nuo Mi 3d2fafa229 avcodec/vvcdec: fix potential deadlock in report_frame_progress 5 months ago
Frank Plowman 54291f4383 lavc/vvc: Fix assertion bound on qPy_{a,b} 5 months ago
Frank Plowman 01701bdcd5 lavc/vvc: Prevent OOB access in subpic_tiles 5 months ago
Nuo Mi b2eabe0ff2 avcodec/vvcdec: format, fix indent for vvc_deblock_bs 5 months ago
Nuo Mi 7bd22342c3 avcodec/vvcdec: filter, fix uninitialized variables for YUV400 format 5 months ago
Nuo Mi f851abb4b3 avcodec/vvcdec: bdof, do not pad sources and gradients to simplify the code 5 months ago
Nuo Mi 8347def797 avcodec/vvcdec: misc, rename BDOF_BLOCK_SIZE to BDOF_MIN_BLOCK_SIZE 5 months ago
Wu Jianhua ca5c9e810a avcodec/vvc/dsp: prefix TxType and TxSize with VVC 6 months ago
Wu Jianhua ae1a9cfd52 avcodec/vvc_parser: move avctx->has_b_frames initialization to dec 6 months ago
Nuo Mi 80af195804 avcodec/vvcdec: move frame tab memset from the main thread to worker threads 6 months ago
Nuo Mi daf6fcd816 avcodec/vvcdec: do not zero frame qp table 6 months ago
Nuo Mi ca2caeb21d avcodec/vvcdec: do not zero frame msf mmi table 6 months ago
Nuo Mi 0c7106f618 avcodec/vvcdec: do not zero frame cpm table 6 months ago
Nuo Mi 3e497249eb avcodec/vvcdec: check_available, use && instead of &= for shortcut evaluation 6 months ago
Nuo Mi 4f882c453e avcodec/vvcdec: do not zero frame mvf table 6 months ago
Nuo Mi 93b0d5f9ce avcodec/vvcdec: refact out is_available from is_a0_available 6 months ago
Nuo Mi e8ac761293 avcodec/vvcdec: split ctu table to zero init and no zero init parts 6 months ago
Nuo Mi 4f60961498 avcodec/vvcdec: remove unnecessary perframe initializations 6 months ago
Nuo Mi 210bf1b154 avcodec/vvcdec: refact, combine bs tab with tu tab 6 months ago
Nuo Mi bdb79fe60a avcodec/vvcdec: thread, ensure the parse stage gets the highest priority 6 months ago
Nuo Mi 1c17520e79 avcodec/vvcdec: Use av_image_copy_plane for DMVR 10-bit integer pixels 6 months ago
Zhao Zhili 2d4ef304c9 avcodec/vvc: Add aarch64 neon optimization for ALF 7 months ago
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 8 months ago
Nuo Mi 3bac5ba861 avcodec/vvcdec: sao, support virtual boundaries 8 months ago
Nuo Mi 17c8b63781 avcodec/vvcdec: deblock, support virtual boundaries 8 months ago
Nuo Mi 80ded9cfe7 avcodec/vvcdec: ps, derive virtual boundaries 8 months ago
Nuo Mi fc731d8b39 avcodec/vvcdec: misc, constify ALFParams 8 months ago
Nuo Mi 9b532ace02 avcodec/vvcdec: misc, remove unused ALFParams.applied 8 months ago
Nuo Mi 98b6b90601 avcodec/vvcdec: refact out alf_get_edges 8 months ago
Nuo Mi 45d0ba8313 avcodec/vvcdec: misc, reformat ff_vvc_sao_filter 8 months ago
Nuo Mi a69b07dc79 avcodec/vvcdec: refact, fix naming convention of x0, y0 for sao 8 months ago
Nuo Mi ccf1d4172c avcodec/vvcdec: refact out sao_extends_edges 8 months ago
Nuo Mi 200862b144 avcodec/vvcdec: refact out sao_get_edges 8 months ago
Nuo Mi 5b9320b209 avcodec/vvcdec: refact, unify ff_vvc_deblock_{horizontal, vertical} 8 months ago
Nuo Mi 16e410aaac avcodec/vvcdec: misc, use POS to simplify filter code 8 months ago