mp3: Properly use AVCodecContext API
[platform/upstream/libav.git] / libavfilter / vf_drawtext.c
2015-01-12 Luca Barbatovf_drawtext: Do not leak the mmapped textfile
2014-04-19 Vittorio Giovaralavfi: name anonymous structs
2014-04-16 Luca Barbatodrawtext: Add fontconfig support
2014-01-06 Luca Barbatodrawtext: Drop pointless header
2013-10-28 Anton Khirnovlavfi: do not export the filters from shared objects
2013-05-17 Anton Khirnovvf_drawtext: don't leak the expressions.
2013-05-17 Anton Khirnovvf_drawtext: do not reset the frame number in config_input.
2013-05-16 Anton Khirnovvf_drawtext: use the name 's' for the pointer to the...
2013-04-09 Anton Khirnovlavfi: remove now unused args parameter from AVFilter...
2013-04-09 Anton Khirnovvf_drawtext: switch to an AVOptions-based system.
2013-03-08 Anton Khirnovlavfi: switch to AVFrame.
2012-12-04 Anton KhirnovRemove pointless #undefs of previously forbidden functions.
2012-11-28 Anton Khirnovlavfi: merge start_frame/draw_slice/end_frame
2012-11-02 Anton Khirnovvf_drawtext: do not use deprecated av_tree_node_size
2012-10-12 Anton Khirnovlavfi: do not use av_pix_fmt_descriptors directly.
2012-10-10 Mans Rullgardlavfi: convert input/ouput list compound literals to...
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
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...