FFmpeg git repo
Go to file
Michael Niedermayer 9de0be61be Do not force fps unless the user actually specified one.
fixes issue309

Originally committed as revision 11322 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-12-26 22:28:22 +00:00
doc closed/needs_more_info state 2007-12-21 22:03:14 +00:00
libavcodec PC Paintbrush PCX image decoder 2007-12-26 22:17:46 +00:00
libavdevice
libavformat Do not force fps unless the user actually specified one. 2007-12-26 22:28:22 +00:00
libavutil djgpp port, first part 2007-12-24 12:49:27 +00:00
libpostproc
libswscale comment typo fixes 2007-12-21 11:47:09 +00:00
tests
tools
vhook
Changelog
cmdutils.c
cmdutils.h
common.mak
configure djgpp port, first part 2007-12-24 12:49:27 +00:00
COPYING.GPL
COPYING.LGPL
CREDITS
Doxyfile
ffinstall.nsi
ffmpeg.c Do not force fps unless the user actually specified one. 2007-12-26 22:28:22 +00:00
ffplay.c
ffserver.c comment typo fixes 2007-12-21 11:50:18 +00:00
ffserver.h
INSTALL
MAINTAINERS
Makefile
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.