FFmpeg git repo
Go to file
Michael Niedermayer fb3e3808ae avcodec/bitstream: Check bits in ff_init_vlc_sparse()
Fixes out of array reads

Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-18 02:47:50 +02:00
compat
doc lavfi/select: add support for dynamic number of outputs 2013-04-17 22:34:05 +02:00
libavcodec avcodec/bitstream: Check bits in ff_init_vlc_sparse() 2013-04-18 02:47:50 +02:00
libavdevice
libavfilter lavfi/aspect: apply hot fix for NUM:DEN syntax 2013-04-17 23:37:22 +02:00
libavformat lavf/gif: fix assert in avio API after dfb3231. 2013-04-18 01:13:17 +02:00
libavresample
libavutil avutil/intfloat_readwrite: include common.h for isinf() 2013-04-17 23:22:22 +02:00
libpostproc
libswresample swr/rematrix: use av_calloc() 2013-04-15 20:31:06 +02:00
libswscale sws: Skip ff_yuv2rgb_c_init_tables() when the output is YUV 2013-04-16 17:50:43 +02:00
presets
tests fate: hot fix for gif failure. 2013-04-18 01:41:23 +02: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: slightly better -filters output. 2013-04-17 11:57:37 +02:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffplay.c ffplay: use format title metadata to set window caption. 2013-04-17 11:08:49 +02:00
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.