summaryrefslogtreecommitdiff
path: root/libavfilter/vf_drawtext.c
Commit message (Expand)AuthorAge
* avfilter/vf_drawtext: Check return code of load_glyph()Michael Niedermayer2016-04-24
* avfilter/vf_drawtext: add optional default value to metadata functionTobias Rapp2016-04-13
* lavfi/drawtext: Fix microsecond display.Carl Eugen Hoyos2016-01-03
* lavfi/vf_drawtext: replace round by llrintGanesh Ajjanagadde2015-12-21
* lavfi/drawtext: fix shadow[xy] descriptionsClément Bœsch2015-12-21
* lavfi/drawtext: hide first font load warning when fontconfig is presentClément Bœsch2015-12-21
* lavfi/drawtext: fix crash when no text, file or timecode providedClément Bœsch2015-12-21
* avutil/tree: add additional const qualifier to the comparatorGanesh Ajjanagadde2015-10-24
* all: remove some casts of function pointer to void *Ganesh Ajjanagadde2015-10-24
* avfilter/drawtext: allow to format pts with strftimeAlex Agranovsky2015-10-12
* avfilter/drawtext: use AV_OPT_TYPE_BOOL for a few optionsClément Bœsch2015-09-08
* Merge commit '9b2c57bef5e2f3f61a5fd708ba7d5351f5b3f386'Michael Niedermayer2015-04-21
|\
| * drawtext: Add an alpha optionLuca Barbato2015-04-21
| * Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
| * lavfi: Increase drawtext font size limitsМихаил Муковников2014-12-07
* | avfilter/drawtext: fix frame mem leakIvan Efimov2015-04-14
* | avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* | vf_drawtext: add support for setting box border widthMarton Balint2015-03-31
* | avfilter/vf_drawtext: Change enums to int, which are accessed via AVOption as...Michael Niedermayer2015-03-08
* | 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