Go to file
Aurelien Jacobs 862a70f16b cosmetics: some reordering
Originally committed as revision 10170 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-21 15:52:50 +00:00
doc intro 2007-08-21 00:26:25 +00:00
libavcodec asv1.c directly uses Put/GetBitContext, so it should include bitstream.h 2007-08-21 15:48:08 +00:00
libavformat support swink created files which have soi/eoi broken tags reversed 2007-08-20 19:55:37 +00:00
libavutil Additional documentation for CRC functions 2007-08-20 16:54:47 +00:00
libpostproc
libswscale
tests Use PRId64 in seek test 2007-08-13 05:18:14 +00:00
tools
vhook Remove duplication of imlib2 vhook documentation. 2007-08-07 02:43:50 +00:00
Changelog nut muxer 2007-08-10 13:06:03 +00:00
cmdutils.c Implement the cmdutils.c show_license function. 2007-08-20 08:09:51 +00:00
cmdutils.h Implement the cmdutils.c show_license function. 2007-08-20 08:09:51 +00:00
common.mak
configure cosmetics: some reordering 2007-08-21 15:52:50 +00:00
COPYING.GPL
COPYING.LGPL
CREDITS
Doxyfile
ffinstall.nsi
ffmpeg.c Print an SDP when all outputs are RTP (the SDP can be saved in a text file 2007-08-20 08:12:08 +00:00
ffplay.c Rename parse_arg_file function to opt_input_file for consistency. 2007-08-14 13:58:28 +00:00
ffserver.c Call av_find_stream_info() immediately after opening an input file. 2007-08-20 07:17:39 +00:00
ffserver.h
INSTALL
MAINTAINERS
Makefile
output_example.c
README Clarify LGPL and GPL licensing of FFmpeg. 2007-08-13 22:17:29 +00:00
version.sh

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

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

* Read the documentation in the doc/ directory.

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

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

* libpostproc and libswscale are distributed under the GNU General Public
  License, see the file COPYING.GPL for details. Their compilation and use
  in FFmpeg is optional.