summaryrefslogtreecommitdiff
path: root/libavfilter/vf_drawtext.c
Commit message (Expand)AuthorAge
* 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
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* AVOptions: deprecate av_opt_set_defaults2Anton Khirnov2011-09-07
* vf_drawtext: Remove some write-only variables.Diego Biurrun2011-07-07
* drawtext: add braces around initialisers for option defaultsStefano Sabatini2011-06-20
* drawtext: reindent after the previous commitStefano Sabatini2011-06-20
* drawtext: fix strftime() text expansionStefano Sabatini2011-06-20
* vf_drawtext: Replace FFmpeg by Libav in license boilerplate.Diego Biurrun2011-05-31
* drawtext: add shadow support.Michael Niedermayer2011-05-07
* drawtext: factor draw_glyphs.Michael Niedermayer2011-05-07
* drawtext: fix and optimize yuv blend.Michael Niedermayer2011-05-07
* drawtext: get rid of divisions in the inner loop.Michael Niedermayer2011-05-07
* drawtext: simplify chroma blend and fix chroma alpha.Michael Niedermayer2011-05-07
* lavfi: Port drawtext filter by Hemanth from the libavfilter soc repoStefano Sabatini2011-05-07