]> git.sesse.net Git - ffmpeg/history - libavfilter/vf_drawtext.c
rtpdec_jpeg: Merge two if statements
[ffmpeg] / libavfilter / vf_drawtext.c
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_FLAGS in the...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_CONST in the...
2012-08-16 Martin StorsjöAdd more missing includes after removing the implicit...
2012-07-22 Anton Khirnovlavfi: add error handling to end_frame().
2012-07-22 Anton Khirnovlavfi: add error handling to draw_slice().
2012-07-22 Anton Khirnovlavfi: add error handling to start_frame().
2012-07-21 Ronald S. Bultjelavfi: use const for AVFilterPad declarations in all...
2012-07-20 Anton Khirnovlavfi: unref AVFilterLink.cur_buf in ff_end_frame().
2012-07-20 Anton Khirnovvf_drawtext: don't give up its own reference to the...
2012-06-26 Anton Khirnovlavfi: remove 'opaque' parameter from AVFilter.init()
2012-06-13 Anton Khirnovlavfi: make AVFilterPad opaque after two major bumps.
2012-06-05 Anton Khirnovlavfi: remove request/poll and drawing functions from...
2012-06-05 Anton Khirnovlavfi: make formats API private on next bump.
2012-05-22 Anton Khirnovlavfi: remove avfilter_null_* from public API on next...
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...