FFmpeg git repo
Go to file
Michael Niedermayer 6359872877 avformat/oggparseogm: check input size before reading parameters
Fixes use of uninitialized memory
Fixes: msan_uninit-mem_7f4d0daad100_3599_anOTHERS_DixX_in_Ogg_Sample.avi
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-12-26 16:19:01 +01:00
compat
doc doc/protocols/tcp,lavf/tcp: apply minor fixes to TCP protocol documentation 2013-12-25 18:42:26 +01:00
libavcodec avcodec/ivi_common: use av_mallocz() to allocate mbs array 2013-12-26 14:53:39 +01:00
libavdevice lavu,lavfi,lavd: do not hardcode AV_PIX_FMT_NB value when setting pixel format max value 2013-12-26 11:35:27 +01:00
libavfilter avfilter/avectorscope: fix {} mistake in alloc check. 2013-12-26 13:49:15 +01:00
libavformat avformat/oggparseogm: check input size before reading parameters 2013-12-26 16:19:01 +01:00
libavresample
libavutil lavu,lavc,lswr: do not hardcode AV_SAMPLE_FMT_NB value when setting sample format max value 2013-12-26 11:35:27 +01:00
libpostproc
libswresample lavu,lavc,lswr: do not hardcode AV_SAMPLE_FMT_NB value when setting sample format max value 2013-12-26 11:35:27 +01:00
libswscale swscale/utils: fix wrong deprecated message with rgb0 2013-12-24 22:47:49 +01:00
presets
tests avformat/matroskadec: Fix start_time 2013-12-24 18:59:46 +01:00
tools tools/zmqsend: rename ctx to zmq_ctx 2013-12-23 18:44:52 +01:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Merge commit 'be7c323176e2e5fcf30e3d2ff20975b2f936811b' 2013-12-22 11:53:41 +01:00
INSTALL
LICENSE
MAINTAINERS MAINTAINERS: drop 2.0 from the releases that i maintain 2013-12-23 17:24:12 +01:00
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
cmdutils_opencl.c
common.mak
configure Merge remote-tracking branch 'qatar/master' 2013-12-26 00:12:49 +01:00
ffmpeg.c ffmpeg: use timestamp from before and after the decoder to detect backward moving dts for discontinuity detection 2013-12-22 19:48:00 +01:00
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c ffmpeg_opt: Fix -target vcd 2013-12-25 21:31:19 +01:00
ffmpeg_vdpau.c
ffplay.c
ffprobe.c ffprobe: Dont clear AVFrame between uses. 2013-12-25 20:53:37 +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.