Stefano Sabatini
3a9f2f1d65
vsrc_mandelbrot: set options through the opt framework
14 years ago
Giorgio Vazzana
c15400afc5
mandelbrot: remove always-false condition in fill_from_cache
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Michael Niedermayer
102db4f6e7
MAINTAINER: add libavfilter section and add myself to yadif & mandelbrot
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Michael Niedermayer
08dadd331f
mandelbrot: allow visualizing the period of converged points.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Michael Niedermayer
e8499ab171
mandelbrot: Add inner variable & enum for inner coloring schemes.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Michael Niedermayer
3cbe9afba5
mandelbrot: only check bailout once every 2 iterations.
Once we bailed out we calculate the exact iteration in which it would have happened if needed.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Michael Niedermayer
41fd1b2d5a
mandelbrot: add SQR() macro
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
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>
14 years ago
KO Myung-Hun
ad0bdd2fd2
lavc: add supports of OS/2 threads
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Michael Niedermayer
88166fc579
mandelbrot: unroll the innermost loop once.
This allows us to remove a if() and a variable assignment.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Michael Niedermayer
1d06608732
mandelbrot: only check periodicity once for each period instead of twice.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Michael Niedermayer
2fee131b9e
mandelbrot: use period detection depening on left pixel and not the
previous calculated pixel, this is more accurate due to the last
calculated often being farther away.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Carl Eugen Hoyos
9117592549
Cosmetics: Increase readability.
14 years ago
Carl Eugen Hoyos
eb664d4ae3
Increase Westwood Studios VQA palette dynamics.
14 years ago
Carl Eugen Hoyos
1fc573dd25
Increase Sierra VMD palette dynamics.
14 years ago
Carl Eugen Hoyos
a95906af57
Increase Pictor/PC Paint palette dynamics.
14 years ago
Carl Eugen Hoyos
105cf82acb
Increase FLI/FLC Animation palette dynamics for some samples.
14 years ago
Carl Eugen Hoyos
2b656844f8
Increase eXtended BINary text palette dynamics.
14 years ago
Carl Eugen Hoyos
942e9be5d7
Increase Bethesda VID palette dynamics.
14 years ago
Michael Niedermayer
46eae15567
mkvtimestamp v2 muxer: rename so as to avoid confusion with SMPTE timecodes.
Requested-by: Baptiste Coudurier
Approved-by: David Conrad
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Michael Niedermayer
17c95361e9
mkvtimestamp v2 muxer: remove unneeded prefixes
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Carl Eugen Hoyos
7ea77a6197
Set some Pictor/PC Paint palettes opaque.
14 years ago
Carl Eugen Hoyos
0d49dd3725
Set more KMVC palettes opaque.
14 years ago
Carl Eugen Hoyos
789da2e9f1
Set second Delphine Software International CIN palette opaque.
14 years ago
Carl Eugen Hoyos
b3c67372a5
Force opaque alpha channel for 32bit x11grab image.
Fixes ticket #163 .
Approved-by: Clemens Fruhwirth
Approved-by: Edouard Gomez
14 years ago
Giorgio Vazzana
be97e7b9c2
mandelbrot: remove unused variables
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Giorgio Vazzana
459bba58d2
mandelbrot: add missing options to the parsing code
The following options were added: end_scale, end_pts, bailout, outer.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Michael Niedermayer
545ec935a4
h264: Use mismatching frame numbers in fields to synchronize the
first/second field state independant of them being reference or not.
Fixes Ticket354
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Dominique Leuenberger
05423d3afd
RELEASE: bump to 0.8.6.git after the release
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Dominique Leuenberger
8a25d0a860
Trivial: j2kenc: fix compiler warning
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Giorgio Vazzana
6024bdb21a
mandelbrot: fix sscanf format string
Replace ',' with ':'
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Carl Eugen Hoyos
3230c756f8
Increase Bitmap Brothers JV palette dynamics.
Approved-by: Peter Ross
14 years ago
Carl Eugen Hoyos
9780c33eca
Increase Psygnosis YOP palette dynamics.
14 years ago
Carl Eugen Hoyos
ac0042f55f
Set Psygnosis YOP palette opaque.
14 years ago
Carl Eugen Hoyos
0e8da94c2f
Increase AVS palette dynamics.
14 years ago
Carl Eugen Hoyos
7b40f46fe2
Set AVS palette opaque.
14 years ago
Carl Eugen Hoyos
1d38c746fd
Set Westwood Studios VQA palette opaque.
14 years ago
Carl Eugen Hoyos
90f75f9804
Set Sierra VMD palette opaque.
14 years ago
Carl Eugen Hoyos
e9a2ffa117
Set Beam Software VB palette opaque.
14 years ago
Carl Eugen Hoyos
3b5733bcf9
Set TIFF default grascale palette opaque.
14 years ago
Carl Eugen Hoyos
fd09cd08c0
Set Tiertex Limited SEQ palette opaque.
14 years ago
Carl Eugen Hoyos
58c3538839
Set Sun Rasterfile palette opaque.
14 years ago
Carl Eugen Hoyos
7cd906c179
Set Smacker palette opaque.
14 years ago
Carl Eugen Hoyos
c99cd3e2e2
Set RL2 palette opaque.
14 years ago
Carl Eugen Hoyos
9f9a1f424e
Set QuickDraw palette opaque.
14 years ago
Carl Eugen Hoyos
3bf54ab565
Set American Laser Games MM palette opaque.
14 years ago
Carl Eugen Hoyos
64176bc1a3
Set KMVC palette opaque.
14 years ago
Carl Eugen Hoyos
4e8078e6a8
Set FLI/FLC Animation palette opaque.
14 years ago
Carl Eugen Hoyos
c0be4ea0f2
Set Electronic Arts TGV palette opaque.
14 years ago
Carl Eugen Hoyos
f628134e77
Set Electronic Arts CMV palette opaque.
14 years ago