aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_tpad.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_tpad: accept hardware frames in clone-only modeMarvin Scholz2023-05-221-3/+11
* avfilter/vf_tpad: use enum for start/stop_modeMarvin Scholz2023-05-221-9/+15
* avfilter/vf_tpad: set output frame durationPaul B Mahol2023-01-271-4/+10
* avfilter/vf_tpad: handle case when no frame was ever receivedPaul B Mahol2022-02-241-13/+16
* avfilter/vf_tpad: if there is no frame to clone return earlyPaul B Mahol2022-02-241-0/+5
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/vf_tpad: rescale EOF pts for case outlink time_base differsPaul B Mahol2021-08-291-0/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter: add av_cold where it is missingPaul B Mahol2019-10-031-1/+1
* avfilter: add tpad filterPaul B Mahol2018-11-021-0/+218