summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_drawtext.c
Commit message (Expand)AuthorAgeFilesLines
* vf_drawtext: Add pkt_pos, pkt_duration, pkt_size as variablesCalvin Walton2019-07-071-0/+9
* avfilter/drawtext: stop resource leakGyan Doshi2019-05-161-2/+2
* avfilter/drawtext: make command processing error-resilientGyan Doshi2019-05-131-9/+38
* avfilter/drawtext: fix box sizingGyan Doshi2018-07-131-2/+2
* avfilter/drawtext: present 'hms' formatted 'pts' in 24h formatVishwanath Dixit2018-06-041-0/+8
* avfilter: add comments for duplicate lineSteven Liu2018-02-011-0/+1
* avfilter/drawtext - implement fix_boundsGyan Doshi2018-01-201-1/+27
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-231-1/+1
* avfilter/vf_drawtext: added expr evaluation to drawtext fontsizeBrett Harrison2017-04-191-17/+116
* Merge commit '85baef4ff1512bcc2544928bfa5f42072903a691'Clément Bœsch2017-03-291-2/+1
|\
| * vf_drawtext: Move static keyword to beginning of variable declarationDiego Biurrun2016-11-021-3/+2
| * drawtext: Move the strftime expansion in a separate functionLuca Barbato2015-08-021-17/+29
| * drawtext: Drop stray guardsLuca Barbato2015-08-021-5/+1
* | vf_drawtext: Fix memory leakKieran Kunhya2017-03-211-2/+4
* | avfilter:vf_drawtext: add new line space size set parameterSteven Liu2017-01-191-1/+3
* | lavfi: split frame_count between input and output.Nicolas George2016-11-131-2/+2
* | avfilter/vf_drawtext: fixed default/flt formatting ignoring offset parameterAlex Agranovsky2016-11-061-1/+1
* | avfilter/drawutils: allow drawing opaque text on transparent backgroundPaul B Mahol2016-09-211-1/+1
* | avfilter/vf_drawtext: Check return code of load_glyph()Michael Niedermayer2016-04-241-1/+3
* | avfilter/vf_drawtext: add optional default value to metadata functionTobias Rapp2016-04-131-1/+3
* | lavfi/drawtext: Fix microsecond display.Carl Eugen Hoyos2016-01-031-1/+1
* | lavfi/vf_drawtext: replace round by llrintGanesh Ajjanagadde2015-12-211-1/+1
* | lavfi/drawtext: fix shadow[xy] descriptionsClément Bœsch2015-12-211-2/+2
* | lavfi/drawtext: hide first font load warning when fontconfig is presentClément Bœsch2015-12-211-0/+2
* | lavfi/drawtext: fix crash when no text, file or timecode providedClément Bœsch2015-12-211-6/+6
* | avutil/tree: add additional const qualifier to the comparatorGanesh Ajjanagadde2015-10-241-1/+1
* | all: remove some casts of function pointer to void *Ganesh Ajjanagadde2015-10-241-1/+1
* | avfilter/drawtext: allow to format pts with strftimeAlex Agranovsky2015-10-121-1/+11
* | avfilter/drawtext: use AV_OPT_TYPE_BOOL for a few optionsClément Bœsch2015-09-081-5/+5
* | 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
OpenPOWER on IntegriCloud