Go to file
Mike Melanson 0bd586c50d sweeping change from -EIO -> AVERROR_IO
Originally committed as revision 3239 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-19 03:59:34 +00:00
doc update todo list 2004-06-05 02:51:52 +00:00
libavcodec 1000l to myself for FFMIN(...,0) instead of ...,6) 2004-06-19 01:25:02 +00:00
libavformat sweeping change from -EIO -> AVERROR_IO 2004-06-19 03:59:34 +00:00
postproc
tests regression checksum changes due to new resampling code 2004-06-18 02:59:30 +00:00
vhook
.cvsignore
berrno.h
Changelog
cmdutils.c
cmdutils.h
configure optional and disabled by default memalign hack for SSE/SSE2 on that alternative OS 2004-06-06 03:45:53 +00:00
COPYING
CREDITS
cygwin_inttypes.h
ffinstall.nsi
ffmpeg.c Correct audio parameters when grabbing and using "-acodec copy" patch by (Wolfram Gloger <wmglo at dent ot med dot uni-muenchen dot de>) 2004-06-18 16:32:45 +00:00
ffplay.c
ffserver.c
ffserver.h
INSTALL
Makefile Install only manpage if binary is present patch by (Nicolas Boos <nicolas.boos at wanadoo dot fr>) 2004-06-17 22:46:11 +00:00
output_example.c
qt-faststart.c
README
xvmc_render.h

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.