ffmpeg/libpostproc
Andreas Rheinhardt f0ee38790b postproc/postprocess_template: Fix alignment
postProcess in postprocess_template.c copies a PPContext
to the stack, works with this copy and then copies
it back again. Said local copy uses a hardcoded alignment
of eight, although PPContext has alignment 32 since
cbe27006ce
(this commit was in anticipation of AVX2 code that never landed).
This leads to misalignment in the filter-(pp|pp1|pp2|pp3|qp)
FATE-tests which UBSan complains about. So avoid the local copy.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2022-11-09 17:39:00 +01:00
..
Makefile configure: always enable gnu_windres if available 2022-08-13 14:42:36 +02:00
libpostproc.v
postprocess.c postproc/postprocess: Remove obsolete MMX(EXT)/3Dnow functions 2022-11-09 17:38:24 +01:00
postprocess.h Keep including the full version.h when headers are included externally 2022-03-19 00:01:57 +02:00
postprocess_altivec_template.c lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump 2021-01-01 14:14:57 +01:00
postprocess_internal.h lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump 2021-01-01 14:14:57 +01:00
postprocess_template.c postproc/postprocess_template: Fix alignment 2022-11-09 17:39:00 +01:00
postprocres.rc
version.c lib*/version: Move library version functions into files of their own 2022-05-10 06:49:32 +02:00
version.h Bump versions after 5.1 branch 2022-07-13 00:29:05 +02:00
version_major.h libpostproc: Split version.h 2022-03-16 14:05:26 +02:00