FFmpeg git repo
Go to file
Diego Biurrun e241ba148f Revert previous unneeded mipsel patch (obsoleted by endianness detection fix).
Originally committed as revision 10189 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-22 22:27:01 +00:00
doc optimization tips for the wavelet 2007-08-21 20:15:52 +00:00
libavcodec simplify 2007-08-22 17:26:49 +00:00
libavformat Identifiers starting with underscores are reserved. 2007-08-22 12:41:16 +00:00
libavutil Additional documentation for CRC functions 2007-08-20 16:54:47 +00:00
libpostproc
libswscale
tests Change rounding of the horizontal DWT to match the vertical one. 2007-08-21 16:29:40 +00:00
tools
vhook Remove duplication of imlib2 vhook documentation. 2007-08-07 02:43:50 +00:00
COPYING.GPL
COPYING.LGPL
CREDITS
Changelog nut muxer 2007-08-10 13:06:03 +00:00
Doxyfile
INSTALL
MAINTAINERS
Makefile Make ffserver use cmdutils.c show_license function 2007-08-22 13:10:25 +00:00
README Clarify LGPL and GPL licensing of FFmpeg. 2007-08-13 22:17:29 +00:00
cmdutils.c Implement the cmdutils.c show_license function. 2007-08-20 08:09:51 +00:00
cmdutils.h Identifiers starting with underscores are reserved. 2007-08-22 12:41:16 +00:00
common.mak
configure Revert previous unneeded mipsel patch (obsoleted by endianness detection fix). 2007-08-22 22:27:01 +00:00
ffinstall.nsi
ffmpeg.c Make ffmpeg use cmdutils.c show_license function 2007-08-22 13:04:49 +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 Make ffserver use cmdutils.c show_license function 2007-08-22 13:10:25 +00:00
ffserver.h
output_example.c
version.sh

README

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.