summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter: fix AVFilterPad video only comment.Clément Bœsch2011-11-261-2/+1
* lavfi: add libass based subtitles rendererStefano Sabatini2011-11-264-2/+246
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-263-7/+6
|\
| * Make channel layout masks unsignedMans Rullgard2011-11-254-11/+11
* | vf_boxblur: fix memleakMichael Niedermayer2011-11-251-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-243-3/+3
|\ \ | |/
| * libavfilter: reindent.Ronald S. Bultje2011-11-051-7/+7
| * avfilter: don't abort() on zero-size allocations.Ronald S. Bultje2011-11-051-3/+6
* | vsrc_mandelbrot: Fix vsrc_mandelbrot.c:358:85: warning: ‘epsilon’ may be ...Michael Niedermayer2011-11-241-1/+1
* | avfilter: Error out from avfilter_merge_formats() when there are duplicatesMichael Niedermayer2011-11-231-1/+6
* | vf_mp: rewrite vf_mp filter warning messageMichael Niedermayer2011-11-231-5/+4
* | avfilter: dont write out of array for duplicate formats in avfilter_merge_for...Michael Niedermayer2011-11-231-1/+3
* | graphparser: Fix doxy on avfilter_graph_parse() return value.Michael Niedermayer2011-11-221-1/+1
* | Fix various if parenthesis misplacements.Clément Bœsch2011-11-212-2/+2
* | vsrc_mandelbrot: fix inner=period, the previous optimizations broke it.Michael Niedermayer2011-11-211-1/+1
* | vsrc_mandelbrot: increase maxiter to 7189Michael Niedermayer2011-11-191-1/+1
* | vsrc_mandelbrot: Use threshold to detect cycles.Michael Niedermayer2011-11-191-1/+4
* | vsrc_mandelbrot: detect edges in interpol()Michael Niedermayer2011-11-191-0/+2
* | vsrc_mandelbrot: avoid a | in interpol()Michael Niedermayer2011-11-191-2/+2
* | vsrc_mandelbrot: increase default zoom speed by a factor of 2Michael Niedermayer2011-11-191-1/+1
* | vsrc_mandelbrot: spatial interpolationMichael Niedermayer2011-11-191-4/+68
* | vsrc_mandelbrot: always store values for periodicity checking, this avoids a ...Michael Niedermayer2011-11-191-3/+4
* | vsrc_mandelbrot: simplify second bailout search by not recalculating values.Michael Niedermayer2011-11-191-15/+12
* | vsrc_mandelbrot: increase zyklus array size so that optimizations can write a...Michael Niedermayer2011-11-191-1/+1
* | vsrc_mandelbrot: check bailout only once every 8 iterations, this is around 1...Michael Niedermayer2011-11-191-1/+24
* | vsrc_mandelbrot: factorize periodicity checking too.Michael Niedermayer2011-11-191-12/+12
* | vsrc_mandelbrot: factorize main calculation out into a macro.Michael Niedermayer2011-11-191-4/+6
* | lavfi: reimplement MPlayer's af_pan filter for libavfilter.Clément Bœsch2011-11-184-2/+310
* | vf_scale: Fix slice position assert to take vertical subsampling into account.Michael Niedermayer2011-11-171-1/+1
* | mandelbrot: make mincol description and code match.Michael Niedermayer2011-11-161-2/+2
* | lavfi: fix misc typo in avfilter.h header.Clément Bœsch2011-11-161-8/+8
* | cleanup: remove various double end ';' all over the code.Clément Bœsch2011-11-161-1/+1
* | mandelbrot: add dither to convergence & mincol colorings.Michael Niedermayer2011-11-151-2/+5
* | mandelbrot: make mincol the default.Michael Niedermayer2011-11-151-1/+1
* | mandelbrot: add mincol inner coloring method.Michael Niedermayer2011-11-151-0/+13
* | mandelbrot: add inner drawing method to show converence timeMichael Niedermayer2011-11-151-1/+7
* | mandelbrot: add "fractal" to the descriptionMichael Niedermayer2011-11-151-1/+1
* | mandelbrot: Fix "warning: passing argument 2 of ‘draw_mandelbrot’ from in...Michael Niedermayer2011-11-151-1/+1
* | amovie: avoid crash in amovie_request_frame() if no samplesref is availableStefano Sabatini2011-11-151-2/+4
* | mandelbrot: add math.h for log2()Michael Niedermayer2011-11-141-0/+1
* | mandelbrot: avoid INFINITY as openbsd seems not to like it.Michael Niedermayer2011-11-141-6/+7
* | pad: fix format string lengthMichael Niedermayer2011-11-141-1/+1
* | vsrc_mandelbrot: set options through the opt frameworkStefano Sabatini2011-11-132-24/+60
* | mandelbrot: remove always-false condition in fill_from_cacheGiorgio Vazzana2011-11-131-1/+1
* | mandelbrot: allow visualizing the period of converged points.Michael Niedermayer2011-11-131-1/+12
* | mandelbrot: Add inner variable & enum for inner coloring schemes.Michael Niedermayer2011-11-131-0/+5
* | mandelbrot: only check bailout once every 2 iterations.Michael Niedermayer2011-11-131-9/+1
* | mandelbrot: add SQR() macroMichael Niedermayer2011-11-131-0/+2
* | mandelbrot: correct and simplify the formula used in NORMALIZED_ITERATION_COUNTGiorgio Vazzana2011-11-131-2/+2
* | mandelbrot: unroll the innermost loop once.Michael Niedermayer2011-11-131-3/+17