ffmpeg/libavcodec/vvc
Nuo Mi 4f60961498 avcodec/vvcdec: remove unnecessary perframe initializations
deblock, sao, alf
skip, imtf, ipm, cqt_depth, cb_pos_x, cb_pos_y, cb_height, cp_mv,
tb_pos_x0, tb_pos_y0, tb_width, tb_height
2024-08-15 20:19:45 +08:00
..
cabac.c avcodec: use the renamed av_zero_extend 2024-06-13 20:36:09 -03:00
cabac.h avcodec/vvc: Rename vvc_?foo->foo 2024-04-04 16:45:00 +02:00
ctu.c avcodec/vvc/ctu: Simplify code at the end of pred_mode_decode() 2024-07-15 01:59:37 +02:00
ctu.h avcodec/vvcdec: alf, support virtual boundaries 2024-06-25 19:32:17 +08:00
data.c avcodec/vvcdec: add vvc inter filters for RPR 2024-05-21 20:20:25 +08:00
data.h avcodec/vvcdec: add vvc inter filters for RPR 2024-05-21 20:20:25 +08:00
dec.c avcodec/vvcdec: remove unnecessary perframe initializations 2024-08-15 20:19:45 +08:00
dec.h avcodec/vvcdec: refact, combine bs tab with tu tab 2024-08-15 20:19:45 +08:00
dsp.c avcodec/vvc: Add aarch64 neon optimization for ALF 2024-07-22 21:09:56 +08:00
dsp.h avcodec/vvc: Add aarch64 neon optimization for ALF 2024-07-22 21:09:56 +08:00
dsp_template.c avcodec/vvc: Rename vvc_?foo->foo 2024-04-04 16:45:00 +02:00
filter.c avcodec/vvcdec: refact, combine bs tab with tu tab 2024-08-15 20:19:45 +08:00
filter.h avcodec/vvc: Rename vvc_?foo->foo 2024-04-04 16:45:00 +02:00
filter_template.c avcodec/vvc: Remove write-only assignments in alf_filter_chroma 2024-07-17 21:23:41 +08:00
inter.c avcodec/vvcdec: alf, support virtual boundaries 2024-06-25 19:32:17 +08:00
inter.h avcodec/vvc: Rename vvc_?foo->foo 2024-04-04 16:45:00 +02:00
inter_template.c avcodec/vvcdec: Use av_image_copy_plane for DMVR 10-bit integer pixels 2024-08-15 20:19:45 +08:00
intra.c lavc/vvc: Fix out-of-bounds array access 2024-04-09 22:35:48 +08:00
intra.h avcodec/vvc: Rename vvc_?foo->foo 2024-04-04 16:45:00 +02:00
intra_template.c avcodec: use the renamed av_zero_extend 2024-06-13 20:36:09 -03:00
intra_utils.c avcodec: use the renamed av_zero_extend 2024-06-13 20:36:09 -03:00
itx_1d.c avcodec/vvc: Rename vvc_?foo->foo 2024-04-04 16:45:00 +02:00
itx_1d.h avcodec/vvc: Rename vvc_?foo->foo 2024-04-04 16:45:00 +02:00
Makefile avcodec/vvc: Rename vvc_?foo->foo 2024-04-04 16:45:00 +02:00
mvs.c lavc/vvc: Validate IBC block vector 2024-06-27 20:38:34 +08:00
mvs.h lavc/vvc: Validate IBC block vector 2024-06-27 20:38:34 +08:00
ps.c avcodec/vvcdec: ps, derive virtual boundaries 2024-06-25 19:32:17 +08:00
ps.h avcodec/vvcdec: ps, derive virtual boundaries 2024-06-25 19:32:17 +08:00
refs.c avcodec/vvc/refs: Use unsigned mask 2024-07-10 18:10:08 +02:00
refs.h avcodec/vvc: Rename vvc_?foo->foo 2024-04-04 16:45:00 +02:00
thread.c avcodec/vvcdec: thread, ensure the parse stage gets the highest priority 2024-08-15 20:19:45 +08:00
thread.h avcodec/vvcdec: ff_vvc_frame_submit, avoid initializing task twice. 2024-05-06 20:22:42 +08:00