summaryrefslogtreecommitdiff
path: root/libavfilter/f_graphmonitor.c
Commit message (Expand)AuthorAge
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-31
* avcodec, avfilter: Don't use "" for system headersAndreas Rheinhardt2024-03-31
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-14
* avfilter/f_graphmonitor: Deduplicate outputsAndreas Rheinhardt2023-11-04
* avfilter: Deduplicate default video inputs/outputsAndreas Rheinhardt2023-08-07
* avfilter: Deduplicate default audio inputs/outputsAndreas Rheinhardt2023-08-07
* avfilter/f_graphmonitor: always output last frame on EOFPaul B Mahol2023-05-30
* avfilter/f_graphmonitor: output one frame more after eofPaul B Mahol2023-05-21
* avfilter/f_graphmonitor: make opacity runtime optionPaul B Mahol2023-05-21
* avfilter/f_graphmonitor: add missing queue flagPaul B Mahol2023-05-21
* avfilter/f_graphmonitor: cache strlen() valuesPaul B Mahol2023-05-21
* avfilter/f_graphmonitor: speed-up clear_image()Paul B Mahol2023-05-21
* avfilter/f_graphmonitor: add flags option shortcutsPaul B Mahol2023-05-21
* avfilter/f_graphmonitor: show also current timeline status of filterPaul B Mahol2023-05-21
* avfilter/f_graphmonitor: make mode option of type flagsPaul B Mahol2023-05-18
* avfilter/f_graphmonitor: add commands supportPaul B Mahol2023-05-18
* avfilter/f_graphmonitor: add nozeroeof modePaul B Mahol2023-05-18
* avfilter/f_graphmonitor: set output frame durationPaul B Mahol2023-05-14
* avfilter/f_graphmonitor: add nozero display modePaul B Mahol2023-05-14
* avfilter/f_graphmonitor: rename enumsPaul B Mahol2023-05-14
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* avfilter/f_graphmonitor: add several more flagsPaul B Mahol2022-03-04
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/f_graphmonitor: Deduplicate AVClassesAndreas Rheinhardt2021-09-19
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/f_graphmonitor: use sample_count_in/outPaul B Mahol2021-08-05
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-08
* avfilter/f_graphmonitor: also show link EOF status in bluePaul B Mahol2020-08-31
* avfilter/f_graphmonitor: output frames in pts gapsPaul B Mahol2019-11-20
* avfilter/graphmonitor: use SIZE_SPECIFIER for size_t typePeter Ross2018-11-21
* avfilter: add (a)graphmonitor filter(s)Paul B Mahol2018-10-31