FFmpeg git repo
Go to file
Michael Niedermayer 6182e0a6f6 vf_aspect: unbreak avoption system
This fixes ff* -h infinite looping

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-22 13:12:15 +02:00
compat compat/getopt: add {} to complex ifs 2012-10-21 18:05:22 +02:00
doc lavfi/aspect: add max option 2012-10-22 10:46:43 +02:00
libavcodec Fix various uses of av_log_missing_feature() 2012-10-21 23:13:53 +02:00
libavdevice lavc: add lavfi metadata support. 2012-10-21 17:29:10 +02:00
libavfilter vf_aspect: unbreak avoption system 2012-10-22 13:12:15 +02:00
libavformat lavf/flacenc: disallow creation of invalid files with -c copy 2012-10-22 08:07:09 +00:00
libavresample
libavutil lavu/parseutils: remove unused gcd variable in av_parse_ratio() 2012-10-22 10:41:51 +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 fate-filter-metadata-scenedetect 2012-10-22 00:07:53 +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 Merge commit '0af1fe845a9d7112da0a58d33a4fc81fe7c47e95' 2012-10-19 13:47:47 +02:00
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.