summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_drawtext.c
Commit message (Expand)AuthorAgeFilesLines
* drawtext: Move the strftime expansion in a separate functionLuca Barbato2015-08-021-17/+29
* drawtext: Drop stray guardsLuca Barbato2015-08-021-5/+1
* drawtext: Add an alpha optionLuca Barbato2015-04-211-10/+38
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-191-1/+1
* lavfi: Increase drawtext font size limitsМихаил Муковников2014-12-071-1/+1
* drawtext: Remove the ifdef for localtime_rMartin Storsjö2014-10-261-3/+1
* vf_drawtext: Do not leak the mmapped textfileLuca Barbato2014-10-181-1/+4
* lavfi: name anonymous structsVittorio Giovara2014-04-191-2/+2
* drawtext: Add fontconfig supportLuca Barbato2014-04-171-4/+96
* drawtext: Drop pointless headerLuca Barbato2014-01-061-1/+0
* lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-281-1/+1
* vf_drawtext: don't leak the expressions.Anton Khirnov2013-05-171-0/+8
* vf_drawtext: do not reset the frame number in config_input.Anton Khirnov2013-05-171-1/+0
* vf_drawtext: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-156/+156
* lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-091-1/+1
* vf_drawtext: switch to an AVOptions-based system.Anton Khirnov2013-04-091-51/+37
* lavfi: switch to AVFrame.Anton Khirnov2013-03-081-30/+28
* Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-041-2/+0
* lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-281-31/+7
* vf_drawtext: do not use deprecated av_tree_node_sizeAnton Khirnov2012-11-021-1/+1
* lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-121-1/+1
* lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-101-14/+26
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-8/+8
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-6/+6
* avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-041-1/+1
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-041-15/+15
* Add more missing includes after removing the implicit common.hMartin Storsjö2012-08-161-0/+1
* lavfi: add error handling to end_frame().Anton Khirnov2012-07-221-3/+6
* lavfi: add error handling to draw_slice().Anton Khirnov2012-07-221-1/+4
* lavfi: add error handling to start_frame().Anton Khirnov2012-07-221-7/+9
* lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-211-14/+14
* lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov2012-07-201-1/+0
* vf_drawtext: don't give up its own reference to the input buffer.Anton Khirnov2012-07-201-1/+4
* lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-261-1/+1
* lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-131-0/+1
* 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: remove avfilter_null_* from public API on next bump.Anton Khirnov2012-05-221-1/+2
* Mark mutable static data const where appropriate.Alex Converse2012-02-211-3/+3
* 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
* cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun2011-12-301-1/+1
* 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
* Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-021-1/+1
OpenPOWER on IntegriCloud