summaryrefslogtreecommitdiff
path: root/libavfilter/vf_tpad.c
Commit message (Expand)AuthorAge
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-14
* avfilter: pass link YUV colorspace to ff_draw_init2Niklas Haas2024-02-06
* avfilter/vf_tpad: fix check for drawing initializationMarvin Scholz2023-11-09
* avfilter: Deduplicate default video inputs/outputsAndreas Rheinhardt2023-08-07
* avfilter/internal: Don't include video.hAndreas Rheinhardt2023-08-07
* avfilter/vf_tpad: accept hardware frames in clone-only modeMarvin Scholz2023-05-22
* avfilter/vf_tpad: use enum for start/stop_modeMarvin Scholz2023-05-22
* avfilter/vf_tpad: set output frame durationPaul B Mahol2023-01-27
* avfilter/vf_tpad: handle case when no frame was ever receivedPaul B Mahol2022-02-24
* avfilter/vf_tpad: if there is no frame to clone return earlyPaul B Mahol2022-02-24
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/vf_tpad: rescale EOF pts for case outlink time_base differsPaul B Mahol2021-08-29
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-22
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter: add av_cold where it is missingPaul B Mahol2019-10-03
* avfilter: add tpad filterPaul B Mahol2018-11-02