summaryrefslogtreecommitdiff
path: root/libavfilter/vf_drawtext.c
Commit message (Expand)AuthorAge
* Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-26
|\
| * lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-26
* | lavfi/drawtext: use av_opt_free() to free private contextStefano Sabatini2012-06-25
* | lavfi: define macro AVFILTER_DEFINE_CLASSStefano Sabatini2012-06-22
* | lavfi/drawtext: remove unnecessary parentheses in init()Stefano Sabatini2012-06-22
* | lavfi: use designated initializers for AVClassPaul B Mahol2012-06-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-13
|\|
| * lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-06
|\|
| * lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-05
| * lavfi: make formats API private on next bump.Anton Khirnov2012-06-05
* | lavfi: use av_default_item_name() as filter private context loggerStefano Sabatini2012-06-04
* | lavfi: add avfilter_default_filter_name()Stefano Sabatini2012-06-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-23
|\|
| * lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov2012-05-22
* | lavfi/drawtext: give a new alias "timecode_rate" to the the r/rate optionStefano Sabatini2012-05-03
* | lavfi/drawtext: rename and document variables d_expr and d_pexprStefano Sabatini2012-05-03
* | lavfi/drawtext: alphabetically sort the expression parametersStefano Sabatini2012-05-03
* | vf_drawtext: fontconfig support.Nicolas George2012-04-10
* | vf_drawtext: fix memory leak of draw expression.Nicolas George2012-04-10
* | vf_drawtext: fix memory leak of glyph data.Nicolas George2012-04-10
* | vf_drawtext: use drawutils.Nicolas George2012-04-04
* | cosmetics: fix some typosLou Logan2012-03-13
* | lavfi/drawtext: add 24 hours wrapping option for timecode.Clément Bœsch2012-03-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-22
|\|
| * Mark mutable static data const where appropriate.Alex Converse2012-02-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-07
|\|
| * drawtext: add 'fix_bounds' option on coords fixingAndrey Utkin2012-02-06
| * drawtext: fix text_{w, h} expression varsAndrey Utkin2012-02-06
| * drawtext: add missing braces around an if() block.Andrey Utkin2012-02-05
* | drawtext: use new public timecode API.Clément Bœsch2012-02-02
* | 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