FFmpeg git repo
Go to file
Diego Biurrun 5689ec7cde Remove unused FFMPEG_VERSION_INT.
Note: If this is useful I'll put it in version.sh/version.h.

Originally committed as revision 5503 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-20 10:26:00 +00:00
doc
libavcodec Remove unused FFMPEG_VERSION_INT. 2006-06-20 10:26:00 +00:00
libavformat
libavutil
libpostproc
postproc
tests
vhook
COPYING
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile Use Subversion revision for FFMPEG_VERSION. 2006-06-20 10:24:08 +00:00
README
berrno.h
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure Remove unused VERSION definition from config.mak. 2006-06-20 00:04:14 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c Use Subversion revision for FFMPEG_VERSION. 2006-06-20 10:24:08 +00:00
ffplay.c Use Subversion revision for FFMPEG_VERSION. 2006-06-20 10:24:08 +00:00
ffserver.c Use Subversion revision for FFMPEG_VERSION. 2006-06-20 10:24:08 +00:00
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c
unwrap-diff
version.sh Use Subversion revision for FFMPEG_VERSION. 2006-06-20 10:24:08 +00:00
xvmc_render.h

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.