FFmpeg git repo
Go to file
Michael Niedermayer 5ee008e01d qdm2: check that coding_method is valid before using it.
Fixes out of array reads.

Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-09 13:13:50 +01:00
compat
doc doc/faq: explain libfoo-dev packages. 2012-11-08 21:05:10 +01:00
libavcodec qdm2: check that coding_method is valid before using it. 2012-11-09 13:13:50 +01:00
libavdevice
libavfilter lavfi/movie: return proper error code in case of av_get_token() allocation failure 2012-11-06 23:31:16 +01:00
libavformat Merge remote-tracking branch 'qatar/master' 2012-11-09 10:29:51 +01:00
libavresample Merge remote-tracking branch 'qatar/master' 2012-11-06 15:11:53 +01:00
libavutil lavu: remove disabled FF_API_OLD_EVAL_NAMES code 2012-11-07 23:18:05 +01:00
libpostproc
libswresample
libswscale
presets
tests fate-rsync: replace -a by -rlt 2012-11-07 18:33:52 +01:00
tools
.gitignore .gitignore: ignore *.3 files as well 2012-11-06 12:24:12 +01:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Merge remote-tracking branch 'qatar/master' 2012-11-09 10:29:51 +01:00
INSTALL
LICENSE
MAINTAINERS MAINTAINERS: fix entry for img2 2012-11-06 01:46:21 +01:00
Makefile
README
RELEASE
arch.mak
cmdutils.c PRINT_CODEC_SUPPORTED: fix used variable 2012-11-09 03:08:29 +01:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure libvpxenc: Allow enabling constrained quality (CQ) mode 2012-11-08 00:01:54 +02:00
ffmpeg.c Fix the packet duration when flushing the encoder. 2012-11-07 22:29:11 +01:00
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffplay.c
ffprobe.c ffprobe: fix potential NULL pointer dereference 2012-11-06 22:59:24 +01:00
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.