1297 Commits (ac0042f55f058a228a726f8e393884115f1daa99)

Author SHA1 Message Date
Michael Niedermayer 32dd67162a mandelbrot: Print a note if the cache is too small 13 years ago
Michael Niedermayer 905202ef6e mandelbrot: increase cache size 13 years ago
Michael Niedermayer fd8d03457a mandelbrot: increase resolution, and decrease zoom speed to maintain the cpu requirement. 13 years ago
Michael Niedermayer 40d6e30c55 mandelbrot: increase default maxiter 13 years ago
Michael Niedermayer 6c5dd858b4 mandelbrot: Only use cycle detection if previous pixel was an interior pixel 13 years ago
Michael Niedermayer 50b8f9388a mandelbrot: detect cycles to speed up interior rendering. 13 years ago
Michael Niedermayer 3de934c873 mandelbrot: increase default maxiter to 1024 13 years ago
Michael Niedermayer 07f272bdbb mandelbrot: use cache to avoid recalculating points. 13 years ago
Michael Niedermayer 8ca891fc1a mandelbrot: more interresting zoom coordinates borrowed from wikipedia. 13 years ago
Michael Niedermayer ddeb194b14 mandelbrot: add a end_scale and pts so we can zoom in. 13 years ago
Michael Niedermayer dece017280 mandelbrot: center coordinate reference on the images center 13 years ago
Michael Niedermayer aa198ad679 mandelbrot: make 2 variables const 13 years ago
Michael Niedermayer 0e5b05134b mandelbrot: fix typo that led to hardcoded max iteration count. 13 years ago
Michael Niedermayer 4ccd898af2 mandelbrot: support different outer coloring methods. 13 years ago
Michael Niedermayer 75e309160b mandelbrot: make bailout a variable 13 years ago
Michael Niedermayer 847e61de4a avfilter: bump minor for mandelbrot 13 years ago
Michael Niedermayer 658d166da0 avfilter: add mandelbrot fraktal source 13 years ago
Michael Niedermayer 393b234fa1 yadif, its 2011 13 years ago
Michael Niedermayer 825481e87b yadif: reject reuse2 buffers as we cant use frames that change under our 13 years ago
Stefano Sabatini dec354ba1d vf_fade: reindent after previous commit 13 years ago
Mark Himsley 8c1fb50d07 vf_fade: add alpha option and alpha fading support 13 years ago
Mark Himsley 0d602615ab vf_fade: add support to options parsing 13 years ago
Nicolas George 68b531fe6a src_movie: set the channel layout to default if the codec did not set it. 13 years ago
Reimar Döffinger 5af7daabc4 Mark AVFilterPad[] compound literals as const. 13 years ago
Reimar Döffinger b052601b95 Make another static array const. 13 years ago
Reimar Döffinger 6f6ab1d9f3 Make another PixelFormat list const. 13 years ago
Reimar Döffinger d7e95ccd9f Make PIX_FMT format list arrays const. 13 years ago
Reimar Döffinger d78473334e Add const to static arrays where it was forgotten. 13 years ago
Ronald S. Bultje 43317fd52c libavfilter: reindent. 13 years ago
Ronald S. Bultje 23a8b4ddfc avfilter: don't abort() on zero-size allocations. 13 years ago
Michael Niedermayer c28ea94cd7 af_volume: exp10() is a GNU extension. 13 years ago
Stefano Sabatini 3a1045dfda af_earwax: copy input buffer properties to output 13 years ago
Mina Nagy Zaki fa4f06ab5e lavfi: add earwax audio filter, ported from Sox 13 years ago
Stefano Sabatini 618ac71354 lavfi: add volume filter 13 years ago
Stefano Sabatini 1fc7077115 lavfi: increase number of maximum registered filters from 64 to 128 13 years ago
Stefano Sabatini 217790871e lavfi: issue error if maximum number of filters is reached 13 years ago
Alex Converse 0d7a16a946 avfilter: Don't copy garbage from the stack when setting up video pictures. 13 years ago
Reimar Döffinger 96949dafcc Replace all strcasecmp/strncasecmp usages. 13 years ago
Stefano Sabatini 0b3e9d5dc6 vf_overlay: adopts FAST_DIV255 macro for calculating destination alpha 13 years ago
Mark Himsley 91dfb73852 vf_fade: fade to correct CCIR601/709 black level 13 years ago
Diego Biurrun 959cfbf3f4 vsrc_testsrc: fix mailing list reference URL 13 years ago
Diego Biurrun 124e28847b Remove some stray unnecessary ffmpeg references. 13 years ago
Michael Niedermayer 3fd0f6ed25 vf_transpose: remove pix_fmts which can currently not be supported. 13 years ago
Stefano Sabatini 30647fb45a lavfi: bump micro after recent changes in the overlay filter 13 years ago
Stefano Sabatini 2f7c8aefa8 vf_overlay: add support to alpha pre-multiplication in the RGBA path 13 years ago
Stefano Sabatini 3013bfa81e vf_overlay: enable RGB path 13 years ago
Stefano Sabatini b54c0a552d vf_overlay: use opt.h API for setting options 13 years ago
Stefano Sabatini 8dc90371b1 lavfi: add internal function ff_fill_rgba_map() 13 years ago
Clément Bœsch 9bd23f6815 ashowinfo: fix typo in description. 13 years ago
Clément Bœsch a0b7853f7a vf_showinfo: print checksums in hexadecimal. 13 years ago