1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00
FFmpeg/doc
Clément Bœsch 2d66fc543b lavfi/gradfun: fix rounding in MMX code.
Current code divides before increasing precision.

Also reduce upper bound for strength from 255 to 64.  This will prevent
an overflow in the SSSE3 and MMX filter_line code: delta is expressed as
an u16 being shifted by 2 to the left. If it overflows, having a
strength not above 64 will make sure that m is set to 0 (making the
m*m*delta >> 14 expression void).

A value above 64 should not make any sense unless gradfun is used as
a blur filter.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-03-28 07:59:04 +01:00
..
doxy
APIchanges pixdesc: add a function for counting planes in a pixel format. 2013-03-19 11:12:17 +01:00
avconv.texi avconv: add options for reading filtergraphs from a file. 2013-03-28 07:55:48 +01:00
avplay.texi avplay: remove the -debug option. 2013-03-19 11:12:13 +01:00
avprobe.texi
avserver.conf
avserver.texi
avtools-common-opts.texi
avutil.txt
bitstream_filters.texi doc: Fix some obsolete references to av* tools as ff* tools 2013-02-18 13:04:29 +01:00
build_system.txt
demuxers.texi doc: Fix some obsolete references to av* tools as ff* tools 2013-02-18 13:04:29 +01:00
developer.texi doc/developer: Clarify symbol naming prefixes section. 2013-03-21 14:17:37 +01:00
doxy-wrapper.sh
Doxyfile
encoders.texi doc: Fix some obsolete references to av* tools as ff* tools 2013-02-18 13:04:29 +01:00
eval.texi
faq.texi
fate.texi
filters.texi lavfi/gradfun: fix rounding in MMX code. 2013-03-28 07:59:04 +01:00
general.texi
git-howto.texi
git-howto.txt
indevs.texi doc: Fix some obsolete references to av* tools as ff* tools 2013-02-18 13:04:29 +01:00
libavfilter.texi
Makefile
metadata.texi
multithreading.txt lavc decoders: work with refcounted frames. 2013-03-08 07:38:30 +01:00
muxers.texi doc: Fix some obsolete references to av* tools as ff* tools 2013-02-18 13:04:29 +01:00
nut.texi
optimization.txt
outdevs.texi doc: Fix some obsolete references to av* tools as ff* tools 2013-02-18 13:04:29 +01:00
platform.texi
print_options.c print_options: do not generate docs for options without enc or dec flags 2013-03-18 15:36:25 +01:00
protocols.texi doc: Fix some obsolete references to av* tools as ff* tools 2013-02-18 13:04:29 +01:00
rate_distortion.txt
RELEASE_NOTES
soc.txt
swscale.txt
t2h.init
tablegen.txt
texi2pod.pl
viterbi.txt