FFmpeg git repo
Go to file
Michael Niedermayer 0cb5cfb615 cleanup PixelFormat a little
Originally committed as revision 6034 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-20 13:04:19 +00:00
doc spelling fixes for the last commit 2006-08-19 21:15:02 +00:00
libavcodec cosmetics 2006-08-19 23:12:10 +00:00
libavformat attribute_deprecated 2006-08-20 10:42:11 +00:00
libavutil cleanup PixelFormat a little 2006-08-20 13:04:19 +00:00
libpostproc Explicitly include fastmemcpy.h from libvo/. 2006-08-18 13:38:24 +00:00
libswscale Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. 2006-08-18 13:58:03 +00:00
tests AVI tag reading and writing patch by David Conrad. 2006-08-18 16:48:35 +00:00
vhook av_free* cleanup 2006-08-18 08:05:24 +00:00
COPYING
CREDITS
Changelog Mention MacIntel support 2006-08-13 15:12:06 +00:00
Doxyfile
INSTALL
MAINTAINERS mailinglist 2006-08-12 23:01:38 +00:00
Makefile Enable swscale usage in ffmpeg 2006-08-08 18:51:38 +00:00
README
berrno.h
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak Mac OS X requires running ranlib on static libraries after installation. 2006-08-15 19:30:38 +00:00
configure add --disable-ipv6 option to configure 2006-08-17 16:54:50 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c Avoid segfaulting if the swscale context cannot be allocated 2006-08-05 13:09:42 +00:00
ffplay.c Move output_example.c and ffplay.c to the swscale interface 2006-08-03 16:55:36 +00:00
ffserver.c
ffserver.h
output_example.c Move output_example.c and ffplay.c to the swscale interface 2006-08-03 16:55:36 +00:00
pktdumper.c
qt-faststart.c
unwrap-diff
version.sh
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.