FFmpeg git repo
Go to file
Diego Biurrun 3d44f15cfc Add proper license header.
Originally committed as revision 9444 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-27 07:58:37 +00:00
doc Introducing Topics 2007-06-26 07:51:20 +00:00
libavcodec use the right stride 2007-06-27 06:57:31 +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
libswscale
tests
vhook more av_strl* adjustments 2007-06-24 12:23:34 +00:00
build_avopt
Changelog remove clear email addresses 2007-06-25 12:31:01 +00:00
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure Remove localtime_r implementation for systems that don't have it. 2007-06-25 16:18:28 +00:00
COPYING
CREDITS
cws2fws.c
Doxyfile
ffinstall.nsi
ffmpeg.c remove ENABLE_SWSCALER conditions 2007-06-26 16:13:44 +00:00
ffplay.c Update copyright year 2007-06-26 13:25:12 +00:00
ffserver.c
ffserver.h
INSTALL
MAINTAINERS
Makefile
output_example.c
pktdumper.c
qt-faststart.c
README
unwrap-diff
version.sh

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.