summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_drawtext.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-261-2/+2
|\
| * lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-261-1/+1
* | lavfi/drawtext: use av_opt_free() to free private contextStefano Sabatini2012-06-251-10/+1
* | lavfi: define macro AVFILTER_DEFINE_CLASSStefano Sabatini2012-06-221-7/+1
* | lavfi/drawtext: remove unnecessary parentheses in init()Stefano Sabatini2012-06-221-1/+1
* | lavfi: use designated initializers for AVClassPaul B Mahol2012-06-171-3/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-131-0/+1
|\ \ | |/
| * lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-131-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-061-3/+4
|\ \ | |/
| * lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-051-3/+3
| * lavfi: make formats API private on next bump.Anton Khirnov2012-06-051-1/+2
* | lavfi: use av_default_item_name() as filter private context loggerStefano Sabatini2012-06-041-1/+1
* | lavfi: add avfilter_default_filter_name()Stefano Sabatini2012-06-041-6/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-231-2/+3
|\ \ | |/
| * lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov2012-05-221-1/+2
* | lavfi/drawtext: give a new alias "timecode_rate" to the the r/rate optionStefano Sabatini2012-05-031-0/+1
* | lavfi/drawtext: rename and document variables d_expr and d_pexprStefano Sabatini2012-05-031-7/+7
* | lavfi/drawtext: alphabetically sort the expression parametersStefano Sabatini2012-05-031-22/+20
* | vf_drawtext: fontconfig support.Nicolas George2012-04-101-8/+95
* | vf_drawtext: fix memory leak of draw expression.Nicolas George2012-04-101-0/+2
* | vf_drawtext: fix memory leak of glyph data.Nicolas George2012-04-101-0/+4
* | vf_drawtext: use drawutils.Nicolas George2012-04-041-180/+29
* | 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
OpenPOWER on IntegriCloud