FFmpeg git repo
Go to file
Ivan Kalvachev d1700ead3b cola test
Originally committed as revision 3089 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-04-29 23:20:46 +00:00
doc
libavcodec cola test 2004-04-29 23:20:46 +00:00
libavformat fix rounding errors with NTSC patch by (Luca Abeni <lucabe72 at email dot it>) 2004-04-27 13:28:16 +00:00
postproc attribute_used patch by (matthieu castet <castet.matthieu at free dot fr>) 2004-04-26 19:38:17 +00:00
tests mpeg SVCD compatibility, SCR fixes, standard compliance 2004-04-26 22:16:06 +00:00
vhook
.cvsignore
COPYING
CREDITS
Changelog
INSTALL
Makefile
README
berrno.h
cmdutils.c
cmdutils.h
configure vis detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ca>) 2004-04-24 15:16:23 +00:00
cygwin_inttypes.h
ffinstall.nsi
ffmpeg.c Fix synthetic next_pts calculation / audio pts patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>) 2004-04-26 23:06:29 +00:00
ffplay.c
ffserver.c
ffserver.h
output_example.c
qt-faststart.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.