• Ronald S. Bultje's avatar
    lagarith: pad RGB buffer by 1 byte. · 98d0d192
    Ronald S. Bultje authored
    For left HFYU prediction, we predict from the buffer buf+1 using 8- or
    16-byte reads. This means that aligning the buffer by 16 bytes is in
    itself not sufficient, because if the width itself is 16- or 8-byte
    aligned, the buffer will not be padded, and thus a read of size 16 at
    buf+1 will overflow boundaries at the right edge. Padding the buffer by
    1 byte is sufficient to not overflow its boundaries.
    
    Fixes bug 342.
    98d0d192
Name
Last commit
Last update
compat Loading commit data...
doc Loading commit data...
libavcodec Loading commit data...
libavdevice Loading commit data...
libavfilter Loading commit data...
libavformat Loading commit data...
libavresample Loading commit data...
libavutil Loading commit data...
libswscale Loading commit data...
presets Loading commit data...
tests Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
COPYING.GPLv2 Loading commit data...
COPYING.GPLv3 Loading commit data...
COPYING.LGPLv2.1 Loading commit data...
COPYING.LGPLv3 Loading commit data...
CREDITS Loading commit data...
Changelog Loading commit data...
Doxyfile Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README Loading commit data...
RELEASE Loading commit data...
arch.mak Loading commit data...
avconv.c Loading commit data...
avplay.c Loading commit data...
avprobe.c Loading commit data...
avserver.c Loading commit data...
cmdutils.c Loading commit data...
cmdutils.h Loading commit data...
cmdutils_common_opts.h Loading commit data...
common.mak Loading commit data...
configure Loading commit data...
library.mak Loading commit data...
version.sh Loading commit data...