FFmpeg git repo
Go to file
Mans Rullgard 05aa8c4441 configure: allow checking multiple functions in check_func_headers()
This makes it possible to pass a space-separated list of functions
to check_func_headers and check_lib2.  If any function is missing,
none are enabled as available, so this should only be used for
all-or-nothing sets, i.e. groups in which none will be used if any
one is missing.

Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit edaf1ae276)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-03-19 20:06:09 +01:00
doc Merge remote-tracking branch 'newdev/master' 2011-03-19 20:05:11 +01:00
ffpresets Update qmin/qmax values for libx264 presets 2011-02-09 03:33:56 +01:00
libavcodec Fix compiler warnings due to missing casts. 2011-03-19 12:29:27 +01:00
libavdevice Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION" 2011-03-17 17:26:45 +01:00
libavfilter fade: fix draw_slice() check on fade->factor value 2011-03-18 23:25:33 +01:00
libavformat reverts parts of commit de11ee906e. The author of this patch has a poor understanding of the code 2011-03-18 17:59:24 +01:00
libavutil Add unused pixel format (PIX_FMT_UNUSED) to make PIX_FMT_BGR48BE an odd-valued enumeration 2011-03-19 17:55:50 +01:00
libpostproc Merge remote-tracking branch 'newdev/master' 2011-03-19 20:05:11 +01:00
libswscale Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION" 2011-03-17 17:26:45 +01:00
tests Merge remote-tracking branch 'newdev/master' 2011-03-19 20:05:11 +01:00
tools patcheck: warn about assert usage 2011-03-18 18:49:36 +01:00
.gitignore consolidate .gitignore patters into a single file 2011-01-18 21:32:05 +01:00
Changelog Merge remote-tracking branch 'newdev/master' 2011-03-17 17:22:52 +01:00
cmdutils_common_opts.h
cmdutils.c Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION" 2011-03-17 17:26:45 +01:00
cmdutils.h Add a dummy option -i to ffplay so that it is easy to switch between ffmpeg -i "file" and ffplay -i "file". 2011-03-08 17:34:02 +01:00
common.mak Merge libavcore into libavutil 2011-02-16 23:00:30 +01:00
configure configure: allow checking multiple functions in check_func_headers() 2011-03-19 20:06:09 +01:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS Revert "partially rename FFmpeg to Libav" 2011-03-17 17:26:45 +01:00
Doxyfile Merge remote-tracking branch 'newdev/master' 2011-03-19 20:05:11 +01:00
ffmpeg.c Fix compilation error when CONFIG_AVFILTER is not defined. 2011-03-17 01:35:08 +01:00
ffplay.c ffplay: add braces around union definition 2011-03-19 17:30:35 +01:00
ffprobe.c lavf: add av_ prefix to dump_format() 2011-02-18 19:52:28 +01:00
ffserver.c avio: deprecate url_open_buf 2011-03-16 22:59:39 -04:00
ffserver.h
INSTALL Revert "partially rename FFmpeg to Libav" 2011-03-17 17:26:45 +01:00
LICENSE Revert "partially rename FFmpeg to Libav" 2011-03-17 17:26:45 +01:00
MAINTAINERS Bitmap Brothers JV errata 2011-03-11 12:25:47 +01:00
Makefile Merge remote-tracking branch 'newdev/master' 2011-03-19 20:05:11 +01:00
README Revert "partially rename FFmpeg to Libav" 2011-03-17 17:26:45 +01:00
subdir.mak
version.sh Merge remote-tracking branch 'newdev/master' 2011-03-19 20:05:11 +01:00

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.