FFmpeg/libavcodec/vvc
Andreas Rheinhardt 9309b5bc64 avcodec/vvc/vvc_inter_template: Fix left shift of negative number
Affected the vvc-conformance-WP_A_3 FATE test.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2024-04-04 11:36:41 +08:00
..
Makefile avcodec/vvc/vvc_intra: Move utils out of vvc_intra.c 2024-03-02 02:54:12 +01:00
vvc_cabac.c avcodec/vvcdec: cabac, fix non_inter_flag, pred_mode_flag, amvr_shift for IBC 2024-02-24 20:24:55 +08:00
vvc_cabac.h
vvc_ctu.c avcodec/vvcdec: misc, rename x_ctb, y_ctb, ctu_x, ctu_y to rx, ry to avoid misleading 2024-04-02 20:56:22 +08:00
vvc_ctu.h avcodec/vvcdec: ff_vvc_decode_neighbour, support subpicture 2024-04-02 20:56:22 +08:00
vvc_data.c
vvc_data.h
vvc_filter_template.c avcodec/vvc/vvc_ps: Use union for luts to avoid unaligned accesses 2024-02-21 01:06:10 +01:00
vvc_filter.c avcodec/vvcdec: alf, support subpicture 2024-04-02 20:56:22 +08:00
vvc_filter.h avcodec/vvcdec: deblock, support subpicture 2024-04-02 20:56:22 +08:00
vvc_inter_template.c avcodec/vvc/vvc_inter_template: Fix left shift of negative number 2024-04-04 11:36:41 +08:00
vvc_inter.c avcodec/vvcdec: inter prediction, support subpicture 2024-04-02 20:56:22 +08:00
vvc_inter.h
vvc_intra_template.c
vvc_intra_utils.c avcodec/vvc/vvc_intra: Move utils out of vvc_intra.c 2024-03-02 02:54:12 +01:00
vvc_intra.c avcodec/vvc/vvc_intra: Move utils out of vvc_intra.c 2024-03-02 02:54:12 +01:00
vvc_intra.h
vvc_itx_1d.c avcodec: Remove superfluous ';' outside of functions 2024-02-21 01:06:29 +01:00
vvc_itx_1d.h
vvc_mvs.c avcodec/vvcdec: mvs, support subpicture 2024-04-02 20:56:22 +08:00
vvc_mvs.h avcodec/vvc/vvc_mvs: Add proper header include 2024-03-02 02:54:12 +01:00
vvc_ps.c avcodec/vvcdec: misc, rename x_ctb, y_ctb, ctu_x, ctu_y to rx, ry to avoid misleading 2024-04-02 20:56:22 +08:00
vvc_ps.h avcodec/vvcdec: derive subpic position for PPS 2024-04-02 20:56:03 +08:00
vvc_refs.c avcodec/vvc_refs: don't ask for a "Inter layer ref" sample 2024-04-02 11:48:32 -03:00
vvc_refs.h avcodec/vvcdec: fix seeking for open GOP 2024-02-05 21:43:18 +08:00
vvc_thread.c avcodec/vvcdec: refact, movie the lc->sc assignment to task_run_stage to simplify the code 2024-04-02 20:56:22 +08:00
vvc_thread.h
vvcdec.c avcodec/vvc/vvcdec: Do not submit frames without VVCFrameThread 2024-04-01 19:05:31 +02:00
vvcdec.h avcodec/vvcdec: add Intra Block Copy decoder 2024-02-24 20:24:56 +08:00
vvcdsp_template.c avcodec/vvc/vvcdsp: Remove pointless wrappers 2024-02-21 01:06:22 +01:00
vvcdsp.c avcodec/vvc/vvcdsp: Remove pointless wrappers 2024-02-21 01:06:22 +01:00
vvcdsp.h avcodec/vvc/vvc_ps: Use union for luts to avoid unaligned accesses 2024-02-21 01:06:10 +01:00