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