summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_drawtext.c
Commit message (Expand)AuthorAgeFilesLines
* 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