FFmpeg git repo
Go to file
Luca Abeni a37e9e8606 Allow swscale emulation header to be included by C++ programs
Originally committed as revision 6027 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-19 15:14:44 +00:00
doc
libavcodec Allow swscale emulation header to be included by C++ programs 2006-08-19 15:14:44 +00:00
libavformat fix probing of 02-Penguin.flac 2006-08-19 08:39:00 +00:00
libavutil Explicitly include fastmemcpy.h from libvo/. 2006-08-18 13:38:24 +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
berrno.h
build_avopt
Changelog
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure add --disable-ipv6 option to configure 2006-08-17 16:54:50 +00:00
COPYING
CREDITS
cws2fws.c
Doxyfile
ffinstall.nsi
ffmpeg.c
ffplay.c
ffserver.c
ffserver.h
INSTALL
MAINTAINERS
Makefile
output_example.c
pktdumper.c
qt-faststart.c
README
unwrap-diff
version.sh
xvmc_render.h

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.