FFmpeg git repo
Go to file
Diego Biurrun 313bacddc0 Add missing comment markers to #endif directive.
Originally committed as revision 9454 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-02 10:08:47 +00:00
doc QT RLE encoder 2007-07-02 07:06:28 +00:00
libavcodec Add missing comment markers to #endif directive. 2007-07-02 10:08:47 +00:00
libavformat remove empty write trailer functions 2007-06-27 06:54:47 +00:00
libavutil Add proper license header. 2007-06-27 07:58:37 +00:00
libpostproc add a comment to indicate which #endif belong to which #define 2007-06-17 18:59:28 +00:00
libswscale comment grammar fixes 2007-06-28 11:18:16 +00:00
tests
vhook more av_strl* adjustments 2007-06-24 12:23:34 +00:00
COPYING
CREDITS
Changelog QT RLE encoder 2007-07-02 07:06:28 +00:00
Doxyfile
INSTALL
MAINTAINERS Add myself as Cygwin maintainer. 2007-06-29 16:39:18 +00:00
Makefile Revert videohook dependency change. 2007-06-19 06:27:11 +00:00
README
build_avopt
clean-diff
cmdutils.c to be able to compile without HAVE_AV_CONFIG_H 2007-07-02 07:43:23 +00:00
cmdutils.h
common.mak
configure Clarify --enable-libfaadbin option description. 2007-06-28 12:09:02 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c to be able to compile without HAVE_AV_CONFIG_H 2007-07-02 07:43:23 +00:00
ffplay.c to be able to compile without HAVE_AV_CONFIG_H 2007-07-02 07:43:23 +00:00
ffserver.c to be able to compile without HAVE_AV_CONFIG_H 2007-07-02 07:43:23 +00:00
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c
unwrap-diff
version.sh kill error messages from failed svn revision extraction commands 2007-06-18 19:43:11 +00:00

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.