summaryrefslogtreecommitdiff
path: root/libavfilter/vf_drawtext.c
Commit message (Expand)AuthorAge
* timecode: set a fixed buffer size of 16B for tc string.Clément Bœsch2012-01-11
* drawtext: fix hard dependency to lavc (timecode).Clément Bœsch2012-01-02
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-31
|\
| * cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun2011-12-30
* | vf_drawtext: select YUV color for drawbox() in case YUV colorspace is usedStefano Sabatini2011-12-24
* | timecode: rename internal ff_* symbols to avpriv_*.Clément Bœsch2011-12-12
* | drawtext: allow burning the timecode.Clément Bœsch2011-12-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-08
|\|
| * drawtext: remove typoLuca Barbato2011-12-07
| * drawtext: introduce rand(min, max)Luca Barbato2011-12-07
| * drawtext: introduce explicit draw/hide variableLuca Barbato2011-12-07
| * drawtext: make x and y parametricLuca Barbato2011-12-03
| * drawtext: manage memory allocation betterLuca Barbato2011-12-03
| * drawtext: refactor draw_textLuca Barbato2011-12-03
* | vf_drawtext: support W/H parameters to reduce UI differences to qatarMichael Niedermayer2011-12-04
* | vf_drawtext: cosmetics to reduce diff to qatarMichael Niedermayer2011-12-04
* | vf_drawtext: Add main_w/h to improve compatibility with the modified UIMichael Niedermayer2011-12-04
* | Fix various if parenthesis misplacements.Clément Bœsch2011-11-21
* | Mark AVFilterPad[] compound literals as const.Reimar Döffinger2011-11-06
* | Add const to static arrays where it was forgotten.Reimar Döffinger2011-11-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-03
|\|
| * Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-02
* | vf_drawtext: remove mathematical constants now redundant.Nicolas George2011-10-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-13
|\|
| * AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* | vf_drawtext: apply misc style fixesStefano Sabatini2011-09-25
* | vf_drawtext: do not reset "n" variable to 0 in case the filter is reinitedStefano Sabatini2011-09-25
* | vf_drawtext: use ctx for expressing outlink and dtext in end_frameStefano Sabatini2011-09-24
* | vf_drawtext: perform misc cosmetics changes to uninitStefano Sabatini2011-09-24
* | vf_drawtext: set string defaults in the options arrayStefano Sabatini2011-09-24
* | vf_drawtext: make x and y options parametricStefano Sabatini2011-09-24
* | vf_drawtext: drop text wrapping featureStefano Sabatini2011-09-24
* | vf_drawtext: do not set limitations on fontsizeStefano Sabatini2011-09-23
* | vf_drawtext: remove useless and misnamed intermediary "baseline" variable in ...Stefano Sabatini2011-09-22
* | vf_drawtext: fix background box coloring with RGB formats != RGBAStefano Sabatini2011-09-22
* | vf_drawtext: prefer int over unsigned intStefano Sabatini2011-09-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-07
|\|
| * AVOptions: deprecate av_opt_set_defaults2Anton Khirnov2011-09-07
* | vf_drawtext: always use expanded_text as we always support strftime() now and...Michael Niedermayer2011-09-05
* | vf_drawtext: make strftime work without localtime_r()Michael Niedermayer2011-09-05
* | vf_drawtext: Fix reinit to allow color changes.Michael Niedermayer2011-09-04
* | vf_drawtext: add basetime argument to allow specifying the wall clock time of...Michael Niedermayer2011-08-30
* | vf_drawtext: fix segfault on reinitMichael Niedermayer2011-08-30
* | drawtext: Support changing parameters through reinit command at runtime.Michael Niedermayer2011-08-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-08
|\|
| * vf_drawtext: Remove some write-only variables.Diego Biurrun2011-07-07
| * drawtext: add braces around initialisers for option defaultsStefano Sabatini2011-06-20
| * drawtext: reindent after the previous commitStefano Sabatini2011-06-20
| * drawtext: fix strftime() text expansionStefano Sabatini2011-06-20
| * vf_drawtext: Replace FFmpeg by Libav in license boilerplate.Diego Biurrun2011-05-31