FFmpeg git repo
Go to file
Michael Niedermayer ab6c9332bf vqavideo: check chunk sizes before reading chunks
Fixes out of array writes

Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-01-25 06:12:56 +01:00
compat
doc lavf/img2enc: extend current options documentation 2013-01-25 00:04:23 +01:00
libavcodec vqavideo: check chunk sizes before reading chunks 2013-01-25 06:12:56 +01:00
libavdevice
libavfilter lavfi/earwax: remove config_input() 2013-01-24 10:37:44 +00:00
libavformat lavf/img2enc: extend current options documentation 2013-01-25 00:04:23 +01:00
libavresample
libavutil lavu/timecode: fix time code calculation for 60000/1001 drop frame 2013-01-24 21:06:24 +01:00
libpostproc
libswresample
libswscale
presets
tests lavu/eval: extend if/ifnot functions to accept a third parameter 2013-01-24 12:19:01 +01:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Merge commit '528878ee7b377e23a194d7c801571d97793047e0' 2013-01-24 14:29:29 +01:00
ffmpeg.c ffmpeg: copy tmcd track timebase parameters 2013-01-24 18:37:32 +01:00
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c ffmpeg: fix typo in open_files() message 2013-01-25 00:46:41 +01:00
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.