FFmpeg git repo
Go to file
Michael Niedermayer cc8d87b793 Set subtitle codec id correctly, i hope this does not break anything.
Originally committed as revision 11627 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-26 22:57:53 +00:00
doc Clarify some FAQ entries. 2008-01-26 12:23:24 +00:00
libavcodec Do not group libamr_nb and libamr_wb together as libamr. 2008-01-26 12:46:46 +00:00
libavdevice More verbose error log message. 2008-01-18 11:27:28 +00:00
libavformat Set subtitle codec id correctly, i hope this does not break anything. 2008-01-26 22:57:53 +00:00
libavutil Comment to explain how the add/remove core works. 2008-01-23 21:03:21 +00:00
libpostproc
libswscale Fix typo in comment 2008-01-21 20:46:28 +00:00
tests
tools
vhook
Changelog mention avm2 (flash 9) muxer in documentation and changelog 2008-01-21 18:06:45 +00:00
cmdutils.c
cmdutils.h
common.mak
configure Add -pthread to extralibs and not to ldflags so that the dependency gets 2008-01-26 13:31:50 +00:00
COPYING.GPL
COPYING.LGPL
CREDITS
Doxyfile
ffinstall.nsi
ffmpeg.c cosmetics: Fix Benoit's ugly formatting. 2008-01-22 08:52:57 +00:00
ffplay.c
ffserver.c
ffserver.h
INSTALL
MAINTAINERS
Makefile Merge rules for tools/* into a generic rule. 2008-01-26 18:41:20 +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 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.