ffmpeg/libpostproc
Andreas Cadhalpun 590743101d 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>
2015-06-19 01:47:59 +02:00
..
Makefile
libpostproc.v
postprocess.c postproc: fix unaligned access 2015-06-19 01:47:59 +02:00
postprocess.h
postprocess_altivec_template.c
postprocess_internal.h postproc: Avoid floats in maxClipped computation 2015-05-31 01:40:12 +02:00
postprocess_template.c Remove a few occurences of "long long" from the libraries. 2015-06-13 09:28:41 +02:00
postprocres.rc
version.h