FFmpeg git repo
Go to file
Chris Evans 4cc3467e7a oggdec: prevent heap corruption.
Specifically crafted samples can reinit ogg->streams[] while
reading samples, and thus we should not cache old pointers since
these may no longer be valid.

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-07-11 16:37:11 -07:00
doc doc: Remove outdated comments about gcc 2.95 and gcc 3.3 support. 2011-07-11 23:25:44 +02:00
ffpresets
libavcodec H.264: add filter_mb_fast support for >8-bit decoding 2011-07-11 14:58:50 -07:00
libavdevice alsa: limit buffer_size to 32768 frames. 2011-07-09 16:01:06 -04:00
libavfilter build: rework rules for things in the tools dir 2011-07-10 21:13:38 +01:00
libavformat oggdec: prevent heap corruption. 2011-07-11 16:37:11 -07:00
libavutil lls: use av_lfg instead of rand() in test program 2011-07-11 21:09:27 +01:00
libpostproc libpostproc: Remove disabled code. 2011-07-06 13:43:19 +02:00
libswscale swscale: fix crash with dithering due incorrect offset calculation. 2011-07-10 14:52:21 -07:00
tests build: remove unnecessary FFLDFLAGS variable 2011-07-11 11:39:04 +01:00
tools
.gitignore gitignore: Drop individual .d ignore; it is already covered by a wildcard. 2011-07-06 20:37:31 +02:00
Changelog changelog: misc typo and wording fixes 2011-07-12 00:03:34 +02:00
cmdutils_common_opts.h
cmdutils.c lavc: make avcodec_alloc_context3 officially public. 2011-07-10 17:09:28 +02:00
cmdutils.h
common.mak build: remove unnecessary FFLDFLAGS variable 2011-07-11 11:39:04 +01:00
configure configure: fix --cpu=host with gcc 4.6 2011-07-10 17:56:06 +01:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile Update Doxyfile to the format preferred by Doxygen 1.7.1 (via 'doxygen -u'). 2011-07-03 15:36:02 +02:00
ffmpeg.c ffmpeg: remove unused variables from InputStream. 2011-07-08 19:58:23 +02:00
ffplay.c Do not include mathematics.h in avutil.h 2011-07-03 21:42:06 +01:00
ffprobe.c lavc: introduce avcodec_open2() as a replacement for avcodec_open(). 2011-07-10 17:06:22 +02:00
ffserver.c lavc: make avcodec_alloc_context3 officially public. 2011-07-10 17:09:28 +02:00
ffserver.h
INSTALL
LICENSE
Makefile build: remove unnecessary dependency on libs from 'all' target 2011-07-11 21:08:52 +01:00
README
RELEASE
subdir.mak build: remove unnecessary FFLDFLAGS variable 2011-07-11 11:39:04 +01:00
version.sh

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.