summaryrefslogtreecommitdiff
path: root/libavfilter/f_graphmonitor.c
Commit message (Collapse)AuthorAge
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-08
| | | | | | | | | | | | | | | It will allow to refernce it as a whole without clunky macros. Most of the changes have been automatically made with sed: sed -i ' s/-> *in_formats/->incfg.formats/g; s/-> *out_formats/->outcfg.formats/g; s/-> *in_channel_layouts/->incfg.channel_layouts/g; s/-> *out_channel_layouts/->outcfg.channel_layouts/g; s/-> *in_samplerates/->incfg.samplerates/g; s/-> *out_samplerates/->outcfg.samplerates/g; ' src/libavfilter/*(.)
* 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