aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_swaprect.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_swaprect: round coordinates downMichael Niedermayer2023-12-291-4/+4
* avfilter/vf_swaprect: Use height for vertical variablesMichael Niedermayer2023-12-291-2/+2
* avfilter/vf_swaprect: assert that rectangles are within memoryMichael Niedermayer2023-12-291-0/+5
* avfilter: Deduplicate default video inputs/outputsAndreas Rheinhardt2023-08-071-8/+1
* lavu/frame: deprecate AVFrame.pkt_{pos,size}Anton Khirnov2023-03-201-2/+14
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/formats: Make ff_formats_pixdesc_filter return AVFilterFormats*Andreas Rheinhardt2021-09-261-9/+4
* avfilter/vf_swaprect: Use ff_formats_pixdesc_filter()Andreas Rheinhardt2021-09-261-11/+7
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/internal: Replace AVFilterPad.needs_writable by flagsAndreas Rheinhardt2021-08-171-1/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_swaprect: add support for commandsPaul B Mahol2021-02-091-1/+2
* avfilter/swaprect: correct assignment of VAR_POSGyan Doshi2020-01-151-1/+1
* lavfi/swaprect: use AV_CEIL_RSHIFT instead of deprecated FF_CEIL_RSHIFTClément Bœsch2018-05-081-10/+10
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-231-1/+1
* lavfi: split frame_count between input and output.Nicolas George2016-11-131-1/+1
* avfilter/vf_swaprect: add timeline supportPaul B Mahol2016-02-081-0/+1
* avfilter: add swaprect filterPaul B Mahol2016-02-071-0/+255