summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_drawtext.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: fix some typosLou Logan2012-03-131-1/+1
* lavfi/drawtext: add 24 hours wrapping option for timecode.Clément Bœsch2012-03-121-0/+4
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-221-3/+3
|\
| * Mark mutable static data const where appropriate.Alex Converse2012-02-211-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-071-1/+5
|\ \ | |/
| * drawtext: add 'fix_bounds' option on coords fixingAndrey Utkin2012-02-061-6/+11
| * drawtext: fix text_{w, h} expression varsAndrey Utkin2012-02-061-0/+2
| * drawtext: add missing braces around an if() block.Andrey Utkin2012-02-051-2/+4
* | drawtext: use new public timecode API.Clément Bœsch2012-02-021-19/+15
* | timecode: set a fixed buffer size of 16B for tc string.Clément Bœsch2012-01-111-1/+1
* | drawtext: fix hard dependency to lavc (timecode).Clément Bœsch2012-01-021-0/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-311-1/+1
|\ \ | |/
| * cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun2011-12-301-1/+1
* | vf_drawtext: select YUV color for drawbox() in case YUV colorspace is usedStefano Sabatini2011-12-241-1/+1
* | timecode: rename internal ff_* symbols to avpriv_*.Clément Bœsch2011-12-121-1/+1
* | drawtext: allow burning the timecode.Clément Bœsch2011-12-121-1/+21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-081-6/+37
|\ \ | |/
| * drawtext: remove typoLuca Barbato2011-12-071-1/+1
| * drawtext: introduce rand(min, max)Luca Barbato2011-12-071-7/+27
| * drawtext: introduce explicit draw/hide variableLuca Barbato2011-12-071-1/+10
| * drawtext: make x and y parametricLuca Barbato2011-12-031-8/+125
| * drawtext: manage memory allocation betterLuca Barbato2011-12-031-132/+132
| * drawtext: refactor draw_textLuca Barbato2011-12-031-21/+46
* | vf_drawtext: support W/H parameters to reduce UI differences to qatarMichael Niedermayer2011-12-041-6/+6
* | vf_drawtext: cosmetics to reduce diff to qatarMichael Niedermayer2011-12-041-10/+10
* | vf_drawtext: Add main_w/h to improve compatibility with the modified UIMichael Niedermayer2011-12-041-6/+6
* | Fix various if parenthesis misplacements.Clément Bœsch2011-11-211-1/+1
* | Mark AVFilterPad[] compound literals as const.Reimar Döffinger2011-11-061-2/+2
* | Add const to static arrays where it was forgotten.Reimar Döffinger2011-11-051-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-031-1/+1
|\ \ | |/
| * Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-021-1/+1
* | vf_drawtext: remove mathematical constants now redundant.Nicolas George2011-10-131-9/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-131-30/+30
|\ \ | |/
| * AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-29/+29
* | vf_drawtext: apply misc style fixesStefano Sabatini2011-09-251-2/+2
* | vf_drawtext: do not reset "n" variable to 0 in case the filter is reinitedStefano Sabatini2011-09-251-1/+6
* | vf_drawtext: use ctx for expressing outlink and dtext in end_frameStefano Sabatini2011-09-241-2/+2
* | vf_drawtext: perform misc cosmetics changes to uninitStefano Sabatini2011-09-241-7/+8
* | vf_drawtext: set string defaults in the options arrayStefano Sabatini2011-09-241-6/+3
* | vf_drawtext: make x and y options parametricStefano Sabatini2011-09-241-17/+142
* | vf_drawtext: drop text wrapping featureStefano Sabatini2011-09-241-6/+0
* | vf_drawtext: do not set limitations on fontsizeStefano Sabatini2011-09-231-1/+1
* | vf_drawtext: remove useless and misnamed intermediary "baseline" variable in ...Stefano Sabatini2011-09-221-3/+2
* | vf_drawtext: fix background box coloring with RGB formats != RGBAStefano Sabatini2011-09-221-1/+1
* | vf_drawtext: prefer int over unsigned intStefano Sabatini2011-09-221-8/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-071-1/+1
|\ \ | |/
| * AVOptions: deprecate av_opt_set_defaults2Anton Khirnov2011-09-071-1/+1
* | vf_drawtext: always use expanded_text as we always support strftime() now and...Michael Niedermayer2011-09-051-1/+1
* | vf_drawtext: make strftime work without localtime_r()Michael Niedermayer2011-09-051-6/+5
* | vf_drawtext: Fix reinit to allow color changes.Michael Niedermayer2011-09-041-1/+4
OpenPOWER on IntegriCloud