FFmpeg git repo
Go to file
Michael Niedermayer e6a2ac3474 noise preserving sum of squares comparission function
Originally committed as revision 3204 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-07 03:23:31 +00:00
doc update todo list 2004-06-05 02:51:52 +00:00
libavcodec noise preserving sum of squares comparission function 2004-06-07 03:23:31 +00:00
libavformat
postproc small linux/altivec compile fix in postproc/ by (Romain Dolbeau <dolbeau at irisa dot fr>) 2004-06-04 10:00:36 +00:00
tests
vhook
.cvsignore
COPYING
CREDITS
Changelog
INSTALL
Makefile
README
berrno.h
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
cygwin_inttypes.h
ffinstall.nsi
ffmpeg.c -cbp 2004-06-05 21:08:45 +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.