Go to file
Vitor Sessak d22ebb1b98 Use a filter graph description for creating simple chain graphs so we
can reuse the same graph creation code.

Commited in SoC by Bobby Bingham on 2007-12-22 19:13:04

Originally committed as revision 12715 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-04 20:07:54 +00:00
doc Add a point to the checklist about checking new demuxers/decoders 2008-04-02 18:58:41 +00:00
libavcodec Disable the split function. This should end the mpeg1/2 global header issues. 2008-04-04 00:43:34 +00:00
libavdevice
libavfilter Use a filter graph description for creating simple chain graphs so we 2008-04-04 20:07:54 +00:00
libavformat special mpeg2 handling is no more needed 2008-04-04 09:55:31 +00:00
libavutil Merge declaratio and initialization. 2008-04-03 19:20:32 +00:00
libpostproc
libswscale
tests
tools
vhook
Changelog
cmdutils.c Error message for EPROTONOSUPPORT, patch from prossATxvidDoTorg 2008-04-03 22:16:34 +00:00
cmdutils.h
common.mak
configure replace some $@ with $(SLIBNAME_WITH_MAJOR) in SHFLAGS 2008-04-03 22:29:23 +00:00
COPYING.GPL
COPYING.LGPL
CREDITS
Doxyfile
ffmpeg.c
ffplay.c
ffserver.c
ffserver.h
INSTALL
MAINTAINERS
Makefile simplify LDFLAGS and EXTRALIBS handling 2008-04-03 23:51:29 +00:00
output_example.c
README
version.sh

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* Read the file COPYING.LGPL. FFmpeg and the associated libraries EXCEPT
  for libpostproc and libswscale are licensed under the GNU Lesser General
  Public License.

* libpostproc and libswscale are distributed under the GNU General Public
  License, see the file COPYING.GPL for details. Their compilation and use
  in FFmpeg is optional.

* The file libavcodec/i386/idct_mmx.c is distributed under the GNU General
  Public License. It is strictly an optimization and its use is optional.

* The file libavdevice/x11grab.c is distributed under the GNU General
  Public License. X11 grabbing is optional.

* The files libavcodec/jfdctfst.c, libavcodec/jfdctint.c, libavcodec/jrevdct.c
  are taken from libjpeg, see the top of the files for licensing details.

* The file libavcodec/fdctref.c is copyrighted by the MPEG Software Simulation
  Group with all rights reserved. It is only used to create a DCT test program
  and not compiled into libavcodec.