FFmpeg git repo
Go to file
Mike Melanson 73a19b2dae get the video dispatch straight
Originally committed as revision 1916 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-05-28 23:50:00 +00:00
doc misc. updates 2003-05-14 01:08:30 +00:00
libavcodec CABAC 2003-05-28 18:44:52 +00:00
libavformat get the video dispatch straight 2003-05-28 23:50:00 +00:00
postproc cs_test cleanup and fix compilation if gui enabled 2003-05-23 20:29:36 +00:00
tests asv1 regression test 2003-05-27 22:43:34 +00:00
vhook Made it work again -- it now detects fish! (This involved clearing out 2003-05-21 02:15:11 +00:00
.cvsignore
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
VERSION
berrno.h
common.h
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
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.