FFmpeg git repo
Go to file
Michael Niedermayer 68bf295e53 better? default thresholds, if this is worse for any files, then tell us ASAP
Originally committed as revision 1787 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-04-18 12:50:00 +00:00
doc removed useless copyright policy - added xawtv link 2003-04-16 22:21:04 +00:00
libavcodec better? default thresholds, if this is worse for any files, then tell us ASAP 2003-04-18 12:50:00 +00:00
libavformat we really shouldnt use M$* as default codec -> use MPEG4 as default 2003-04-17 19:56:33 +00:00
postproc mplayer idependant (not really yet) swscale example 2003-04-17 19:32:46 +00:00
tests Changes for SPARC/Solaris compatibility. Now it should be possible to 2003-04-15 22:29:37 +00:00
vhook
.cvsignore
COPYING
CREDITS
Changelog
INSTALL
Makefile Changes for SPARC/Solaris compatibility. Now it should be possible to 2003-04-15 22:29:37 +00:00
README up to date license terms 2003-04-16 22:43:26 +00:00
VERSION
berrno.h
common.h
configure Changes for SPARC/Solaris compatibility. Now it should be possible to 2003-04-15 22:29:37 +00:00
cygwin_inttypes.h
ffmpeg.c
ffserver.c
ffserver.h

README

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

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

* Read the documentation in the doc/ directory.

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

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

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

Fabrice Bellard.