| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_tpad: accept hardware frames in clone-only mode | Marvin Scholz | 2023-05-22 | 1 | -3/+11 |
* | avfilter/vf_tpad: use enum for start/stop_mode | Marvin Scholz | 2023-05-22 | 1 | -9/+15 |
* | avfilter/vf_tpad: set output frame duration | Paul B Mahol | 2023-01-27 | 1 | -4/+10 |
* | avfilter/vf_tpad: handle case when no frame was ever received | Paul B Mahol | 2022-02-24 | 1 | -13/+16 |
* | avfilter/vf_tpad: if there is no frame to clone return early | Paul B Mahol | 2022-02-24 | 1 | -0/+5 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/vf_tpad: rescale EOF pts for case outlink time_base differs | Paul B Mahol | 2021-08-29 | 1 | -0/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter: add av_cold where it is missing | Paul B Mahol | 2019-10-03 | 1 | -1/+1 |
* | avfilter: add tpad filter | Paul B Mahol | 2018-11-02 | 1 | -0/+218 |