Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-17avfilter/internal: Replace AVFilterPad.needs_writable by flagsAndreas Rheinhardt
2021-06-09lavfi/vf_drawtext.c: fix CID 1485003Ting Fu
2021-05-26libavfilter: vf_drawtext filter support draw text with detection bounding box...Ting Fu
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-02-17lavfi/drawtext: ignore final LF of textfile.Nicolas George
2020-04-09avfilter/vf_drawtext: only test available exceptionsRosen Penev
2020-03-18remove CHAR_MIN/CHAR_MAX usagePaul B Mahol
2020-01-31avfilter/vf_drawtext: do not overread text if the last UTF8 sequence is invalidMarton Balint
2020-01-31avfilter/vf_drawtext: use replacement chars for invalid UTF8 sequencesMarton Balint
2019-12-24avfilter/drawtext: log why input pad failed to be configuredGyan Doshi
2019-07-07vf_drawtext: Add pkt_pos, pkt_duration, pkt_size as variablesCalvin Walton
2019-05-16avfilter/drawtext: stop resource leakGyan Doshi
2019-05-13avfilter/drawtext: make command processing error-resilientGyan Doshi
2018-07-13avfilter/drawtext: fix box sizingGyan Doshi
2018-06-04avfilter/drawtext: present 'hms' formatted 'pts' in 24h formatVishwanath Dixit
2018-02-01avfilter: add comments for duplicate lineSteven Liu
2018-01-21avfilter/drawtext - implement fix_boundsGyan Doshi
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
2017-04-19avfilter/vf_drawtext: added expr evaluation to drawtext fontsizeBrett Harrison
2017-03-29Merge commit '85baef4ff1512bcc2544928bfa5f42072903a691'Clément Bœsch
2017-03-21vf_drawtext: Fix memory leakKieran Kunhya
2017-01-19avfilter:vf_drawtext: add new line space size set parameterSteven Liu
2016-11-13lavfi: split frame_count between input and output.Nicolas George
2016-11-07avfilter/vf_drawtext: fixed default/flt formatting ignoring offset parameterAlex Agranovsky
2016-11-02vf_drawtext: Move static keyword to beginning of variable declarationDiego Biurrun
2016-09-21avfilter/drawutils: allow drawing opaque text on transparent backgroundPaul B Mahol
2016-04-24avfilter/vf_drawtext: Check return code of load_glyph()Michael Niedermayer
2016-04-13avfilter/vf_drawtext: add optional default value to metadata functionTobias Rapp
2016-01-04lavfi/drawtext: Fix microsecond display.Carl Eugen Hoyos
2015-12-21lavfi/vf_drawtext: replace round by llrintGanesh Ajjanagadde
2015-12-21lavfi/drawtext: fix shadow[xy] descriptionsClément Bœsch
2015-12-21lavfi/drawtext: hide first font load warning when fontconfig is presentClément Bœsch
2015-12-21lavfi/drawtext: fix crash when no text, file or timecode providedClément Bœsch
2015-10-25avutil/tree: add additional const qualifier to the comparatorGanesh Ajjanagadde
2015-10-24all: remove some casts of function pointer to void *Ganesh Ajjanagadde
2015-10-12avfilter/drawtext: allow to format pts with strftimeAlex Agranovsky
2015-09-09avfilter/drawtext: use AV_OPT_TYPE_BOOL for a few optionsClément Bœsch
2015-08-02drawtext: Move the strftime expansion in a separate functionLuca Barbato
2015-08-02drawtext: Drop stray guardsLuca Barbato
2015-04-21Merge commit '9b2c57bef5e2f3f61a5fd708ba7d5351f5b3f386'Michael Niedermayer
2015-04-21drawtext: Add an alpha optionLuca Barbato
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara
2015-04-14avfilter/drawtext: fix frame mem leakIvan Efimov
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2015-03-31vf_drawtext: add support for setting box border widthMarton Balint
2015-03-08avfilter/vf_drawtext: Change enums to int, which are accessed via AVOption as...Michael Niedermayer
2014-12-07lavfi: Increase drawtext font size limitsМихаил Муковников
2014-11-02avfilter/vf_drawtext: use gm_time_r() for thread safteyMichael Niedermayer