FFmpeg git repo
Go to file
Fabrice Bellard 165f74ff46 remove unused AMREXTRALIBS
Originally committed as revision 2287 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-16 20:29:19 +00:00
doc doc update 2003-09-16 20:28:18 +00:00
libavcodec use VC++ lib tool if available 2003-09-16 20:28:53 +00:00
libavformat remove unused AMREXTRALIBS 2003-09-16 20:29:19 +00:00
postproc
tests mpeg sequence end code regression checksum update 2003-09-13 21:03:16 +00:00
vhook
.cvsignore
COPYING
CREDITS
Changelog
INSTALL
Makefile fixed windows build 2003-09-15 22:26:45 +00:00
README
berrno.h
cmdutils.c
cmdutils.h
configure fixed windows build 2003-09-15 22:26:45 +00:00
cygwin_inttypes.h
ffinstall.nsi fixed windows build 2003-09-15 22:26:45 +00:00
ffmpeg.c avoid initializing pts for not decoded streams 2003-09-16 20:26:35 +00:00
ffplay.c better image sequence support (Charles Yates) - suppressed unused non overlay support 2003-09-16 19:37:27 +00:00
ffserver.c
ffserver.h
output_example.c
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.