summaryrefslogtreecommitdiff
path: root/libavfilter/vf_drawtext.c
Commit message (Expand)AuthorAgeFilesLines
* lavu/frame: deprecate AVFrame.pkt_{pos,size}Anton Khirnov2023-03-201-1/+13
* lavfi: use AVFrame.duration instead of AVFrame.pkt_durationAnton Khirnov2022-07-191-0/+16
* lavfi/drawtext: Add %N for drawing fractions of a secondThilo Borgmann2022-03-081-3/+67
* avfilter/drawtext: change reload value to an intervalGyan Doshi2022-03-021-3/+3
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/internal: Replace AVFilterPad.needs_writable by flagsAndreas Rheinhardt2021-08-171-1/+1
* lavfi/vf_drawtext.c: fix CID 1485003Ting Fu2021-06-091-1/+1
* libavfilter: vf_drawtext filter support draw text with detection bounding box...Ting Fu2021-05-261-6/+71
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* lavfi/drawtext: ignore final LF of textfile.Nicolas George2021-02-171-5/+7
* avfilter/vf_drawtext: only test available exceptionsRosen Penev2020-04-091-0/+2
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-171-12/+12
* avfilter/vf_drawtext: do not overread text if the last UTF8 sequence is invalidMarton Balint2020-01-311-3/+3
* avfilter/vf_drawtext: use replacement chars for invalid UTF8 sequencesMarton Balint2020-01-311-3/+6
* avfilter/drawtext: log why input pad failed to be configuredGyan Doshi2019-12-241-5/+7
* 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