FFmpeg git repo
Go to file
Aurelien Jacobs 2f3b419cf1 Don't pre-scale default_duration to avoid precision loss in fps calculation.
closes Issue95

Originally committed as revision 10127 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-16 22:01:54 +00:00
doc obfuscate urls and fix note about them 2007-08-16 13:09:16 +00:00
libavcodec CONFIG_7REGS -> HAVE_7REGS 2007-08-15 21:19:13 +00:00
libavformat Don't pre-scale default_duration to avoid precision loss in fps calculation. 2007-08-16 22:01:54 +00:00
libavutil CONFIG_7REGS -> HAVE_7REGS 2007-08-15 21:19:13 +00:00
libpostproc
libswscale
tests
tools
vhook
COPYING.GPL
COPYING.LGPL
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile
README Clarify LGPL and GPL licensing of FFmpeg. 2007-08-13 22:17:29 +00:00
cmdutils.c Make cmdutils.c:parse_options accept as argument a function to parse 2007-08-13 23:03:36 +00:00
cmdutils.h Make cmdutils.c:parse_options accept as argument a function to parse 2007-08-13 23:03:36 +00:00
common.mak
configure
ffinstall.nsi
ffmpeg.c Make cmdutils.c:parse_options accept as argument a function to parse 2007-08-13 23:03:36 +00:00
ffplay.c Rename parse_arg_file function to opt_input_file for consistency. 2007-08-14 13:58:28 +00:00
ffserver.c
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.