FFmpeg git repo
Go to file
Aurelien Jacobs 76c443c6d4 move adx.c to adxdec.c
Originally committed as revision 10904 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-01 18:40:42 +00:00
doc Leverage MinGW's llrint() in Cygwin compilations. 2007-10-30 20:07:31 +00:00
libavcodec move adx.c to adxdec.c 2007-11-01 18:40:42 +00:00
libavformat revert part of r10899 which was not intended 2007-11-01 18:02:03 +00:00
libavutil doxy/cosmetics fixes. Patch by Stefano Sabatini %stefano P sabatini-lala A posteP it % 2007-11-01 11:51:51 +00:00
libpostproc Declare libpostproc prerequisites directly instead of using a layer of 2007-10-30 07:54:18 +00:00
libswscale
tests
tools
vhook
COPYING.GPL
COPYING.LGPL
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile Remove redundant -DHAVE_AV_CONFIG_H from tests/seek_test command. 2007-10-31 11:38:08 +00:00
README
cmdutils.c
cmdutils.h
common.mak Declare libpostproc prerequisites directly instead of using a layer of 2007-10-30 07:54:18 +00:00
configure
ffinstall.nsi
ffmpeg.c check av_interleaved_write_frame() return 2007-11-01 01:59:22 +00:00
ffplay.c Remove the inclusion of rtsp.h and rtp.h from avformat.h, and 2007-10-29 09:15:35 +00:00
ffserver.c Remove the inclusion of rtsp.h and rtp.h from avformat.h, and 2007-10-29 09:15:35 +00:00
ffserver.h
output_example.c
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 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.