FFmpeg git repo
Go to file
Michael Niedermayer a1b914b20d Move the *-1 to a more sane place as well.
Originally committed as revision 12857 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-16 15:30:04 +00:00
doc documentation update for new Maxis EA XA decoder/demuxer 2008-04-15 20:51:23 +00:00
libavcodec Move the *-1 to a more sane place as well. 2008-04-16 15:30:04 +00:00
libavdevice typo 2008-04-14 16:20:58 +00:00
libavfilter non-recursive makefiles 2008-04-07 21:16:31 +00:00
libavformat Print duration with higher precision. 2008-04-16 06:46:54 +00:00
libavutil remove useless extern keyword. 2008-04-11 14:18:33 +00:00
libpostproc non-recursive makefiles 2008-04-07 21:16:31 +00:00
libswscale Relicense test/example files as LGPL with Michael's permission. 2008-04-13 01:29:24 +00:00
tests Use generic seeking code for flv. The removed code was a buggy duplicate. 2008-04-14 12:22:23 +00:00
tools
vhook
COPYING.GPL
COPYING.LGPL
CREDITS
Changelog documentation update for new Maxis EA XA decoder/demuxer 2008-04-15 20:51:23 +00:00
Doxyfile
INSTALL We require GNU Make 3.81. 2008-04-15 06:53:15 +00:00
MAINTAINERS rl2 documentation update 2008-03-21 14:09:12 +00:00
Makefile Add DIRS variable to the list of variables to be cleared instead of 2008-04-14 21:39:56 +00:00
README Mention that libavdevice/x11grab.c is GPLed. 2008-03-08 19:24:06 +00:00
cmdutils.c Error message for EPROTONOSUPPORT, patch from prossATxvidDoTorg 2008-04-03 22:16:34 +00:00
cmdutils.h Export parse_time_or_die from ffmpeg.c to cmdutils.c 2008-03-31 10:01:06 +00:00
common.mak Add DIRS variable to the list of variables to be cleared instead of 2008-04-14 21:39:56 +00:00
configure remove unused MAKE variable 2008-04-10 20:00:21 +00:00
ffmpeg.c Use av_exit() instead of exit() for a minimal cleanup 2008-04-14 22:35:32 +00:00
ffplay.c Send context to ffplay.c:opt_seek 2008-04-01 12:22:33 +00:00
ffserver.c Include poll.h instead of sys/poll.h 2008-02-13 12:51:14 +00:00
ffserver.h
output_example.c
subdir.mak move DEP_LIBS to common.mak 2008-04-09 21:11:39 +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.