Go to file
Michael Niedermayer 6bc7981995 10l fix by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>)
Originally committed as revision 3184 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-05-31 23:44:02 +00:00
doc no longer true 2004-05-13 12:51:54 +00:00
libavcodec 10l fix by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>) 2004-05-31 23:44:02 +00:00
libavformat fix playback of http://www.zonque.org/test-long.ps 2004-05-31 16:57:00 +00:00
postproc bigendian fix by (Romain Dolbeau <dolbeau at irisa dot fr>) 2004-05-02 14:26:28 +00:00
tests dv regression test 2004-05-31 00:45:27 +00:00
vhook fix compilation after michaels anti-time change 2004-04-07 13:31:27 +00:00
.cvsignore
berrno.h
Changelog first pass at a Sorenson Video 1 (SVQ1) encoder 2004-05-07 03:10:11 +00:00
cmdutils.c OPT_INT 2004-04-30 13:41:48 +00:00
cmdutils.h OPT_INT 2004-04-30 13:41:48 +00:00
configure don't compile ffserver if network is not enabled patch by (Luca Abeni <lucabe72 at email dot it>) 2004-05-17 20:24:59 +00:00
COPYING
CREDITS credit update 2004-03-13 19:21:58 +00:00
cygwin_inttypes.h
ffinstall.nsi
ffmpeg.c correctly interleave packets during encoding 2004-05-29 18:50:31 +00:00
ffplay.c much better AV sync, for some files 2004-05-30 00:38:09 +00:00
ffserver.c pass AVPacket into av_write_frame() 2004-05-29 02:06:32 +00:00
ffserver.h
INSTALL
Makefile added QT faststart remuxing utility to ffmpeg distribution per, ahem, 2004-03-26 20:42:28 +00:00
output_example.c pass AVPacket into av_write_frame() 2004-05-29 02:06:32 +00:00
qt-faststart.c added QT faststart remuxing utility to ffmpeg distribution per, ahem, 2004-03-26 20:42:28 +00:00
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.