FFmpeg git repo
Go to file
Michael Niedermayer e4eadb4b44 oooooops, having 2 Eterms open and doing cvs diff in one and cvs commit in the other sucks, especially if they are in different directories (MPlayer/main/libavcodec vs. ffmpeg/libavcodec)
Originally committed as revision 2165 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-25 22:54:53 +00:00
doc update 2003-08-24 21:34:12 +00:00
libavcodec oooooops, having 2 Eterms open and doing cvs diff in one and cvs commit in the other sucks, especially if they are in different directories (MPlayer/main/libavcodec vs. ffmpeg/libavcodec) 2003-08-25 22:54:53 +00:00
libavformat accepts pgmyuv extension 2003-08-24 21:21:10 +00:00
postproc remove cs_test and swscale-example too 2003-07-28 15:24:38 +00:00
tests up to date regression tests 2003-08-24 21:27:10 +00:00
vhook Get all the stride stuff right so that we actually get the colours 2003-06-10 01:47:41 +00:00
.cvsignore * update 2003-03-12 18:58:04 +00:00
COPYING
CREDITS update 2002-11-20 17:08:39 +00:00
Changelog Changelog update 2003-06-13 09:51:17 +00:00
INSTALL
Makefile man page installation support 2003-08-24 16:02:39 +00:00
README up to date license terms 2003-04-16 22:43:26 +00:00
VERSION update version 2003-08-24 21:34:41 +00:00
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 simplified 2003-03-09 16:07:19 +00:00
configure man page installation support 2003-08-24 16:02:39 +00:00
cygwin_inttypes.h
ffmpeg.c added loop option 2003-08-24 21:19:13 +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.