1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-28 20:53:54 +02:00
Go to file
Stefano Sabatini 3a2b9911bf lavfi/mp/mcdeint: avoid uninited data read
Do not read padding or out-of-buffer values when computing the output
value for a pixel close to the image buffer edge.

This avoids non visible artifacts which affected the output checksum.

See thread:
Subject: [FFmpeg-devel] [PATCH] lavfi/mp/mcdeint: avoid uninited data read
Date: Thu, 30 May 2013 18:57:14 +0200
2013-06-01 22:34:50 +02:00
compat os2threads: move from lavc to compat/ 2013-05-28 12:49:20 +02:00
doc Merge remote-tracking branch 'qatar/master' 2013-05-31 11:32:58 +02:00
libavcodec lavc/avcodec: decodimg → decoding. 2013-06-01 19:16:45 +02:00
libavdevice lavd: add xv output device 2013-05-30 10:44:54 +02:00
libavfilter lavfi/mp/mcdeint: avoid uninited data read 2013-06-01 22:34:50 +02:00
libavformat lavf/webvttdec: factorize identifier and settings side data code. 2013-06-01 15:12:49 +02:00
libavresample
libavutil avutil/crc: Dont limit CRC32 standard tables 2013-06-01 10:53:39 +02:00
libpostproc
libswresample
libswscale
presets
tests av_d2q: Add a special case for |value| > MAX and |value| < 1/MAX 2013-05-31 17:10:36 +02:00
tools
.gitignore
arch.mak
Changelog lavfi: add vignette filter. 2013-05-30 17:52:52 +02:00
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure Fix libcdio-paranoia detection. 2013-06-01 18:34:51 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg.c ffmpeg: use actual packet pts when discarding for the copypriorss option 2013-05-28 17:03:23 -04:00
ffmpeg.h
ffplay.c ffplay: dont forget passing lowres to private options 2013-05-28 00:09:34 +02:00
ffprobe.c
ffserver.c
INSTALL
library.mak
LICENSE
MAINTAINERS
Makefile
README
RELEASE
version.sh

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory in git.
  You can also view it online at http://ffmpeg.org/documentation.html

2) Licensing
------------

* See the LICENSE file.

3) Build and Install
--------------------

* See the INSTALL file.