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-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
2011-09-26vf_drawtext: apply misc style fixesStefano Sabatini
2011-09-26vf_drawtext: do not reset "n" variable to 0 in case the filter is reinitedStefano Sabatini
2011-09-24vf_drawtext: use ctx for expressing outlink and dtext in end_frameStefano Sabatini
2011-09-24vf_drawtext: perform misc cosmetics changes to uninitStefano Sabatini
2011-09-24vf_drawtext: set string defaults in the options arrayStefano Sabatini
2011-09-24vf_drawtext: make x and y options parametricStefano Sabatini
2011-09-24vf_drawtext: drop text wrapping featureStefano Sabatini
2011-09-23vf_drawtext: do not set limitations on fontsizeStefano Sabatini
2011-09-22vf_drawtext: remove useless and misnamed intermediary "baseline" variable in ...Stefano Sabatini
2011-09-22vf_drawtext: fix background box coloring with RGB formats != RGBAStefano Sabatini
2011-09-22vf_drawtext: prefer int over unsigned intStefano Sabatini
2011-09-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-07AVOptions: deprecate av_opt_set_defaults2Anton Khirnov
2011-09-06vf_drawtext: always use expanded_text as we always support strftime() now and...Michael Niedermayer
2011-09-05vf_drawtext: make strftime work without localtime_r()Michael Niedermayer
2011-09-04vf_drawtext: Fix reinit to allow color changes.Michael Niedermayer
2011-08-31vf_drawtext: add basetime argument to allow specifying the wall clock time of...Michael Niedermayer
2011-08-30vf_drawtext: fix segfault on reinitMichael Niedermayer
2011-08-29drawtext: Support changing parameters through reinit command at runtime.Michael Niedermayer
2011-07-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer