summaryrefslogtreecommitdiff
path: root/libavfilter/f_graphmonitor.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-2/+2
* avfilter/f_graphmonitor: Deduplicate AVClassesAndreas Rheinhardt2021-09-191-6/+3
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-8/+4
* avfilter/f_graphmonitor: use sample_count_in/outPaul B Mahol2021-08-051-0/+14
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-2/+2
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-081-1/+1
* avfilter/f_graphmonitor: also show link EOF status in bluePaul B Mahol2020-08-311-0/+9
* avfilter/f_graphmonitor: output frames in pts gapsPaul B Mahol2019-11-201-3/+10
* avfilter/graphmonitor: use SIZE_SPECIFIER for size_t typePeter Ross2018-11-211-1/+1
* avfilter: add (a)graphmonitor filter(s)Paul B Mahol2018-10-311-0/+425