FFmpeg git repo
Go to file
Fabrice Bellard e2946a86c1 fixed SRC_PATH usage
Originally committed as revision 1929 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-05 12:36:05 +00:00
doc autogeneration of html files 2003-06-02 20:13:30 +00:00
libavcodec 4xm adpcm 2003-06-03 13:58:44 +00:00
libavformat 4xm adpcm 2003-06-03 13:58:44 +00:00
postproc unused 2003-06-01 22:10:44 +00:00
tests fixed SRC_PATH usage 2003-06-05 12:36:05 +00:00
vhook Made it work again -- it now detects fish! (This involved clearing out 2003-05-21 02:15:11 +00:00
.cvsignore * update 2003-03-12 18:58:04 +00:00
COPYING
CREDITS
Changelog
INSTALL
Makefile AMR-NB audio support patch by (<joca at rixmail dot se>) 2003-05-14 11:40:16 +00:00
README up to date license terms 2003-04-16 22:43:26 +00:00
VERSION
berrno.h
common.h simplified 2003-03-09 16:07:19 +00:00
configure 10000l (__CPU__ wasnt set) 2003-05-27 00:46:21 +00:00
cygwin_inttypes.h
ffmpeg.c Warning fixes. 2003-05-15 01:34:47 +00:00
ffserver.c Fix a horrible bug with the launch keyword not handling arguments of length 1! 2003-04-12 03:03:26 +00:00
ffserver.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.