ffmpeg/tests/checkasm
Andrey Semashev d7eb8d8475 lavfi/tests: Fix 16-bit vf_blend test to avoid memory not aligned to 2 bytes
Generic C implementation of vf_blend performs reads and writes of 16-bit
elements, which requires the buffers to be aligned to at least 2-byte
boundary.

Also, the change fixes source buffer overrun caused by src_offset being
added to to test handling of misaligned buffers.

Fixes: #7226

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2018-05-30 02:42:10 +02:00
..
aarch64
arm
x86
.gitignore
Makefile checkasm: add vf_nlmeans test for ssd_integral_image 2018-05-08 10:28:06 +02:00
aacpsdsp.c
alacdsp.c
audiodsp.c
blockdsp.c
bswapdsp.c
checkasm.c checkasm: add vf_nlmeans test for ssd_integral_image 2018-05-08 10:28:06 +02:00
checkasm.h checkasm: add vf_nlmeans test for ssd_integral_image 2018-05-08 10:28:06 +02:00
exrdsp.c
fixed_dsp.c
flacdsp.c
float_dsp.c
fmtconvert.c
g722dsp.c
h264dsp.c
h264pred.c
h264qpel.c
hevc_add_res.c
hevc_idct.c checkasm/hevc_idct : update test bit depth from 8 9 and 10 to 8 10 and 12 2018-03-19 00:56:01 -03:00
hevc_sao.c checkasm/hevc_sao : add hevc_sao for checkasm 2018-03-07 23:53:32 -03:00
huffyuvdsp.c
jpeg2000dsp.c
llviddsp.c
llviddspenc.c
pixblockdsp.c
sbrdsp.c
sw_rgb.c checkasm/sw_rgb: fix the function declaration warning 2018-05-10 19:28:51 +08:00
synth_filter.c
utvideodsp.c
v210enc.c
vf_blend.c lavfi/tests: Fix 16-bit vf_blend test to avoid memory not aligned to 2 bytes 2018-05-30 02:42:10 +02:00
vf_colorspace.c
vf_hflip.c
vf_nlmeans.c tests/checkasm/nlmeans: fix invalid read/write on ii buffer 2018-05-18 19:12:11 +02:00
vf_threshold.c
videodsp.c
vp8dsp.c
vp9dsp.c