FFmpeg git repo
Go to file
Michael Niedermayer f6a3477bb5 remove middle variant (keep fastest and smallest)
Originally committed as revision 8375 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-13 10:36:49 +00:00
doc Explain a few more options that were recently added. 2007-03-12 17:16:12 +00:00
libavcodec
libavformat remove outdated comment 2007-03-13 00:21:19 +00:00
libavutil remove middle variant (keep fastest and smallest) 2007-03-13 10:36:49 +00:00
libpostproc
libswscale
tests Remove -ab 64k from ffmpeg options, this is now default. 2007-03-12 15:54:15 +00:00
vhook
COPYING
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile
README
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure libswscale header files are put in a subdirectory named ffmpeg, not swscale. 2007-03-12 16:56:16 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c Remove superfluous HAVE_THREADS #ifdef. 2007-03-12 17:13:20 +00:00
ffplay.c Remove superfluous HAVE_THREADS #ifdef. 2007-03-12 17:13:20 +00:00
ffserver.c
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c Recommend building qt-faststart using make instead of a manual cc invocation. 2007-03-12 15:08:45 +00:00
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.