aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/f_graphmonitor.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/f_graphmonitor: Deduplicate outputsAndreas Rheinhardt2023-11-041-11/+3
* avfilter: Deduplicate default video inputs/outputsAndreas Rheinhardt2023-08-071-8/+1
* avfilter: Deduplicate default audio inputs/outputsAndreas Rheinhardt2023-08-071-8/+2
* avfilter/f_graphmonitor: always output last frame on EOFPaul B Mahol2023-05-301-1/+1
* avfilter/f_graphmonitor: output one frame more after eofPaul B Mahol2023-05-211-3/+26
* avfilter/f_graphmonitor: make opacity runtime optionPaul B Mahol2023-05-211-3/+3
* avfilter/f_graphmonitor: add missing queue flagPaul B Mahol2023-05-211-2/+3
* avfilter/f_graphmonitor: cache strlen() valuesPaul B Mahol2023-05-211-73/+79
* avfilter/f_graphmonitor: speed-up clear_image()Paul B Mahol2023-05-211-20/+29
* avfilter/f_graphmonitor: add flags option shortcutsPaul B Mahol2023-05-211-1/+3
* avfilter/f_graphmonitor: show also current timeline status of filterPaul B Mahol2023-05-211-5/+21
* avfilter/f_graphmonitor: make mode option of type flagsPaul B Mahol2023-05-181-28/+28
* avfilter/f_graphmonitor: add commands supportPaul B Mahol2023-05-181-24/+27
* avfilter/f_graphmonitor: add nozeroeof modePaul B Mahol2023-05-181-11/+41
* avfilter/f_graphmonitor: set output frame durationPaul B Mahol2023-05-141-0/+1
* avfilter/f_graphmonitor: add nozero display modePaul B Mahol2023-05-141-19/+26
* avfilter/f_graphmonitor: rename enumsPaul B Mahol2023-05-141-52/+53
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avfilter: convert to new channel layout APIJames Almer2022-03-151-1/+1
* avfilter/f_graphmonitor: add several more flagsPaul B Mahol2022-03-041-9/+93
* 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