FFmpeg git repo
Go to file
Xi Wang f8d3bb8961 flacdec: simplify bounds checking in flac_probe()
Simplify `p->buf > p->buf + p->buf_size - 4' as `p->buf_size < 4'.
Avoid a possible out-of-bounds pointer, which is undefined behavior
in C.

CC: libav-stable@libav.org

Signed-off-by: Xi Wang <xi.wang@gmail.com>
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>

(cherry picked from commit 8425d693ee)
2013-05-09 11:29:05 +02:00
doc doc: filters: Correct BNF FILTER description 2013-02-24 19:50:31 +01:00
ffpresets
libavcodec atrac3: avoid oversized shifting in decode_bytes() 2013-05-09 11:29:05 +02:00
libavdevice alsa: limit buffer_size to 32768 frames. 2011-09-26 19:26:29 +02:00
libavfilter vf_pad: don't give up its own reference to the output buffer. 2013-01-04 07:43:38 +01:00
libavformat flacdec: simplify bounds checking in flac_probe() 2013-05-09 11:29:05 +02:00
libavutil eval: fix swapping of lt() and lte() 2013-01-04 07:43:21 +01:00
libpostproc postprocess.c: filter name needs to be double 0 terminated 2011-09-03 07:39:54 +02:00
libswscale swscale: fix another integer overflow. 2012-04-01 18:33:27 +02:00
tests wmaenc: fix m/s stereo encoding for the first frame 2012-04-01 18:33:28 +02:00
tools Remove some unused scripts from tools/. 2011-06-06 01:31:02 +02:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Update changelog for 0.7.7 release 2013-02-02 09:59:21 +01:00
Doxyfile Add version number to doxygen config 2011-07-03 20:01:08 +02:00
INSTALL
LICENSE
Makefile fate: allow testing with libavfilter disabled 2011-09-30 15:37:05 +02:00
README
RELEASE Update RELEASE file for 0.7.8 2013-05-09 11:20:11 +02:00
cmdutils.c update year to 2013 2013-05-09 11:20:10 +02:00
cmdutils.h cmdutils: add opt_default2(). 2011-06-16 20:24:57 +02:00
cmdutils_common_opts.h cmdutils: remove OPT_FUNC2 2011-05-28 09:40:19 -04:00
common.mak build: move vpath directives to main Makefile 2011-06-14 19:53:53 +01:00
configure ppc: always use pic for shared libraries 2013-01-12 19:33:10 +01:00
ffmpeg.c ffmpeg: fix -force_key_frames 2012-10-06 09:40:28 +02:00
ffplay.c ffplay: use new avformat_open_* API. 2011-06-16 20:24:57 +02:00
ffprobe.c lavc: introduce avcodec_open2() as a replacement for avcodec_open(). 2011-11-19 10:22:26 +01:00
ffserver.c avserver: Fix a bug where the socket is IPv4, but IPv6 is autoselected for the loopback address. 2012-01-05 22:26:55 +01:00
ffserver.h multiple inclusion guard cleanup 2011-05-21 13:48:10 +02:00
subdir.mak build: simplify commands for clean target 2011-06-03 19:33:32 +01:00
version.sh Drop git- prefix from version labels 2011-06-19 19:41:23 +01:00

README

Libav README
------------

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.