summaryrefslogtreecommitdiff
path: root/libavfilter/vf_drawtext.c
Commit message (Expand)AuthorAge
* 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
* | avfilter/vf_drawtext: add optional default value to metadata functionTobias Rapp2016-04-13
* | lavfi/drawtext: Fix microsecond display.Carl Eugen Hoyos2016-01-03
* | lavfi/vf_drawtext: replace round by llrintGanesh Ajjanagadde2015-12-21
* | lavfi/drawtext: fix shadow[xy] descriptionsClément Bœsch2015-12-21
* | lavfi/drawtext: hide first font load warning when fontconfig is presentClément Bœsch2015-12-21
* | lavfi/drawtext: fix crash when no text, file or timecode providedClément Bœsch2015-12-21
* | avutil/tree: add additional const qualifier to the comparatorGanesh Ajjanagadde2015-10-24
* | all: remove some casts of function pointer to void *Ganesh Ajjanagadde2015-10-24
* | avfilter/drawtext: allow to format pts with strftimeAlex Agranovsky2015-10-12
* | avfilter/drawtext: use AV_OPT_TYPE_BOOL for a few optionsClément Bœsch2015-09-08
* | Merge commit '9b2c57bef5e2f3f61a5fd708ba7d5351f5b3f386'Michael Niedermayer2015-04-21
|\|
| * drawtext: Add an alpha optionLuca Barbato2015-04-21
| * Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
| * lavfi: Increase drawtext font size limitsМихаил Муковников2014-12-07
* | avfilter/drawtext: fix frame mem leakIvan Efimov2015-04-14
* | avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08