FFmpeg git repo
Go to file
Michael Niedermayer ea23dcc498 avfilter/ff_insert_pad: fix order of operations
Fixes out of bounds access
Fixes CID732170
Fixes CID732169

No filter is known to use this function in a way so the issue can be reproduced.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit ab2bfb85d4)

Conflicts:

	libavfilter/avfilter.c
(cherry picked from commit 86591b244f3a27293153896813f5569b49b2f5c0)

Conflicts:

	libavfilter/avfilter.c
(cherry picked from commit 400c4f8fa3fd58951dc3f356b2b00484e3363694)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-21 04:23:59 +01:00
doc update all trac links to use the trac subdomain 2013-09-22 22:52:12 +02:00
ffpresets
libavcodec avcodec/parser: reset indexes on realloc failure 2014-03-21 04:23:59 +01:00
libavdevice lavd/lavfi: add check in case pix_fmts cannot be allocated in lavfi_read_header() 2012-01-03 19:55:10 +01:00
libavfilter avfilter/ff_insert_pad: fix order of operations 2014-03-21 04:23:59 +01:00
libavformat avformat/utils: do not override pts in h264 when they are provided from the demuxer 2013-10-27 19:54:37 +01:00
libavutil Avoid uninitialized data in lcldec when ofs is 0 in MSZH. 2012-01-03 22:44:47 +01:00
libpostproc Merge remote-tracking branch 'qatar/master' 2011-12-06 01:37:27 +01:00
libswresample swr: fix assert failure 2012-01-03 19:54:33 +01:00
libswscale Fix compilation with yasm-0.6.2. 2012-01-12 16:53:42 +01:00
mt-work
presets
tests fate: account for NUT 10bit support 2012-01-03 20:48:48 +01:00
tools Merge remote-tracking branch 'qatar/master' 2011-12-09 00:05:51 +01:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog y41p encoder and decoder 2012-01-03 22:50:03 +01:00
Doxyfile update for 0.9.3 2013-09-23 00:02:30 +02:00
INSTALL
LICENSE
MAINTAINERS v410 encoder and decoder 2012-01-03 17:57:26 +01:00
Makefile build: Disable avconv more completely while leaving the user the option to enable it 2011-12-13 21:46:26 +01:00
README
RELEASE update for 0.9.3 2013-09-23 00:02:30 +02:00
VERSION update for 0.9.3 2013-09-23 00:02:30 +02:00
avconv.c ff*: Fix duplicatedly printed version info with -version 2012-01-03 19:59:26 +01:00
cmdutils.c cmdutils: update year to 2013 2013-09-23 00:08:48 +02:00
cmdutils.h ff*: Fix duplicatedly printed version info with -version 2012-01-03 19:59:26 +01:00
cmdutils_common_opts.h fftools: add -report option. 2011-12-10 16:40:03 +01:00
common.mak
configure configure: Make warnings from -Wreturn-type fatal errors 2013-09-22 22:52:12 +02:00
ffmpeg.c ffmpeg: dont allow -flags to override -pass 2013-02-06 10:29:50 +01:00
ffplay.c ff*: Fix duplicatedly printed version info with -version 2012-01-03 19:59:26 +01:00
ffprobe.c ff*: Fix duplicatedly printed version info with -version 2012-01-03 19:59:26 +01:00
ffserver.c ff*: Fix duplicatedly printed version info with -version 2012-01-03 19:59:26 +01:00
subdir.mak build: Fix some paths in uninstall-libs 2012-09-14 14:19:46 +02:00
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.