190 Commits (4047b887fc44b110bccb1da09bcb79d6e454b88b)

Author SHA1 Message Date
Fei Wang e726fdeb05 lavc/vaapi_dec: Add VVC decoder 2 months ago
Fei Wang 4dc18c78cd lavc/vvc_dec: Add hardware decode API 2 months ago
Fei Wang a94aa2d61e lavc/vvc_ps: Add alf raw syntax into VVCALF 2 months ago
Fei Wang 15a75e8e04 lavc/vvc_refs: Define VVC_FRAME_FLAG* to h header 2 months ago
Nuo Mi b611410569 avcodec/vvc/thread: Check frame to be non NULL 3 months ago
Nuo Mi a144e7b92e avcodec/vvcdec: remove unused tb_pos_x0 and tb_pos_y0 3 months ago
Nuo Mi 2e936f2c11 avcodec/vvdec: refact, ff_vvc_deblock_bs use CodingUnit/TransformUnit instead of fc->tabs 3 months ago
Nuo Mi d78b43ecf8 avcodec/vvcdec: misc, move pcmf from min_tu_tl_init to min_cb_nz_tl_init 3 months ago
Nuo Mi 634780f3cf avcodec/vvcdec: refact out deblock boundary strength stage 3 months ago
Nuo Mi 846fbc395b avcodec/vvc: simplify priority logical to improve performance for 4K/8K 3 months ago
Nuo Mi 40a14ef970 avcodec/executor: remove unused ready callback 3 months ago
Nuo Mi 8446e27bf3 avcodec: make a local copy of executor 3 months ago
Zhao Zhili 240c16bbc6 avcodec/vvc: Don't use large array on stack 3 months ago
sunyuechi ba7d0d5fc3 lavc/vvc_mc: R-V V avg w_avg 4 months ago
Zhao Zhili 5c66a3ab51 avcodec/vvc: Fix output and unref a frame which isn't decoding yet 4 months ago
Frank Plowman 6df0c5f9f4 lavc/vvc: Remove experimental flag 4 months ago
Nuo Mi 3d2fafa229 avcodec/vvcdec: fix potential deadlock in report_frame_progress 4 months ago
Frank Plowman 54291f4383 lavc/vvc: Fix assertion bound on qPy_{a,b} 4 months ago
Frank Plowman 01701bdcd5 lavc/vvc: Prevent OOB access in subpic_tiles 4 months ago
Nuo Mi b2eabe0ff2 avcodec/vvcdec: format, fix indent for vvc_deblock_bs 4 months ago
Nuo Mi 7bd22342c3 avcodec/vvcdec: filter, fix uninitialized variables for YUV400 format 4 months ago
Nuo Mi f851abb4b3 avcodec/vvcdec: bdof, do not pad sources and gradients to simplify the code 4 months ago
Nuo Mi 8347def797 avcodec/vvcdec: misc, rename BDOF_BLOCK_SIZE to BDOF_MIN_BLOCK_SIZE 4 months ago
Wu Jianhua ca5c9e810a avcodec/vvc/dsp: prefix TxType and TxSize with VVC 5 months ago
Wu Jianhua ae1a9cfd52 avcodec/vvc_parser: move avctx->has_b_frames initialization to dec 5 months ago
Nuo Mi 80af195804 avcodec/vvcdec: move frame tab memset from the main thread to worker threads 5 months ago
Nuo Mi daf6fcd816 avcodec/vvcdec: do not zero frame qp table 5 months ago
Nuo Mi ca2caeb21d avcodec/vvcdec: do not zero frame msf mmi table 5 months ago
Nuo Mi 0c7106f618 avcodec/vvcdec: do not zero frame cpm table 5 months ago
Nuo Mi 3e497249eb avcodec/vvcdec: check_available, use && instead of &= for shortcut evaluation 5 months ago
Nuo Mi 4f882c453e avcodec/vvcdec: do not zero frame mvf table 5 months ago
Nuo Mi 93b0d5f9ce avcodec/vvcdec: refact out is_available from is_a0_available 5 months ago
Nuo Mi e8ac761293 avcodec/vvcdec: split ctu table to zero init and no zero init parts 5 months ago
Nuo Mi 4f60961498 avcodec/vvcdec: remove unnecessary perframe initializations 5 months ago
Nuo Mi 210bf1b154 avcodec/vvcdec: refact, combine bs tab with tu tab 5 months ago
Nuo Mi bdb79fe60a avcodec/vvcdec: thread, ensure the parse stage gets the highest priority 5 months ago
Nuo Mi 1c17520e79 avcodec/vvcdec: Use av_image_copy_plane for DMVR 10-bit integer pixels 5 months ago
Zhao Zhili 2d4ef304c9 avcodec/vvc: Add aarch64 neon optimization for ALF 6 months ago
Zhao Zhili b3aeef3bf9 avcodec/vvc: Remove write-only assignments in alf_filter_chroma 6 months ago
Zhao Zhili 8bac9d4a21 avcodec/vvc: Remove NOP condition check in alf_filter_luma 6 months ago
Michael Niedermayer 8f74c313f1
avcodec/vvc/ctu: Simplify code at the end of pred_mode_decode() 6 months ago
Zhao Zhili 0e5f8ddc1d avcodec/vvc: Use static const for function table 6 months ago
Michael Niedermayer eb552ecd54
avcodec/vvc/refs: Use unsigned mask 6 months ago
Michael Niedermayer 97ae47f9e9
avcodec/vvc/ctu: Remove dead ret check 6 months ago
Michael Niedermayer d22a33710a
avcodec/vvc/dec: Remove constant eos_at_start 6 months ago
Michael Niedermayer 6398242bb2
avcodec/vvc/dec: Check ff_init_cabac_decoder() for failure 6 months ago
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 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