1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-03 05:10:03 +02:00
FFmpeg/libavcodec/vvc
James Almer 1496ce8f6b avcodec/vvc_ctu: align motion vector fields
Should fix "member access within misaligned address 0xf00 for type 'const union
av_alias64', which requires 8 byte alignment" errors as reported by GCC ubsan.

Signed-off-by: James Almer <jamrial@gmail.com>
2024-01-23 17:24:15 -03:00
..
Makefile
vvc_cabac.c
vvc_cabac.h
vvc_ctu.c lavc/vvc: Remove left shifts of negative values 2024-01-23 11:17:05 -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_template.c
vvc_filter.c lavc/vvc: Remove left shifts of negative values 2024-01-23 11:17:05 -03:00
vvc_filter.h
vvc_inter_template.c lavc/vvc: Remove left shifts of negative values 2024-01-23 11:17:05 -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_intra_template.c
vvc_intra.c
vvc_intra.h
vvc_itx_1d.c
vvc_itx_1d.h
vvc_mvs.c lavc/vvc: Remove left shifts of negative values 2024-01-23 11:17:05 -03:00
vvc_mvs.h
vvc_ps.c
vvc_ps.h
vvc_refs.c
vvc_refs.h
vvc_thread.c
vvc_thread.h
vvcdec.c avcodec/vvcdec: allocate and store structs on their own within the table list 2024-01-19 08:53:32 -03:00
vvcdec.h
vvcdsp_template.c
vvcdsp.c
vvcdsp.h