summaryrefslogtreecommitdiff
path: root/libavfilter/f_drawgraph.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi/f_drawgraph: forward input frame durationsAnton Khirnov2022-10-131-1/+3
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-2/+2
* avfilter/f_drawgraph: Deduplicate AVClassesAndreas Rheinhardt2021-09-191-6/+3
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-8/+4
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-2/+2
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-081-1/+1
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-171-9/+9
* avfilter/f_drawgraph: add rate/r optionPaul B Mahol2020-01-141-1/+22
* avfilter/f_drawgraph: use av_sscanf()Paul B Mahol2018-11-181-1/+2
* avfilter/f_drawgraph: fix drawing of first point for non-first metadata keyPaul B Mahol2018-06-031-6/+6
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-231-1/+1
* avfilter/f_drawgraph: add another slide modePaul B Mahol2016-07-281-12/+158
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-3/+3
* avfilter/vf_drawgraph: add rscroll slide modePaul B Mahol2015-09-031-5/+13
* avfilter/f_drawgraph: stop making foreground color transparentPaul B Mahol2015-08-021-5/+6
* lavfi: add (a)drawgraph filterPaul B Mahol2015-07-031-0/+346