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
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
2011-07-07vf_drawtext: Remove some write-only variables.Diego Biurrun
2011-06-20drawtext: add braces around initialisers for option defaultsStefano Sabatini
2011-06-20drawtext: reindent after the previous commitStefano Sabatini
2011-06-20drawtext: fix strftime() text expansionStefano Sabatini
2011-06-20lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki
2011-05-31vf_drawtext: Replace FFmpeg by Libav in license boilerplate.Diego Biurrun
2011-05-17drawtext: specify union type for setting default optionsStefano Sabatini
2011-05-17drawtext: reindent after the previous commitStefano Sabatini
2011-05-17drawtext: fix strftime() text expansionStefano Sabatini
2011-05-07drawtext: add shadow support.Michael Niedermayer
2011-05-07drawtext: factor draw_glyphs.Michael Niedermayer
2011-05-07drawtext: fix and optimize yuv blend.Michael Niedermayer