FFmpeg git repo
Go to file
Justin Ruggles 6d96d626c6 use array instead of bitmask
Originally committed as revision 9891 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-04 11:39:47 +00:00
doc URL of the webinterface 2007-08-03 21:59:01 +00:00
libavcodec use array instead of bitmask 2007-08-04 11:39:47 +00:00
libavformat detect MS wav codecs 2007-08-04 00:22:28 +00:00
libavutil
libpostproc Uppercase variable overlooked in last commit. 2007-07-21 18:56:53 +00:00
libswscale typo 2007-07-28 14:17:25 +00:00
tests
tools
vhook
COPYING.GPL
COPYING.LGPL
CREDITS adding myself to the CREDITS 2007-08-01 02:16:08 +00:00
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile cosmetics: Use uppercase names for installation directories in makefiles. 2007-07-21 18:53:06 +00:00
README
cmdutils.c
cmdutils.h
common.mak cosmetics: Use uppercase names for installation directories in makefiles. 2007-07-21 18:53:06 +00:00
configure correct order of fixedpoint in CONFIG list 2007-08-02 11:32:04 +00:00
ffinstall.nsi
ffmpeg.c drop non keyframes before the first keyframe for stream copy 2007-08-03 23:25:03 +00:00
ffplay.c cosmetics: be sure all lines fit into 79 characters 2007-08-03 18:46:59 +00:00
ffserver.c
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. 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.