FFmpeg git repo
Go to file
Howard Chu 19c9eedc2c Plug librtmp logging into av_log.
patch by Howard Chu, hyc highlandsun com

Originally committed as revision 22875 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-04-13 22:11:21 +00:00
doc Add DOS section to the platform documentation. 2010-04-12 15:16:52 +00:00
ffpresets Update x264 presets in line with latest x264 changes. 2010-03-29 01:34:33 +00:00
libavcodec DCA: indent 2010-04-13 10:15:05 +00:00
libavdevice Replace all remaining occurrences of AVERROR_NOMEM with 2010-04-03 14:15:00 +00:00
libavfilter Apply grammar/consistency nits to avfilter_graph_add_filter() doxy. 2010-04-11 21:26:00 +00:00
libavformat Plug librtmp logging into av_log. 2010-04-13 22:11:21 +00:00
libavutil Add M_SQRT2 to the constants in mathematics.h. 2010-04-09 23:29:47 +00:00
libpostproc
libswscale Replace some "m" constraints by MANGLE to avoid issues with some compilers not 2010-03-31 17:00:33 +00:00
tests FATE: update vqf-demux checksum 2010-04-13 14:29:13 +00:00
tools Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 2010-03-31 12:29:58 +00:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Bump libavfilter minor version and Changelog for unsharp filter 2010-04-10 20:34:44 +00:00
Doxyfile Replace remaining uses of ATTR_ALIGNED with DECLARE_ALIGNED 2010-03-18 15:00:17 +00:00
INSTALL
LICENSE Clarify which parts of libswscale remain GPL. 2010-03-27 11:31:30 +00:00
MAINTAINERS Add myself as co-maintainer of tta.c 2010-03-28 17:21:02 +00:00
Makefile Add some ad-hoc tests for libavfilter. 2010-03-17 23:23:44 +00:00
README
cmdutils.c Implement cmdutils.c:read_file(), and use it in ffmpeg.c for reading 2010-04-01 22:34:22 +00:00
cmdutils.h Implement cmdutils.c:read_file(), and use it in ffmpeg.c for reading 2010-04-01 22:34:22 +00:00
cmdutils_common_opts.h
common.mak Make ranlib silent in brief output mode 2010-03-17 14:43:03 +00:00
configure configure: restore -mdynamic-no-pic on darwin (missing since r20497) 2010-03-30 16:28:00 +00:00
ffmpeg.c Simplify writing stream metadata. 2010-04-05 19:54:11 +00:00
ffplay.c ffplay : Add 's' to the list of supported commands. 2010-04-09 17:52:34 +00:00
ffprobe.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
ffserver.c Add DynamicACL support for FFserver. 2010-04-07 20:06:02 +00:00
ffserver.h
subdir.mak Remove $(MSG) override for install-lib targets 2010-03-17 14:43:05 +00:00
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.