FFmpeg git repo
Go to file
Stefano Sabatini 42f72a3ac4 Fix a typo.
Originally committed as revision 15009 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-28 21:37:40 +00:00
doc MXF is a valid output format now. 2008-08-26 16:09:41 +00:00
libavcodec Introducing video_stype for holding the value of VAUX source pack 2008-08-28 19:21:59 +00:00
libavdevice
libavfilter Fix a typo. 2008-08-28 21:37:40 +00:00
libavformat Change implementation for ff_data_to_hex(), this is faster. See discussion on 2008-08-28 12:00:58 +00:00
libavutil
libpostproc
libswscale
tests Fix the seek regressions to match changes in r14956, r14959 and r14960. 2008-08-25 22:21:30 +00:00
tools
vhook
Changelog Remaining parts of GSoC MXF muxer by Zhentan Feng. 2008-08-26 15:58:25 +00:00
cmdutils.c
cmdutils.h
common.mak
configure
COPYING.GPL
COPYING.LGPL
CREDITS
Doxyfile
ffmpeg.c Simplify the indexing logic in the av_encode() streams mapping code. 2008-08-27 18:50:46 +00:00
ffplay.c
ffserver.c
ffserver.h
INSTALL
MAINTAINERS I'll maintain mxf muxer 2008-08-26 16:41:29 +00:00
Makefile
output_example.c
README
subdir.mak
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.