| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_drawtext: fixed default/flt formatting ignoring offset parameter | Alex Agranovsky | 2016-11-06 | 1 | -1/+1 |
* | avfilter/drawutils: allow drawing opaque text on transparent background | Paul B Mahol | 2016-09-21 | 1 | -1/+1 |
* | avfilter/vf_drawtext: Check return code of load_glyph() | Michael Niedermayer | 2016-04-24 | 1 | -1/+3 |
* | avfilter/vf_drawtext: add optional default value to metadata function | Tobias Rapp | 2016-04-13 | 1 | -1/+3 |
* | lavfi/drawtext: Fix microsecond display. | Carl Eugen Hoyos | 2016-01-03 | 1 | -1/+1 |
* | lavfi/vf_drawtext: replace round by llrint | Ganesh Ajjanagadde | 2015-12-21 | 1 | -1/+1 |
* | lavfi/drawtext: fix shadow[xy] descriptions | Clément Bœsch | 2015-12-21 | 1 | -2/+2 |
* | lavfi/drawtext: hide first font load warning when fontconfig is present | Clément Bœsch | 2015-12-21 | 1 | -0/+2 |
* | lavfi/drawtext: fix crash when no text, file or timecode provided | Clément Bœsch | 2015-12-21 | 1 | -6/+6 |
* | avutil/tree: add additional const qualifier to the comparator | Ganesh Ajjanagadde | 2015-10-24 | 1 | -1/+1 |
* | all: remove some casts of function pointer to void * | Ganesh Ajjanagadde | 2015-10-24 | 1 | -1/+1 |
* | avfilter/drawtext: allow to format pts with strftime | Alex Agranovsky | 2015-10-12 | 1 | -1/+11 |
* | avfilter/drawtext: use AV_OPT_TYPE_BOOL for a few options | Clément Bœsch | 2015-09-08 | 1 | -5/+5 |
* | Merge commit '9b2c57bef5e2f3f61a5fd708ba7d5351f5b3f386' | Michael Niedermayer | 2015-04-21 | 1 | -5/+46 |
|\ |
|
| * | drawtext: Add an alpha option | Luca Barbato | 2015-04-21 | 1 | -10/+38 |
| * | Replace av_dlog with normal av_log at trace level | Vittorio Giovara | 2015-04-19 | 1 | -1/+1 |
| * | lavfi: Increase drawtext font size limits | Михаил Муковников | 2014-12-07 | 1 | -1/+1 |
* | | avfilter/drawtext: fix frame mem leak | Ivan Efimov | 2015-04-14 | 1 | -2/+6 |
* | | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -2/+1 |
* | | vf_drawtext: add support for setting box border width | Marton Balint | 2015-03-31 | 1 | -1/+4 |
* | | avfilter/vf_drawtext: Change enums to int, which are accessed via AVOption as... | Michael Niedermayer | 2015-03-08 | 1 | -1/+1 |
* | | avfilter/vf_drawtext: use gm_time_r() for thread saftey | Michael Niedermayer | 2014-11-02 | 1 | -1/+1 |
* | | Merge commit '6b9b42cc5576e1819ad1e29d98940066fd14b2d6' | Michael Niedermayer | 2014-10-26 | 1 | -7/+1 |
|\| |
|
| * | drawtext: Remove the ifdef for localtime_r | Martin Storsjö | 2014-10-26 | 1 | -3/+1 |
* | | Merge commit 'f401792595dd7760f531e8a3bd2336e9033bd45a' | Michael Niedermayer | 2014-10-18 | 1 | -1/+1 |
|\| |
|
| * | vf_drawtext: Do not leak the mmapped textfile | Luca Barbato | 2014-10-18 | 1 | -1/+4 |
* | | avfilter: remove obsolete FF_API_DRAWTEXT_OLD_TIMELINE cruft | James Almer | 2014-10-12 | 1 | -44/+0 |
* | | vf_drawtext: add missing clear of pointers after av_expr_free() | Karl Kiniger | 2014-10-11 | 1 | -0/+2 |
* | | vf_drawtext: move "static const" before "struct". | Reimar Döffinger | 2014-08-31 | 1 | -2/+2 |
* | | Add missing "const" all over the place. | Reimar Döffinger | 2014-08-29 | 1 | -1/+1 |
* | | lavfi/drawtext: add alias "expr_int_format" to expansion function "eif" | Andrey Utkin | 2014-07-18 | 1 | -1/+2 |
* | | lavfi/drawtext: add fontcolor_expr option | Andrey Utkin | 2014-07-17 | 1 | -5/+21 |
* | | lavfi/drawtext: add expansion function eif() | Andrey Utkin | 2014-07-17 | 1 | -0/+62 |
* | | avfilter/drawtext: Add basic text shaping using libfribidi | Marc Jeffreys | 2014-07-16 | 1 | -6/+117 |
* | | avfilter/vf_drawtext: Add #if HAVE_UNISTD_H around #include <unistd.h> | Michael Niedermayer | 2014-07-08 | 1 | -0/+2 |
* | | lavfi/drawtext: do not allocate FT_Glyph, but keep it in the Glyph structure | Stefano Sabatini | 2014-07-05 | 1 | -11/+9 |
* | | avfilter/vf_drawtext: fix resource leak | Leandro Santiago | 2014-07-03 | 1 | -4/+7 |
* | | drawtext: drop unused draw_glyphs() arg "rgbcolor" | Andrey Utkin | 2014-06-22 | 1 | -4/+4 |
* | | lavfi/drawtext: allow to format pts as HH:MM:SS.mmm. | Nicolas George | 2014-04-29 | 1 | -2/+35 |
* | | avfilter/vf_drawtext: fix resource leaks | Michael Niedermayer | 2014-04-27 | 1 | -1/+5 |
* | | Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b' | Michael Niedermayer | 2014-04-19 | 1 | -2/+2 |
|\| |
|
| * | lavfi: name anonymous structs | Vittorio Giovara | 2014-04-19 | 1 | -2/+2 |
* | | Merge commit 'f1b239ec8b38474d31f3bfea1f0b1693774fa432' | Michael Niedermayer | 2014-04-17 | 1 | -38/+68 |
|\| |
|
| * | drawtext: Add fontconfig support | Luca Barbato | 2014-04-17 | 1 | -4/+96 |
| * | drawtext: Drop pointless header | Luca Barbato | 2014-01-06 | 1 | -1/+0 |
* | | Fix compilation with msvc/icl due to missing header and define. | Matt Oliver | 2014-02-03 | 1 | -1/+3 |
* | | lavfi/drawtext: fix reinit command | Andrey Utkin | 2014-02-02 | 1 | -0/+2 |
* | | lavfi/drawtext: add option for drawing border around text | Ramiro Polla | 2014-01-25 | 1 | -8/+45 |
* | | lavfi/drawtext: get bitmap from glyph in a separate step | Ramiro Polla | 2014-01-25 | 1 | -4/+10 |
* | | configure: Special case libfreetype test | Alexander Strasser | 2013-12-08 | 1 | -1/+0 |