]> git.sesse.net Git - ffmpeg/history - libavfilter/vf_drawtext.c
avfiltergraph: reindent
[ffmpeg] / libavfilter / vf_drawtext.c
2012-02-21 Alex ConverseMark mutable static data const where appropriate.
2012-02-06 Andrey Utkindrawtext: add 'fix_bounds' option on coords fixing
2012-02-06 Andrey Utkindrawtext: fix text_{w, h} expression vars
2012-02-05 Andrey Utkindrawtext: add missing braces around an if() block.
2011-12-30 Diego Biurruncosmetics: Drop unnecessary parentheses around return...
2011-12-07 Luca Barbatodrawtext: remove typo
2011-12-07 Luca Barbatodrawtext: introduce rand(min, max)
2011-12-07 Luca Barbatodrawtext: introduce explicit draw/hide variable
2011-12-03 Luca Barbatodrawtext: make x and y parametric
2011-12-03 Luca Barbatodrawtext: manage memory allocation better
2011-12-03 Luca Barbatodrawtext: refactor draw_text
2011-11-02 Diego BiurrunRemove some stray unnecessary ffmpeg references.
2011-10-12 Anton KhirnovAVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-09-07 Anton KhirnovAVOptions: deprecate av_opt_set_defaults2
2011-07-07 Diego Biurrunvf_drawtext: Remove some write-only variables.
2011-06-20 Stefano Sabatinidrawtext: add braces around initialisers for option...
2011-06-20 Stefano Sabatinidrawtext: reindent after the previous commit
2011-06-20 Stefano Sabatinidrawtext: fix strftime() text expansion
2011-05-31 Diego Biurrunvf_drawtext: Replace FFmpeg by Libav in license boilerp...
2011-05-07 Michael Niedermayerdrawtext: add shadow support.
2011-05-07 Michael Niedermayerdrawtext: factor draw_glyphs.
2011-05-07 Michael Niedermayerdrawtext: fix and optimize yuv blend.
2011-05-07 Michael Niedermayerdrawtext: get rid of divisions in the inner loop.
2011-05-07 Michael Niedermayerdrawtext: simplify chroma blend and fix chroma alpha.
2011-05-07 Stefano Sabatinilavfi: Port drawtext filter by Hemanth from the libavfi...