1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-04 06:08:26 +02:00
Giorgio Vazzana e555119c73 mandelbrot: correct and simplify the formula used in NORMALIZED_ITERATION_COUNT
Use log(sqrt(mb->bailout)) instead of log(mb->bailout) because mb->bailout represent
the bailout radius squared, and then simplify the two sqrt().
This is also slightly faster.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-11-13 17:33:09 +01:00
2011-11-12 01:21:01 +01:00
2011-10-30 18:11:09 +01:00
2011-09-19 17:39:38 +02:00
2011-11-12 01:21:01 +01:00
2011-10-22 20:49:24 +02:00
2011-11-13 17:33:09 +01:00
2011-11-11 04:24:25 +01:00
2011-11-11 04:25:35 +01:00
2011-11-11 04:26:07 +01:00
2011-11-11 04:25:53 +01:00
2011-09-26 02:28:21 +02:00
2011-11-12 01:21:01 +01:00
2011-10-22 20:49:24 +02:00

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* See the LICENSE file.
Languages
C 90.3%
Assembly 7.8%
Makefile 1.3%
C++ 0.2%
Objective-C 0.2%
Other 0.1%