FFmpeg git repo
Go to file
Michael Niedermayer 09a628662d argh, who commited this trash
start must be 0 ...

Originally committed as revision 8563 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-30 22:10:25 +00:00
doc
libavcodec Typos in comments 2007-03-30 20:56:32 +00:00
libavformat argh, who commited this trash 2007-03-30 22:10:25 +00:00
libavutil Fix compilation when using the --disable-opts parameter. This to help those 2007-03-29 14:20:30 +00:00
libpostproc
libswscale Handle proper compilation on Mac OS X. 2007-03-30 22:09:13 +00:00
tests
vhook
COPYING
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS lzw maintainer 2007-03-25 14:33:03 +00:00
Makefile
README
build_avopt
clean-diff
cmdutils.c add OPT_INT64 option 2007-03-30 09:43:39 +00:00
cmdutils.h add OPT_INT64 option 2007-03-30 09:43:39 +00:00
common.mak
configure Fix compilation when using the --disable-opts parameter. This to help those 2007-03-29 14:20:30 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c change -fs to use bytes instead of kbytes 2007-03-30 11:31:29 +00:00
ffplay.c prevent exit missuse 2007-03-27 21:47:03 +00:00
ffserver.c prevent exit missuse 2007-03-27 21:47:03 +00:00
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c
unwrap-diff
version.sh

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.