summaryrefslogtreecommitdiff
path: root/libavfilter/vf_drawtext.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_drawtext: Check return code of load_glyph()Michael Niedermayer2016-04-271-1/+3
* Merge commit '9b2c57bef5e2f3f61a5fd708ba7d5351f5b3f386'Michael Niedermayer2015-04-211-5/+46
|\
| * drawtext: Add an alpha optionLuca Barbato2015-04-211-10/+38
| * Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-191-1/+1
| * lavfi: Increase drawtext font size limitsМихаил Муковников2014-12-071-1/+1
* | avfilter/drawtext: fix frame mem leakIvan Efimov2015-04-141-2/+6
* | avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-2/+1
* | vf_drawtext: add support for setting box border widthMarton Balint2015-03-311-1/+4
* | avfilter/vf_drawtext: Change enums to int, which are accessed via AVOption as...Michael Niedermayer2015-03-081-1/+1
* | 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
|\ \ | |/