summaryrefslogtreecommitdiff
path: root/libavfilter/vf_drawtext.c
Commit message (Expand)AuthorAge
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-14
* avfilter: pass link YUV colorspace to ff_draw_init2Niklas Haas2024-02-06
* lavfi/drawtext: fix missed rename of is_newlineStefano Sabatini2024-01-03
* lavfi: introduce textutilsStefano Sabatini2024-01-01
* avfilter/vf_drawtext: fix text width measurementyethie2023-09-12
* avfilter: Deduplicate default video inputs/outputsAndreas Rheinhardt2023-08-07
* avfilter/vf_drawtext: use flags type of option for text_alignPaul B Mahol2023-06-19
* avfilter/vf_drawtext: add support for commandsyethie2023-06-19
* avfilter/vf_drawtext: add y_align optionyethie2023-06-19
* avfilter/vf_drawtext: implement text alignmentyethie2023-06-19
* avfilter/vf_drawtext: add expression variables to control font ascent/descentyethie2023-06-19
* avfilter/vf_drawtext: add options for size of the background boxyethie2023-06-19
* avfilter/vf_drawtext: extend boxborderw optionyethie2023-06-19
* avfilter/vf_drawtext: improve glyph shaping and positioningyethie2023-06-19
* avfilter/vf_drawtext: cosmeticsyethie2023-06-19
* lavu/frame: deprecate AVFrame.pkt_{pos,size}Anton Khirnov2023-03-20
* lavfi: use AVFrame.duration instead of AVFrame.pkt_durationAnton Khirnov2022-07-19
* lavfi/drawtext: Add %N for drawing fractions of a secondThilo Borgmann2022-03-08
* avfilter/drawtext: change reload value to an intervalGyan Doshi2022-03-02
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/internal: Replace AVFilterPad.needs_writable by flagsAndreas Rheinhardt2021-08-17
* lavfi/vf_drawtext.c: fix CID 1485003Ting Fu2021-06-09
* libavfilter: vf_drawtext filter support draw text with detection bounding box...Ting Fu2021-05-26
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* lavfi/drawtext: ignore final LF of textfile.Nicolas George2021-02-17
* avfilter/vf_drawtext: only test available exceptionsRosen Penev2020-04-09
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-17
* avfilter/vf_drawtext: do not overread text if the last UTF8 sequence is invalidMarton Balint2020-01-31
* avfilter/vf_drawtext: use replacement chars for invalid UTF8 sequencesMarton Balint2020-01-31
* avfilter/drawtext: log why input pad failed to be configuredGyan Doshi2019-12-24
* vf_drawtext: Add pkt_pos, pkt_duration, pkt_size as variablesCalvin Walton2019-07-07
* avfilter/drawtext: stop resource leakGyan Doshi2019-05-16
* avfilter/drawtext: make command processing error-resilientGyan Doshi2019-05-13
* avfilter/drawtext: fix box sizingGyan Doshi2018-07-13
* avfilter/drawtext: present 'hms' formatted 'pts' in 24h formatVishwanath Dixit2018-06-04
* avfilter: add comments for duplicate lineSteven Liu2018-02-01
* avfilter/drawtext - implement fix_boundsGyan Doshi2018-01-20
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-23
* avfilter/vf_drawtext: added expr evaluation to drawtext fontsizeBrett Harrison2017-04-19
* Merge commit '85baef4ff1512bcc2544928bfa5f42072903a691'Clément Bœsch2017-03-29
|\
| * vf_drawtext: Move static keyword to beginning of variable declarationDiego Biurrun2016-11-02
| * drawtext: Move the strftime expansion in a separate functionLuca Barbato2015-08-02
| * drawtext: Drop stray guardsLuca Barbato2015-08-02
* | vf_drawtext: Fix memory leakKieran Kunhya2017-03-21
* | avfilter:vf_drawtext: add new line space size set parameterSteven Liu2017-01-19
* | lavfi: split frame_count between input and output.Nicolas George2016-11-13
* | avfilter/vf_drawtext: fixed default/flt formatting ignoring offset parameterAlex Agranovsky2016-11-06
* | avfilter/drawutils: allow drawing opaque text on transparent backgroundPaul B Mahol2016-09-21
* | avfilter/vf_drawtext: Check return code of load_glyph()Michael Niedermayer2016-04-24