FFmpeg git repo
Go to file
Michael Kostylev a33cab3a9a Check for the presence of llrint(), lrint(), round() and roundf()
and provide simple replacements if they are unavailable.
patch by Michael Kostylev, mik niipt ru

Originally committed as revision 11326 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-12-27 01:53:02 +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 Check for the presence of sys/select.h and conditionally #include it. 2007-12-27 01:38:50 +00:00
libavutil Check for the presence of llrint(), lrint(), round() and roundf() 2007-12-27 01:53:02 +00:00
libpostproc spelling 2007-12-01 22:21:04 +00:00
libswscale comment typo fixes 2007-12-21 11:47:09 +00:00
tests
tools
vhook
Changelog
cmdutils.c
cmdutils.h
common.mak
configure Check for the presence of llrint(), lrint(), round() and roundf() 2007-12-27 01:53:02 +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.