FFmpeg git repo
Go to file
Stefano Sabatini 8c2dbc3805 lavc/utils: provide more feedback in case of experimental codec 2012-10-21 21:11:02 +02:00
compat compat/getopt: add {} to complex ifs 2012-10-21 18:05:22 +02:00
doc doc/muxers: document mov faststart option. 2012-10-21 20:23:09 +02:00
libavcodec lavc/utils: provide more feedback in case of experimental codec 2012-10-21 21:11:02 +02:00
libavdevice lavc: add lavfi metadata support. 2012-10-21 17:29:10 +02:00
libavfilter lavfi/silencedetect: export silence info to metadata. 2012-10-21 17:29:11 +02:00
libavformat Improve MPEG-PS-in-MOV detection. 2012-10-21 19:30:43 +02:00
libavresample
libavutil Merge commit '2d09b36c0379fcda8f984bc8ad8816c8326fd7bd' 2012-10-21 16:13:55 +02:00
libpostproc
libswresample swresample: include ff_log2_tab for shared builds 2012-10-20 01:58:04 +02:00
libswscale Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_desc_get 2012-10-20 18:00:13 +02:00
presets
tests fate: fix filter metadata dependency to ffprobe. 2012-10-21 20:10:37 +02:00
tools Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_desc_get 2012-10-20 18:00:13 +02:00
.gitignore Merge commit 'c9ef43215c7d68c2cdcdbe02287aa114f27a32ed' 2012-10-20 12:37:52 +02:00
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 Merge remote-tracking branch 'qatar/master' 2012-10-20 13:18:59 +02:00
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_desc_get 2012-10-20 18:00:13 +02:00
ffmpeg_opt.c
ffplay.c ffplay: if there is no audio stream, use external clock by default 2012-10-21 17:18:12 +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.