You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Måns Rullgård c07ed8c8a2 create and populate "tools" directory 17 years ago
doc Clarify license requirements for contributions. 17 years ago
libavcodec Replace non-existing @fixme doxygen tags with @todo. 17 years ago
libavformat Smartjog granted permission to relicense as LGPL 2.1 17 years ago
libavutil Remove unnecessary MINGW ifdef. 17 years ago
libpostproc Remove mangle.h, it is just a duplicate of parts of libavutil/internal.h. 17 years ago
libswscale Remove unused file (this time for real) 17 years ago
tests round timestamps up, k2 broadcast server seems to need it 17 years ago
tools create and populate "tools" directory 17 years ago
vhook Make vhook build non-recursive. 17 years ago
COPYING.GPL Rename COPYING to COPYING.LGPL, add COPYING.GPL with the text of the GPLv2. 17 years ago
COPYING.LGPL Rename COPYING to COPYING.LGPL, add COPYING.GPL with the text of the GPLv2. 17 years ago
CREDITS
Changelog Remove OS/2 support 17 years ago
Doxyfile
INSTALL
MAINTAINERS adding myself as rtsp.c maintainer 17 years ago
Makefile create and populate "tools" directory 17 years ago
README
cmdutils.c to be able to compile without HAVE_AV_CONFIG_H 17 years ago
cmdutils.h
common.mak add "checkheaders" target 18 years ago
configure create and populate "tools" directory 17 years ago
ffinstall.nsi
ffmpeg.c Check for GetProcessTimes and use it in getutime 17 years ago
ffplay.c Remove OS/2 support 17 years ago
ffserver.c 10l to Benoit, poll.h is already included below, and this broke compilation on mingw 17 years ago
ffserver.h
output_example.c
version.sh kill error messages from failed svn revision extraction commands 18 years ago

README

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

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

* Read the documentation in the doc/ directory.

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

* Read the file COPYING. ffmpeg and the associated libraries EXCEPT
libpostproc and libswscale are licensed under the GNU Lesser General
Public License.

* libpostproc and libswscale are distributed under the GNU General Public
License and their compilation and use is optional in ffmpeg.

Fabrice Bellard.