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-06-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-13lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov
2012-06-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-05lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov
2012-06-05lavfi: make formats API private on next bump.Anton Khirnov
2012-06-04lavfi: use av_default_item_name() as filter private context loggerStefano Sabatini
2012-06-04lavfi: add avfilter_default_filter_name()Stefano Sabatini
2012-05-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-22lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov
2012-05-03lavfi/drawtext: give a new alias "timecode_rate" to the the r/rate optionStefano Sabatini
2012-05-03lavfi/drawtext: rename and document variables d_expr and d_pexprStefano Sabatini
2012-05-03lavfi/drawtext: alphabetically sort the expression parametersStefano Sabatini
2012-04-10vf_drawtext: fontconfig support.Nicolas George
2012-04-10vf_drawtext: fix memory leak of draw expression.Nicolas George
2012-04-10vf_drawtext: fix memory leak of glyph data.Nicolas George
2012-04-04vf_drawtext: use drawutils.Nicolas George
2012-03-13cosmetics: fix some typosLou Logan
2012-03-12lavfi/drawtext: add 24 hours wrapping option for timecode.Clément Bœsch
2012-02-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-21Mark mutable static data const where appropriate.Alex Converse
2012-02-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-06drawtext: add 'fix_bounds' option on coords fixingAndrey Utkin
2012-02-06drawtext: fix text_{w, h} expression varsAndrey Utkin
2012-02-05drawtext: add missing braces around an if() block.Andrey Utkin
2012-02-02drawtext: use new public timecode API.Clément Bœsch
2012-01-11timecode: set a fixed buffer size of 16B for tc string.Clément Bœsch
2012-01-02drawtext: fix hard dependency to lavc (timecode).Clément Bœsch
2011-12-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-31cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun
2011-12-24vf_drawtext: select YUV color for drawbox() in case YUV colorspace is usedStefano Sabatini
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-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-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-21Fix various if parenthesis misplacements.Clément Bœsch
2011-11-06Mark AVFilterPad[] compound literals as const.Reimar Döffinger
2011-11-05Add const to static arrays where it was forgotten.Reimar Döffinger
2011-11-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-02Remove some stray unnecessary ffmpeg references.Diego Biurrun
2011-10-13vf_drawtext: remove mathematical constants now redundant.Nicolas George
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov