FFmpeg git repo
Go to file
Diego Biurrun 3d18b282e0 cosmetics: indentation
Originally committed as revision 8618 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-03 16:47:43 +00:00
doc tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl) 2007-04-03 13:43:57 +00:00
libavcodec Explain which configure options are necessary for which AMR variant. 2007-04-03 14:15:59 +00:00
libavformat cosmetics: indentation 2007-04-03 16:47:43 +00:00
libavutil Add first and second output to earlyclobbers in COPY3_IF_LT macro. 2007-04-03 11:21:16 +00:00
libpostproc
libswscale Fix crash when trying to convert from or to RGBi (i<15) as in bgr8torgb24 2007-04-03 16:22:19 +00:00
tests
vhook Replace forbidden exit() by return() Víctor Paesa, wzrlpy arsystel com. 2007-04-01 17:23:15 +00:00
build_avopt
Changelog tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl) 2007-04-03 13:43:57 +00:00
clean-diff
cmdutils.c
cmdutils.h
common.mak Add CPP_OBJS-yes to CPP_OBJS, same as the other *_OBJS variables. 2007-04-03 16:32:11 +00:00
configure cosmetics: Better variable name, the ENABLE_* lists contain more than codecs. 2007-04-03 13:10:37 +00:00
COPYING
CREDITS
cws2fws.c
Doxyfile
ffinstall.nsi
ffmpeg.c
ffplay.c
ffserver.c
ffserver.h
INSTALL
MAINTAINERS
Makefile
output_example.c
pktdumper.c
qt-faststart.c
README
unwrap-diff
version.sh

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.