Go to file
Lukasz Marek 3aac5fcfa9 lavu/opt: validate range before dereference
This change make error handling simplier.
av_opt_freep_ranges may be called when some ranges are NULL,
for example after memory allocation fail.

Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-04 22:09:57 +02:00
compat
doc On2 VP7 decoder 2014-04-04 04:00:11 +02:00
libavcodec avcodec.h, avpacket.c: use const AVPacket pointers in copy functions 2014-04-04 18:36:48 +02:00
libavdevice Add Win32 GDI-based screen grabbing 2014-04-03 00:41:45 +02:00
libavfilter avfilter.h, buffer.c: use const src pointer in avfilter_copy_buffer_ref_props 2014-04-03 13:49:13 +02:00
libavformat avformat/wtvdec: populate codec_tag from BITMAPINFOHEADER 2014-04-04 17:20:38 +02:00
libavresample
libavutil lavu/opt: validate range before dereference 2014-04-04 22:09:57 +02:00
libpostproc
libswresample
libswscale swscale: add full bgra64 support 2014-04-02 19:44:08 +02:00
presets
tests Merge commit '287432430c5c9cb8ffe1da1376949de494f24e45' 2014-04-04 15:09:52 +02:00
tools
.gitignore
arch.mak
Changelog On2 VP7 decoder 2014-04-04 04:00:11 +02:00
cmdutils_common_opts.h
cmdutils_opencl.c
cmdutils.c
cmdutils.h
common.mak
configure On2 VP7 decoder 2014-04-04 04:00:11 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg_vdpau.c
ffmpeg.c ffmpeg: frame droping due to fps should not be a warning 2014-04-04 21:15:31 +02:00
ffmpeg.h
ffplay.c
ffprobe.c
ffserver.c
INSTALL
library.mak
LICENSE
MAINTAINERS MAINTAINER: Add CC for dshow maintainer 2014-04-03 01:41:23 +02:00
Makefile Makefile: fix out of tree builds of .m files 2014-04-01 05:12:39 +02:00
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.