Go to file
Michael Niedermayer 4b59cf6c1c Fix non-numeric AVOptions.
Originally committed as revision 11142 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-12-03 01:46:32 +00:00
doc
libavcodec simplify 2007-12-03 01:06:00 +00:00
libavdevice spelling 2007-12-01 22:21:04 +00:00
libavformat Make ff_qt_default_palette_* arrays "static const" 2007-12-02 23:27:01 +00:00
libavutil Add missing #includes to fix 'make checkheaders'. 2007-11-24 10:08:02 +00:00
libpostproc spelling 2007-12-01 22:21:04 +00:00
libswscale Fix some spelling typos 2007-12-02 14:07:01 +00:00
tests Fix regression tests after r11127 and 11129 2007-12-02 17:46:27 +00:00
tools
vhook spelling 2007-12-01 22:21:04 +00:00
Changelog Misc spelling fixes, prefer American over British English. 2007-12-02 15:43:08 +00:00
cmdutils.c
cmdutils.h Add missing #includes to fix 'make checkheaders'. 2007-11-24 10:08:02 +00:00
common.mak
configure Fix out of tree builds after introduction of libavdevice. 2007-11-23 12:02:41 +00:00
COPYING.GPL
COPYING.LGPL
CREDITS
Doxyfile Misc spelling fixes, prefer American over British English. 2007-12-02 15:43:08 +00:00
ffinstall.nsi
ffmpeg.c Fix non-numeric AVOptions. 2007-12-03 01:46:32 +00:00
ffplay.c Introduce libavdevice 2007-11-22 16:10:02 +00:00
ffserver.c stupid code (casting of void*) found by checktree.sh 2007-12-01 00:19:44 +00:00
ffserver.h
INSTALL
MAINTAINERS add myself as TTA guy 2007-11-14 16:04:05 +00:00
Makefile Introduce libavdevice 2007-11-22 16:10:02 +00:00
output_example.c Use dynamically allocated ByteIOContext in AVFormatContext 2007-11-21 07:41:00 +00:00
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 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.