| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/f_graphmonitor: Deduplicate outputs | Andreas Rheinhardt | 2023-11-04 | 1 | -11/+3 |
* | avfilter: Deduplicate default video inputs/outputs | Andreas Rheinhardt | 2023-08-07 | 1 | -8/+1 |
* | avfilter: Deduplicate default audio inputs/outputs | Andreas Rheinhardt | 2023-08-07 | 1 | -8/+2 |
* | avfilter/f_graphmonitor: always output last frame on EOF | Paul B Mahol | 2023-05-30 | 1 | -1/+1 |
* | avfilter/f_graphmonitor: output one frame more after eof | Paul B Mahol | 2023-05-21 | 1 | -3/+26 |
* | avfilter/f_graphmonitor: make opacity runtime option | Paul B Mahol | 2023-05-21 | 1 | -3/+3 |
* | avfilter/f_graphmonitor: add missing queue flag | Paul B Mahol | 2023-05-21 | 1 | -2/+3 |
* | avfilter/f_graphmonitor: cache strlen() values | Paul B Mahol | 2023-05-21 | 1 | -73/+79 |
* | avfilter/f_graphmonitor: speed-up clear_image() | Paul B Mahol | 2023-05-21 | 1 | -20/+29 |
* | avfilter/f_graphmonitor: add flags option shortcuts | Paul B Mahol | 2023-05-21 | 1 | -1/+3 |
* | avfilter/f_graphmonitor: show also current timeline status of filter | Paul B Mahol | 2023-05-21 | 1 | -5/+21 |
* | avfilter/f_graphmonitor: make mode option of type flags | Paul B Mahol | 2023-05-18 | 1 | -28/+28 |
* | avfilter/f_graphmonitor: add commands support | Paul B Mahol | 2023-05-18 | 1 | -24/+27 |
* | avfilter/f_graphmonitor: add nozeroeof mode | Paul B Mahol | 2023-05-18 | 1 | -11/+41 |
* | avfilter/f_graphmonitor: set output frame duration | Paul B Mahol | 2023-05-14 | 1 | -0/+1 |
* | avfilter/f_graphmonitor: add nozero display mode | Paul B Mahol | 2023-05-14 | 1 | -19/+26 |
* | avfilter/f_graphmonitor: rename enums | Paul B Mahol | 2023-05-14 | 1 | -52/+53 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -1/+1 |
* | avfilter/f_graphmonitor: add several more flags | Paul B Mahol | 2022-03-04 | 1 | -9/+93 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -2/+2 |
* | avfilter/f_graphmonitor: Deduplicate AVClasses | Andreas Rheinhardt | 2021-09-19 | 1 | -6/+3 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -8/+4 |
* | avfilter/f_graphmonitor: use sample_count_in/out | Paul B Mahol | 2021-08-05 | 1 | -0/+14 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | lavfi: regroup formats lists in a single structure. | Nicolas George | 2020-09-08 | 1 | -1/+1 |
* | avfilter/f_graphmonitor: also show link EOF status in blue | Paul B Mahol | 2020-08-31 | 1 | -0/+9 |
* | avfilter/f_graphmonitor: output frames in pts gaps | Paul B Mahol | 2019-11-20 | 1 | -3/+10 |
* | avfilter/graphmonitor: use SIZE_SPECIFIER for size_t type | Peter Ross | 2018-11-21 | 1 | -1/+1 |
* | avfilter: add (a)graphmonitor filter(s) | Paul B Mahol | 2018-10-31 | 1 | -0/+425 |