summaryrefslogtreecommitdiff
path: root/libavfilter/vf_drawtext.c
Commit message (Expand)AuthorAge
* avfilter/vf_drawtext: use gm_time_r() for thread safteyMichael Niedermayer2014-11-02
* Merge commit '6b9b42cc5576e1819ad1e29d98940066fd14b2d6'Michael Niedermayer2014-10-26
|\
| * drawtext: Remove the ifdef for localtime_rMartin Storsjö2014-10-26
* | Merge commit 'f401792595dd7760f531e8a3bd2336e9033bd45a'Michael Niedermayer2014-10-18
|\|
| * vf_drawtext: Do not leak the mmapped textfileLuca Barbato2014-10-18
* | avfilter: remove obsolete FF_API_DRAWTEXT_OLD_TIMELINE cruftJames Almer2014-10-12
* | vf_drawtext: add missing clear of pointers after av_expr_free()Karl Kiniger2014-10-11
* | vf_drawtext: move "static const" before "struct".Reimar Döffinger2014-08-31
* | Add missing "const" all over the place.Reimar Döffinger2014-08-29
* | lavfi/drawtext: add alias "expr_int_format" to expansion function "eif"Andrey Utkin2014-07-18
* | lavfi/drawtext: add fontcolor_expr optionAndrey Utkin2014-07-17
* | lavfi/drawtext: add expansion function eif()Andrey Utkin2014-07-17
* | avfilter/drawtext: Add basic text shaping using libfribidiMarc Jeffreys2014-07-16
* | avfilter/vf_drawtext: Add #if HAVE_UNISTD_H around #include <unistd.h>Michael Niedermayer2014-07-08
* | lavfi/drawtext: do not allocate FT_Glyph, but keep it in the Glyph structureStefano Sabatini2014-07-05
* | avfilter/vf_drawtext: fix resource leakLeandro Santiago2014-07-03
* | drawtext: drop unused draw_glyphs() arg "rgbcolor"Andrey Utkin2014-06-22
* | lavfi/drawtext: allow to format pts as HH:MM:SS.mmm.Nicolas George2014-04-29
* | avfilter/vf_drawtext: fix resource leaksMichael Niedermayer2014-04-27
* | Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer2014-04-19
|\|
| * lavfi: name anonymous structsVittorio Giovara2014-04-19
* | Merge commit 'f1b239ec8b38474d31f3bfea1f0b1693774fa432'Michael Niedermayer2014-04-17
|\|
| * drawtext: Add fontconfig supportLuca Barbato2014-04-17
| * drawtext: Drop pointless headerLuca Barbato2014-01-06
* | Fix compilation with msvc/icl due to missing header and define.Matt Oliver2014-02-03
* | lavfi/drawtext: fix reinit commandAndrey Utkin2014-02-02
* | lavfi/drawtext: add option for drawing border around textRamiro Polla2014-01-25
* | lavfi/drawtext: get bitmap from glyph in a separate stepRamiro Polla2014-01-25
* | configure: Special case libfreetype testAlexander Strasser2013-12-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
|\|
| * lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-28
* | avfilter/vf_drawtext: remove dead initializationPaul B Mahol2013-10-07
* | avfilter: various cosmeticsPaul B Mahol2013-09-12
* | avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol2013-09-07
* | lavfi/drawtext: add generic timeline interface and deprecate "draw".Clément Bœsch2013-09-03
* | lavfi/drawtext: add support for printing frame metadataPaul B Mahol2013-07-09
* | add the start_number offset to var_values[VAR_N] directly, instead of adding ...Mark Visser2013-06-18
* | added start_number parameter to drawtext to permit an offset to n/frame_num varMark Visser2013-06-14
* | avfilter/vf_drawtext: Fix doxygen commentMichael Niedermayer2013-05-24
* | lavfi/drawtext: switch to AV_OPT_TYPE_COLORPaul B Mahol2013-05-17
* | Merge commit '3fb29588a27a711132106b924e27b53789a58dcb'Michael Niedermayer2013-05-17
|\|
| * vf_drawtext: don't leak the expressions.Anton Khirnov2013-05-17
* | Merge commit '4c205f42c86ccefa093c59434669af34ad14a52b'Michael Niedermayer2013-05-17
|\|
| * vf_drawtext: do not reset the frame number in config_input.Anton Khirnov2013-05-17
* | Merge commit 'c0279956b3ca3e5fd0a6a25253893d6f07000e68'Michael Niedermayer2013-05-16
|\|
| * vf_drawtext: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
| * lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-09
* | avfilter/drawtext: add pict_type supportMichael Niedermayer2013-04-23
* | lavfi: add frame counter into AVFilterLink and use it in filters.Clément Bœsch2013-04-23
* | lavfi/drawtext: make options array more readable.Clément Bœsch2013-04-15