FFmpeg git repo
Go to file
Michael Niedermayer 37923cd32d alignment fix
Originally committed as revision 2890 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-03-14 17:55:50 +00:00
doc (f)pritf() vs. av_log() and 'make test' update 2004-03-13 21:16:18 +00:00
libavcodec alignment fix 2004-03-14 17:55:50 +00:00
libavformat minor VMD system update; still not perfect, but should not crash either 2004-03-14 04:08:11 +00:00
postproc AltiVec support in postproc/ + altivec optimizations for yuv2yuvX patch by (Romain Dolbeau <dolbeau at irisa dot fr>) 2004-03-11 17:58:11 +00:00
tests h263+ custom pcf support 2004-03-10 22:11:49 +00:00
vhook
.cvsignore
COPYING
CREDITS credit update 2004-03-13 19:21:58 +00:00
Changelog
INSTALL
Makefile
README
berrno.h
cmdutils.c
cmdutils.h
configure
cygwin_inttypes.h
ffinstall.nsi
ffmpeg.c nicer output for 'ffmpeg -formats' 2004-03-11 01:12:30 +00:00
ffplay.c
ffserver.c
ffserver.h
output_example.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.