FFmpeg git repo
Go to file
Jacob Meuser 62e60aed8d Make shared lib name handling consistent with the other Makefiles.
patch by Jacob Meuser <  jakemsr  ..@..  jakemsr  ...  com  >

Originally committed as revision 4831 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-09 02:05:17 +00:00
doc RealVideo 1.0/2.0 and TrueSpeech are supported. 2006-01-05 22:33:41 +00:00
libavcodec Make shared lib name handling consistent with the other Makefiles. 2006-01-09 02:05:17 +00:00
libavformat TrueSpeech compatible audio decoder by Konstantin Shishkov 2006-01-03 02:30:38 +00:00
libavutil COSMETICS: tabs --> spaces, some prettyprinting 2005-12-22 01:10:11 +00:00
postproc
tests fixing second last time François Revol applies a patch without running the regression tests, next time his account is disabled 2006-01-08 17:06:26 +00:00
vhook COSMETICS: tabs --> spaces, some prettyprinting 2005-12-22 01:10:11 +00:00
.cvsignore
COPYING COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
CREDITS
Changelog TrueSpeech compatible audio decoder by Konstantin Shishkov 2006-01-03 02:30:38 +00:00
Doxyfile COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
INSTALL COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
Makefile COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
README COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
berrno.h COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
build_avopt COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
clean-diff
cmdutils.c COSMETICS: tabs --> spaces, some prettyprinting 2005-12-22 01:10:11 +00:00
cmdutils.h
configure --enable-shared-pp should directly enable pp and not depend on --enable-pp. 2006-01-09 01:59:58 +00:00
cws2fws.c COSMETICS: tabs --> spaces, some prettyprinting 2005-12-22 01:10:11 +00:00
ffinstall.nsi
ffmpeg.c better version reporting 2006-01-07 20:21:36 +00:00
ffplay.c COSMETICS: tabs --> spaces, some prettyprinting 2005-12-22 01:10:11 +00:00
ffserver.c COSMETICS: tabs --> spaces, some prettyprinting 2005-12-22 01:10:11 +00:00
ffserver.h
output_example.c COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
pktdumper.c COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
qt-faststart.c
unwrap-diff
xvmc_render.h COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00

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.