1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-07-11 23:27:55 +02:00
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
..
libpostproc.v Merge commit '535a742c2695a9e0c586b50d7fa76e318232ff24' 2016-06-27 17:56:47 +02:00
Makefile configure: always enable gnu_windres if available 2022-08-13 14:42:36 +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
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
postprocres.rc Add Windows resource file support for shared libraries 2013-12-05 23:42:07 +01:00
version_major.h libpostproc: Split version.h 2022-03-16 14:05:26 +02:00
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