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