ffmpeg/libavcodec/vvc
Frank Plowman 5076fa30ab lavc/vvc: Validate alf_list indexes
Signed-off-by: Frank Plowman <post@frankplowman.com>
2024-02-06 22:10:06 +08:00
..
Makefile
vvc_cabac.c
vvc_cabac.h
vvc_ctu.c lavc/vvc: Use av_log2 when destination is integer 2024-01-26 15:47:41 -03:00
vvc_ctu.h avcodec/vvc_ctu: align motion vector fields 2024-01-23 17:24:15 -03:00
vvc_data.c
vvc_data.h
vvc_filter.c lavc/vvc: Remove left shifts of negative values 2024-01-23 11:17:05 -03:00
vvc_filter.h
vvc_filter_template.c avcodec/vvcdec: misc, constify hor_ctu_edge 2024-01-17 10:14:50 -03:00
vvc_inter.c lavc/vvc: Remove left shifts of negative values 2024-01-23 11:17:05 -03:00
vvc_inter.h
vvc_inter_template.c avcodec/vvc/vvc_inter_template: move put/put_luma/put_chroma template to h2656_inter_template.c 2024-02-01 19:54:28 +08:00
vvc_intra.c
vvc_intra.h
vvc_intra_template.c lavc/vvc: Clamp shift RHS 2024-01-26 15:47:41 -03:00
vvc_itx_1d.c
vvc_itx_1d.h
vvc_mvs.c avcodec/vvc_mvs: remove an unnecessary AV_ZERO64() call 2024-01-24 12:41:01 -03:00
vvc_mvs.h
vvc_ps.c lavc/vvc: Validate alf_list indexes 2024-02-06 22:10:06 +08:00
vvc_ps.h
vvc_refs.c avcodec/vvcdec: fix seeking for open GOP 2024-02-05 21:43:18 +08:00
vvc_refs.h avcodec/vvcdec: fix seeking for open GOP 2024-02-05 21:43:18 +08:00
vvc_thread.c
vvc_thread.h
vvcdec.c lavc/vvc: Fix slice_idx out-of-bounds memset 2024-02-06 19:45:43 +08:00
vvcdec.h
vvcdsp.c avcodec/vvcdec: reuse h26x/2656_inter.asm to enable x86 optimizations 2024-02-01 19:54:28 +08:00
vvcdsp.h avcodec/vvcdec: reuse h26x/2656_inter.asm to enable x86 optimizations 2024-02-01 19:54:28 +08:00
vvcdsp_template.c