FFmpeg git repo
Go to file
Reimar Döffinger 840ecc9e07 Add coverage support.
Adds --enable-coverage to configure and a "coverage-html" make target.
The dependency stuff in the Makefile is a bit questionable, but the
best I could think of so far.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2011-12-05 20:04:48 +01:00
doc lavfi: add life source 2011-12-04 21:18:37 +01:00
ffpresets
libavcodec lavc: Mark fields that require av_opt_ptr() 2011-12-05 13:23:17 +01:00
libavdevice lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info(). 2011-12-03 03:24:32 +01:00
libavfilter lavfi: add life source 2011-12-04 21:18:37 +01:00
libavformat Merge remote-tracking branch 'qatar/master' 2011-12-05 00:11:57 +01:00
libavutil av_opt: add av_opt_ptr() to return a pointer to a field of a object based on 2011-12-05 03:22:04 +01:00
libpostproc
libswresample
libswscale
mt-work Update todo 2011-06-12 18:01:29 +02:00
presets
tests Merge remote-tracking branch 'qatar/master' 2011-12-05 00:11:57 +01:00
tools
.gitignore
COPYING.GPLv2 Rename COPYING.GPL --> COPYING.GPLv2 and COPYING.LGPL --> COPYING.LGPLv2.1. 2009-06-05 09:51:31 +00:00
COPYING.GPLv3 Add configure option to upgrade (L)GPL to version 3. 2009-06-05 11:04:03 +00:00
COPYING.LGPLv2.1 Rename COPYING.GPL --> COPYING.GPLv2 and COPYING.LGPL --> COPYING.LGPLv2.1. 2009-06-05 09:51:31 +00:00
COPYING.LGPLv3 Add configure option to upgrade (L)GPL to version 3. 2009-06-05 11:04:03 +00:00
CREDITS Revert "partially rename FFmpeg to Libav" 2011-03-17 17:26:45 +01:00
Changelog Merge remote-tracking branch 'qatar/master' 2011-12-05 00:11:57 +01:00
Doxyfile
INSTALL Merge remote branch 'qatar/master' 2011-04-08 02:50:13 +02:00
LICENSE
MAINTAINERS
Makefile Add coverage support. 2011-12-05 20:04:48 +01:00
README Revert "partially rename FFmpeg to Libav" 2011-03-17 17:26:45 +01:00
RELEASE
avconv.c Merge remote-tracking branch 'qatar/master' 2011-12-03 03:00:30 +01:00
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak Add coverage support. 2011-12-05 20:04:48 +01:00
configure Add coverage support. 2011-12-05 20:04:48 +01:00
ffmpeg.c ffmpeg: Avoid directly accessing AVFrame fields that differ between forks. 2011-12-05 03:22:08 +01:00
ffplay.c ffplay: Avoid directly accessing AVFrame fields that differ between forks. 2011-12-05 03:22:10 +01:00
ffprobe.c
ffserver.c
subdir.mak
version.sh

README

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* See the LICENSE file.