FFmpeg git repo
Go to file
Fabrice Bellard d95ac2c554 spell fixes
Originally committed as revision 2146 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-24 16:14:24 +00:00
doc added all options 2003-08-24 15:22:26 +00:00
libavcodec export int64_t_C as it is needed by libavformat.h 2003-08-24 16:00:34 +00:00
libavformat win32 compile fix 2003-08-24 13:59:05 +00:00
postproc remove cs_test and swscale-example too 2003-07-28 15:24:38 +00:00
tests AC3 encoding patch ba (Ross Martin <ffmpeg at ross dot interwrx dot com>) 2003-08-20 07:57:00 +00:00
vhook
.cvsignore
COPYING
CREDITS
Changelog
INSTALL
Makefile man page installation support 2003-08-24 16:02:39 +00:00
README
VERSION
berrno.h
cmdutils.c more sections in help - copyright fixes 2003-08-24 15:29:48 +00:00
cmdutils.h more sections in help - copyright fixes 2003-08-24 15:29:48 +00:00
common.h
configure man page installation support 2003-08-24 16:02:39 +00:00
cygwin_inttypes.h
ffmpeg.c spell fixes 2003-08-24 16:14:24 +00:00
ffplay.c more sections in help - copyright fixes 2003-08-24 15:29:48 +00:00
ffserver.c more sections in help - copyright fixes 2003-08-24 15:29:48 +00:00
ffserver.h
output_example.c added get_audio_frame() 2003-08-08 18:03:31 +00:00
xvmc_render.h initial XvMC support, define common packet for decoder <-> libXvMC communication 2003-07-26 01:34:32 +00:00

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.