FFmpeg git repo
Go to file
Michael Niedermayer 5e689b65ce dv: zero dsp before init, this fixes use of uninitialized dct_bits
Fixes CID732292
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-12 01:43:11 +02:00
compat
doc
libavcodec dv: zero dsp before init, this fixes use of uninitialized dct_bits 2012-10-12 01:43:11 +02:00
libavdevice
libavfilter lavfi/ebur128: fix typo in condition. 2012-10-11 18:41:07 +02:00
libavformat rtspdec:read_line: fix use of uninitialized byte 2012-10-12 00:08:28 +02:00
libavresample
libavutil random_seed: fix digest size 2012-10-11 18:28:21 +02:00
libpostproc
libswresample
libswscale yuv2rgb: fix declared array sizes, so they match actuals. 2012-10-11 18:20:24 +02:00
presets
tests Merge commit '4436f25a1682ada3f7226cb6fadf429946933161' 2012-10-11 15:46:48 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
Doxyfile
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c Merge commit '4436f25a1682ada3f7226cb6fadf429946933161' 2012-10-11 15:46:48 +02:00
ffplay.c
ffprobe.c
ffserver.c
library.mak Merge remote-tracking branch 'qatar/master' 2012-10-11 15:55:41 +02:00
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.