| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: Deduplicate default video inputs/outputs | Andreas Rheinhardt | 2023-08-07 | 1 | -8/+1 |
* | avfilter/vf_drawtext: use flags type of option for text_align | Paul B Mahol | 2023-06-19 | 1 | -36/+29 |
* | avfilter/vf_drawtext: add support for commands | yethie | 2023-06-19 | 1 | -22/+60 |
* | avfilter/vf_drawtext: add y_align option | yethie | 2023-06-19 | 1 | -11/+36 |
* | avfilter/vf_drawtext: implement text alignment | yethie | 2023-06-19 | 1 | -1/+50 |
* | avfilter/vf_drawtext: add expression variables to control font ascent/descent | yethie | 2023-06-19 | 1 | -0/+12 |
* | avfilter/vf_drawtext: add options for size of the background box | yethie | 2023-06-19 | 1 | -6/+16 |
* | avfilter/vf_drawtext: extend boxborderw option | yethie | 2023-06-19 | 1 | -3/+38 |
* | avfilter/vf_drawtext: improve glyph shaping and positioning | yethie | 2023-06-19 | 1 | -276/+583 |
* | avfilter/vf_drawtext: cosmetics | yethie | 2023-06-19 | 1 | -45/+44 |
* | lavu/frame: deprecate AVFrame.pkt_{pos,size} | Anton Khirnov | 2023-03-20 | 1 | -1/+13 |
* | lavfi: use AVFrame.duration instead of AVFrame.pkt_duration | Anton Khirnov | 2022-07-19 | 1 | -0/+16 |
* | lavfi/drawtext: Add %N for drawing fractions of a second | Thilo Borgmann | 2022-03-08 | 1 | -3/+67 |
* | avfilter/drawtext: change reload value to an interval | Gyan Doshi | 2022-03-02 | 1 | -3/+3 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/internal: Replace AVFilterPad.needs_writable by flags | Andreas Rheinhardt | 2021-08-17 | 1 | -1/+1 |
* | lavfi/vf_drawtext.c: fix CID 1485003 | Ting Fu | 2021-06-09 | 1 | -1/+1 |
* | libavfilter: vf_drawtext filter support draw text with detection bounding box... | Ting Fu | 2021-05-26 | 1 | -6/+71 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | lavfi/drawtext: ignore final LF of textfile. | Nicolas George | 2021-02-17 | 1 | -5/+7 |
* | avfilter/vf_drawtext: only test available exceptions | Rosen Penev | 2020-04-09 | 1 | -0/+2 |
* | remove CHAR_MIN/CHAR_MAX usage | Paul B Mahol | 2020-03-17 | 1 | -12/+12 |
* | avfilter/vf_drawtext: do not overread text if the last UTF8 sequence is invalid | Marton Balint | 2020-01-31 | 1 | -3/+3 |
* | avfilter/vf_drawtext: use replacement chars for invalid UTF8 sequences | Marton Balint | 2020-01-31 | 1 | -3/+6 |
* | avfilter/drawtext: log why input pad failed to be configured | Gyan Doshi | 2019-12-24 | 1 | -5/+7 |
* | vf_drawtext: Add pkt_pos, pkt_duration, pkt_size as variables | Calvin Walton | 2019-07-07 | 1 | -0/+9 |
* | avfilter/drawtext: stop resource leak | Gyan Doshi | 2019-05-16 | 1 | -2/+2 |
* | avfilter/drawtext: make command processing error-resilient | Gyan Doshi | 2019-05-13 | 1 | -9/+38 |
* | avfilter/drawtext: fix box sizing | Gyan Doshi | 2018-07-13 | 1 | -2/+2 |
* | avfilter/drawtext: present 'hms' formatted 'pts' in 24h format | Vishwanath Dixit | 2018-06-04 | 1 | -0/+8 |
* | avfilter: add comments for duplicate line | Steven Liu | 2018-02-01 | 1 | -0/+1 |
* | avfilter/drawtext - implement fix_bounds | Gyan Doshi | 2018-01-20 | 1 | -1/+27 |
* | avfilter: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -1/+1 |
* | avfilter/vf_drawtext: added expr evaluation to drawtext fontsize | Brett Harrison | 2017-04-19 | 1 | -17/+116 |
* | Merge commit '85baef4ff1512bcc2544928bfa5f42072903a691' | Clément Bœsch | 2017-03-29 | 1 | -2/+1 |
|\ |
|
| * | vf_drawtext: Move static keyword to beginning of variable declaration | Diego Biurrun | 2016-11-02 | 1 | -3/+2 |
| * | drawtext: Move the strftime expansion in a separate function | Luca Barbato | 2015-08-02 | 1 | -17/+29 |
| * | drawtext: Drop stray guards | Luca Barbato | 2015-08-02 | 1 | -5/+1 |
* | | vf_drawtext: Fix memory leak | Kieran Kunhya | 2017-03-21 | 1 | -2/+4 |
* | | avfilter:vf_drawtext: add new line space size set parameter | Steven Liu | 2017-01-19 | 1 | -1/+3 |
* | | lavfi: split frame_count between input and output. | Nicolas George | 2016-11-13 | 1 | -2/+2 |
* | | 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 |