FFmpeg git repo
Go to file
Michael Niedermayer adaa7743f5 src_movie: fix scanf string
Fixes out of array accesses

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-05 00:56:39 +02:00
compat
doc doc/filters: document asetpts in single place 2013-05-03 18:22:29 +00:00
libavcodec xbmdec: fix off by one error in scanf() 2013-05-05 00:27:18 +02:00
libavdevice Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7' 2013-05-04 10:17:52 +02:00
libavfilter src_movie: fix scanf string 2013-05-05 00:56:39 +02:00
libavformat Merge remote-tracking branch 'cigaes/master' 2013-05-04 17:10:48 +02:00
libavresample
libavutil lavu: add planar 16 bit and 8 bit rgb with alpha 2013-05-03 16:58:22 +00:00
libpostproc
libswresample swr/rematrix: use av_calloc() 2013-04-15 20:31:06 +02:00
libswscale lavu: add planar 16 bit and 8 bit rgb with alpha 2013-05-03 16:58:22 +00:00
presets
tests Merge commit 'b333f3a22a4db4cf65d6a0457ac82ecbe7c7ac44' 2013-05-03 11:41:48 +02:00
tools Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7' 2013-05-04 10:17:52 +02:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog extractplanes filter 2013-05-03 16:30:39 +00:00
INSTALL
LICENSE lavfi: add video stabilization plugins using vid.stab library 2013-04-24 18:30:42 +02:00
MAINTAINERS MAINTAINERS: add jpeg2000 maintainer 2013-04-24 16:42:47 +02:00
Makefile
README
RELEASE
arch.mak
cmdutils.c lavfi: add timeline support. 2013-04-23 01:02:27 +02:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Merge remote-tracking branch 'qatar/master' 2013-05-03 15:50:01 +02:00
ffmpeg.c ffmpeg: drop old non monotone dts workaround. 2013-05-03 15:04:47 +02:00
ffmpeg.h Merge remote-tracking branch 'qatar/master' 2013-05-03 14:52:03 +02:00
ffmpeg_filter.c Merge commit '8cd472d3f947a6233e7dc628f0dc71c74e62413a' 2013-05-01 17:24:43 +02:00
ffmpeg_opt.c Merge remote-tracking branch 'qatar/master' 2013-05-03 14:52:03 +02:00
ffplay.c Merge commit '26a44143efb513a602542fb59aee87b1fc62af51' 2013-04-28 12:03:41 +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.