1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-08 13:22:53 +02:00
FFmpeg/libpostproc
Andreas Cadhalpun bea4894d0c postproc: fix unaligned access
QP_store is only 8-bit-aligned, so accessing it as uint32_t causes
SIGBUS crashes on sparc.
The AV_RN32/AV_WN32 macros only do unaligned access in the
HAVE_FAST_UNALIGNED case.

Reviewed-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
(cherry picked from commit 590743101d)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-06-19 18:40:49 +02:00
..
libpostproc.v
Makefile
postprocess_altivec_template.c
postprocess_internal.h postproc: Avoid floats in maxClipped computation 2015-05-31 01:40:12 +02:00
postprocess_template.c postproc: Avoid floats in maxClipped computation 2015-05-31 01:40:12 +02:00
postprocess.c postproc: fix unaligned access 2015-06-19 18:40:49 +02:00
postprocess.h
postprocres.rc
version.h