FFmpeg git repo
Go to file
Vitor Sessak 9765b44c50 Rename variable
Originally committed as revision 13577 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-31 14:36:46 +00:00
doc Add a note about everybody's favorite recurring gcc bug: 2008-05-28 16:12:40 +00:00
libavcodec Rename variable 2008-05-31 14:36:46 +00:00
libavdevice
libavfilter consistency cosmetics: indices --> indexes 2008-05-26 23:14:25 +00:00
libavformat flvenc.o depends on avc.o (for H.264 support functions). 2008-05-31 14:26:56 +00:00
libavutil Implement a proper configure test for AltiVec vector declaration syntax. 2008-05-30 10:58:48 +00:00
libpostproc
libswscale
tests update regressions tests, should be stable now 2008-05-30 01:51:51 +00:00
tools correct build documentation for qt-faststart utility 2008-05-19 04:57:57 +00:00
vhook Remove unnecessary header #includes. 2008-05-29 13:40:43 +00:00
COPYING.GPL
COPYING.LGPL
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS take over ffserver maintenance 2008-05-30 00:51:07 +00:00
Makefile Do not remove gmon.out on clean, we never create it. 2008-05-27 00:45:45 +00:00
README
cmdutils.c Simplify show_banner() so that it does not require arguments, similar 2008-05-29 08:48:51 +00:00
cmdutils.h Simplify show_banner() so that it does not require arguments, similar 2008-05-29 08:48:51 +00:00
common.mak Revert "Add version information to DLLs." 2008-05-26 06:34:57 +00:00
configure cosmetics: Remove useless backslashes. 2008-05-30 11:07:01 +00:00
ffmpeg.c Compiling ffmpeg.c fails when when the .ffm demuxer is enabled, but the .ffm 2008-05-31 14:22:30 +00:00
ffplay.c Remove unnecessary header #includes. 2008-05-29 13:40:43 +00:00
ffserver.c 2nd try fix got_key_frame when video+audio 2008-05-30 17:53:50 +00:00
ffserver.h
output_example.c
subdir.mak Revert "Add version information to DLLs." 2008-05-26 06:34:57 +00:00
version.sh

README

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.