FFmpeg git repo
Go to file
Aurelien Jacobs c31dea6136 split adx encoder in its own file
Originally committed as revision 10903 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-01 18:38:15 +00:00
doc Leverage MinGW's llrint() in Cygwin compilations. 2007-10-30 20:07:31 +00:00
libavcodec split adx encoder in its own file 2007-11-01 18:38:15 +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 Rename LIB to LIBNAME for consistency. 2007-10-18 09:35:02 +00:00
tests Fix seek regression test for ac3 in rm after r10634 2007-10-01 19:49:50 +00:00
tools remove warnings 2007-07-18 15:38:04 +00:00
vhook Remove duplication of imlib2 vhook documentation. 2007-08-07 02:43:50 +00:00
COPYING.GPL
COPYING.LGPL
CREDITS
Changelog Beam Software SIFF demuxer and video decoder 2007-10-22 06:01:38 +00:00
Doxyfile
INSTALL
MAINTAINERS Beam Software SIFF demuxer and video decoder 2007-10-22 06:01:38 +00:00
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 Rename --disable-opts option to --disable-optimizations in order to be less 2007-10-24 19:19:02 +00:00
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.