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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-14cleanup: for(intMichael Niedermayer
2011-12-13lavfi: use the new audio API in amovie source filter.Clément Bœsch
2011-12-13lavfi: skip the frame in case of error.Clément Bœsch
2011-12-13yadif: support 10bit YUVLuca Barbato
2011-12-13build: move inclusion of subdir.mak to main subdir loopMans Rullgard
2011-12-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-12-12Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov
2011-12-12timecode: rename internal ff_* symbols to avpriv_*.Clément Bœsch
2011-12-12drawtext: allow burning the timecode.Clément Bœsch
2011-12-11lavfi: install libavfilter/vsrc_buffer.hAndrey Utkin
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