FFmpeg git repo
Go to file
Michael Niedermayer 27cd2c10b0 compatibility warning
Originally committed as revision 6035 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-20 18:10:45 +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 compatibility warning 2006-08-20 18:10:45 +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 Add missing newlines at end of file. 2006-04-29 16:17:50 +00:00
berrno.h
build_avopt
clean-diff Add missing newlines at end of file. 2006-04-29 16:17:50 +00:00
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 give AVInput/OutputFormat structs consistent names 2006-07-09 23:40:53 +00:00
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 Add missing newlines at end of file. 2006-04-29 16:17:50 +00:00
version.sh Use LC_ALL instead of LANG since the former overrides the latter. 2006-07-29 23:32:10 +00:00
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.