summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_drawtext.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-29/+29
* AVOptions: deprecate av_opt_set_defaults2Anton Khirnov2011-09-071-1/+1
* vf_drawtext: Remove some write-only variables.Diego Biurrun2011-07-071-15/+2
* drawtext: add braces around initialisers for option defaultsStefano Sabatini2011-06-201-29/+29
* drawtext: reindent after the previous commitStefano Sabatini2011-06-201-20/+20
* drawtext: fix strftime() text expansionStefano Sabatini2011-06-201-18/+27
* vf_drawtext: Replace FFmpeg by Libav in license boilerplate.Diego Biurrun2011-05-311-4/+4
* drawtext: add shadow support.Michael Niedermayer2011-05-071-6/+33
* drawtext: factor draw_glyphs.Michael Niedermayer2011-05-071-27/+41
* drawtext: fix and optimize yuv blend.Michael Niedermayer2011-05-071-4/+6
* drawtext: get rid of divisions in the inner loop.Michael Niedermayer2011-05-071-8/+8
* drawtext: simplify chroma blend and fix chroma alpha.Michael Niedermayer2011-05-071-3/+2
* lavfi: Port drawtext filter by Hemanth from the libavfilter soc repoStefano Sabatini2011-05-071-0/+672
OpenPOWER on IntegriCloud