FFmpeg/libpostproc
Andreas Cadhalpun 7de7d81ee5 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-08-20 14:38:25 +02:00
..
libpostproc.v
Makefile Add Windows resource file support for shared libraries 2013-12-05 23:42:07 +01:00
postprocess_altivec_template.c
postprocess_internal.h
postprocess_template.c postproc: use FFMIN/FFMAX where appropriate 2014-09-04 03:50:46 +02:00
postprocess.c postproc: fix unaligned access 2015-08-20 14:38:25 +02:00
postprocess.h doxy: add ref for lavfi, lpp and lsws. 2012-12-11 02:13:43 +01:00
postprocres.rc Add Windows resource file support for shared libraries 2013-12-05 23:42:07 +01:00
version.h bump libpostproc and libswresample 2014-08-10 01:17:02 +02:00