FFmpeg git repo
Go to file
Dale Curtis fd165a0b31 mov: Fix harmless OOB read.
Convert key_off initialize to use the same sc->keyframe_count as
used elsewhere in the function.

Signed-off-by: Dale Curtis <dalecurtis@chromium.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-04-13 11:28:32 +02:00
doc
ffpresets
libavcodec pthread: Fix crash due to fctx->delaying not being cleared. 2012-04-13 11:10:38 +02:00
libavdevice
libavfilter
libavformat mov: Fix harmless OOB read. 2012-04-13 11:28:32 +02:00
libavutil Merge remote-tracking branch 'qatar/master' 2012-04-13 00:39:19 +02:00
libpostproc
libswresample
libswscale Merge remote-tracking branch 'qatar/master' 2012-04-13 00:39:19 +02:00
mt-work
presets
tests
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
Doxyfile
INSTALL
LICENSE
MAINTAINERS
Makefile Merge remote-tracking branch 'qatar/master' 2012-04-13 00:39:19 +02:00
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak Merge remote-tracking branch 'qatar/master' 2012-04-13 00:39:19 +02:00
configure
ffmpeg.c ffmpeg: Compensate non monotonicity errors in the audio TSs. 2012-04-13 02:12:22 +02: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.