FFmpeg git repo
Go to file
Xi Wang eb553096e5 lavfi: fix null checking in avfilter_config_links()
Move the first use of `link' after the null pointer check.

Signed-off-by: Xi Wang <xi.wang@gmail.com>
Reviewed-by: Stefano Sabatini <stefasab@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-01-21 00:07:00 +01:00
compat
doc Clarify that the recommended audio squeezing/stretching filter is aresample. 2013-01-20 23:26:35 +01:00
libavcodec h264/ff_generate_sliding_window_mmcos: fix use of uninitialized variable 2013-01-20 20:02:57 +01:00
libavdevice
libavfilter lavfi: fix null checking in avfilter_config_links() 2013-01-21 00:07:00 +01:00
libavformat cafdec: fix overflow checking in read_header() 2013-01-20 21:30:34 +01:00
libavresample
libavutil
libpostproc
libswresample swr: fix "may be used uninitialized in this function" warnings 2013-01-20 17:09:48 +01:00
libswscale
presets
tests
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog theora: support midstream reconfiguration 2013-01-20 17:55:24 +01:00
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffplay.c
ffprobe.c
ffserver.c
library.mak
version.sh

README

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.