FFmpeg git repo
Go to file
Michael Niedermayer e6b6ae4695 vorbisdec: check codebook entry count
Fixes assertion failure

Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-13 14:27:35 +02:00
compat
doc lavu/mem: add av_dynarray2_add() 2013-05-13 13:52:31 +02:00
libavcodec vorbisdec: check codebook entry count 2013-05-13 14:27:35 +02:00
libavdevice
libavfilter lavfi/hqdn3d: restore timeline feature. 2013-05-12 13:07:47 +02:00
libavformat Do not read strd chunk in avi files as H264 extradata. 2013-05-13 12:39:44 +02:00
libavresample
libavutil lavu/mem: add av_dynarray2_add() 2013-05-13 13:52:31 +02:00
libpostproc
libswresample
libswscale sws/output: remove offset/coef for alpha in rgba64 2013-05-12 22:01:18 +02:00
presets
tests fate: add colorchannelmixer test 2013-05-13 10:57:48 +00:00
tools tools/ffeval: use av_dynarray2_add() 2013-05-13 13:52:37 +02:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog ADPCM IMA Radical decoder 2013-05-10 16:53:50 -03:00
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Merge remote-tracking branch 'qatar/master' 2013-05-13 11:36:46 +02:00
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c Merge commit '72fbc9685c08baae7ab9996642707eaab873b6f1' 2013-05-10 22:51:04 +02:00
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.