FFmpeg git repo
Go to file
Diego Biurrun 3344cf851c Use a wildcard match instead of a list to remove test programs.
This is robust against renames and also removes test programs not
(yet) hooked up in the main Makefiles.

Originally committed as revision 18193 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-26 10:12:21 +00:00
doc The Mersenne Twister PRNG was removed, mention replacement. 2009-03-25 10:18:47 +00:00
ffpresets
libavcodec Use intptr_t when casting pointers to int. 2009-03-26 01:34:02 +00:00
libavdevice
libavfilter
libavformat Use intptr_t when casting pointers to int. 2009-03-26 01:34:02 +00:00
libavutil Use a wildcard match instead of a list to remove test programs. 2009-03-26 10:12:21 +00:00
libpostproc
libswscale Move yuv2rgb code to subdirs. 2009-03-26 01:30:10 +00:00
tests Remove index writing in RM muxer, since it is broken (multiple streams per 2009-03-21 20:34:24 +00:00
tools Add _XOPEN_SOURCE #define. This is necessary for (s)random(), which are XSI 2009-03-24 16:28:48 +00:00
COPYING.GPL
COPYING.LGPL
CREDITS
Changelog PCX encoder that handles 1-, 8-, and 24-bpp pixfmts. 2009-03-20 17:23:45 +00:00
Doxyfile
INSTALL
LICENSE typo: beomes --> becomes 2009-03-25 14:19:22 +00:00
MAINTAINERS Register myself as Smacker maintainer 2009-03-21 17:01:56 +00:00
Makefile Clear some more variables that are used on subdir Makefiles. 2009-03-25 00:50:56 +00:00
README Move licensing information into a separate file called LICENSE and 2009-03-25 14:05:20 +00:00
cmdutils.c Implement read_yesno(). 2009-03-18 21:35:49 +00:00
cmdutils.h Implement read_yesno(). 2009-03-18 21:35:49 +00:00
common.mak Use a wildcard match instead of a list to remove test programs. 2009-03-26 10:12:21 +00:00
configure Create swscale subdirs for out-of-tree builds. 2009-03-26 01:29:20 +00:00
ffmpeg.c do not write ffm write index by default, detect if file is being written and return EOF 2009-03-20 01:23:33 +00:00
ffplay.c Move declaration of 'pict' closer to where it is used and initialize it. 2009-03-23 16:43:06 +00:00
ffserver.c check if feed max file size is too small 2009-03-21 10:32:43 +00:00
ffserver.h
output_example.c
subdir.mak Use $< automatic variable to simplify some commands. 2009-03-22 13:00:15 +00:00
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.