Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-04lavfi/fade: fix black level for non studio-level pixel formatsStefano Sabatini
2012-01-04vf_drawtext: select YUV color for drawbox() in case YUV colorspace is usedStefano Sabatini
2012-01-04lavfi: add missing check in avfilter_filter_samples()Stefano Sabatini
2011-12-14lavfi: skip the frame in case of error.Clément Bœsch
2011-12-14cleanup: for(intMichael Niedermayer
2011-12-11life: add mold, mold_color, life_color and death_color options.Clément Bœsch
2011-12-11life: add seed information in filter summary.Clément Bœsch
2011-12-11lavfi: add cellauto sourceStefano Sabatini
2011-12-09buffersink: Implement a poll function.Michael Niedermayer
2011-12-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-07drawtext: remove typoLuca Barbato
2011-12-07drawtext: introduce rand(min, max)Luca Barbato
2011-12-07drawtext: introduce explicit draw/hide variableLuca Barbato
2011-12-06vsrc_life: fix comment in parse_rule()Stefano Sabatini
2011-12-06vf_scale: give a clue in case of invalid expression self-referenceStefano Sabatini
2011-12-05vf_scale: support PAL8 output by producing BGR8.Reimar Döffinger
2011-12-05lavfi: add life sourceStefano Sabatini
2011-12-05aevalsrc: add duration optionStefano Sabatini
2011-12-04vf_drawtext: support W/H parameters to reduce UI differences to qatarMichael Niedermayer
2011-12-04vf_drawtext: cosmetics to reduce diff to qatarMichael Niedermayer
2011-12-04vf_drawtext: Add main_w/h to improve compatibility with the modified UIMichael Niedermayer
2011-12-03drawtext: make x and y parametricLuca Barbato
2011-12-03drawtext: manage memory allocation betterLuca Barbato
2011-12-03drawtext: refactor draw_textLuca Barbato
2011-11-30avfilter: align allocated images to 32 for AVX and IFFMichael Niedermayer
2011-11-26avfilter: fix AVFilterPad video only comment.Clément Bœsch
2011-11-26lavfi: add libass based subtitles rendererStefano Sabatini
2011-11-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-25Make channel layout masks unsignedMans Rullgard
2011-11-25vf_boxblur: fix memleakMichael Niedermayer
2011-11-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-24vsrc_mandelbrot: Fix vsrc_mandelbrot.c:358:85: warning: ‘epsilon’ may be ...Michael Niedermayer
2011-11-23avfilter: Error out from avfilter_merge_formats() when there are duplicatesMichael Niedermayer
2011-11-23vf_mp: rewrite vf_mp filter warning messageMichael Niedermayer
2011-11-23avfilter: dont write out of array for duplicate formats in avfilter_merge_for...Michael Niedermayer
2011-11-22graphparser: Fix doxy on avfilter_graph_parse() return value.Michael Niedermayer
2011-11-21Fix various if parenthesis misplacements.Clément Bœsch
2011-11-21vsrc_mandelbrot: fix inner=period, the previous optimizations broke it.Michael Niedermayer
2011-11-20vsrc_mandelbrot: increase maxiter to 7189Michael Niedermayer
2011-11-20vsrc_mandelbrot: Use threshold to detect cycles.Michael Niedermayer
2011-11-20vsrc_mandelbrot: detect edges in interpol()Michael Niedermayer
2011-11-20vsrc_mandelbrot: avoid a | in interpol()Michael Niedermayer
2011-11-19vsrc_mandelbrot: increase default zoom speed by a factor of 2Michael Niedermayer
2011-11-19vsrc_mandelbrot: spatial interpolationMichael Niedermayer
2011-11-19vsrc_mandelbrot: always store values for periodicity checking, this avoids a ...Michael Niedermayer
2011-11-19vsrc_mandelbrot: simplify second bailout search by not recalculating values.Michael Niedermayer
2011-11-19vsrc_mandelbrot: increase zyklus array size so that optimizations can write a...Michael Niedermayer
2011-11-19vsrc_mandelbrot: check bailout only once every 8 iterations, this is around 1...Michael Niedermayer
2011-11-19vsrc_mandelbrot: factorize periodicity checking too.Michael Niedermayer
2011-11-19vsrc_mandelbrot: factorize main calculation out into a macro.Michael Niedermayer