| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_swaprect: round coordinates down | Michael Niedermayer | 2023-12-29 | 1 | -4/+4 |
* | avfilter/vf_swaprect: Use height for vertical variables | Michael Niedermayer | 2023-12-29 | 1 | -2/+2 |
* | avfilter/vf_swaprect: assert that rectangles are within memory | Michael Niedermayer | 2023-12-29 | 1 | -0/+5 |
* | avfilter: Deduplicate default video inputs/outputs | Andreas Rheinhardt | 2023-08-07 | 1 | -8/+1 |
* | lavu/frame: deprecate AVFrame.pkt_{pos,size} | Anton Khirnov | 2023-03-20 | 1 | -2/+14 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/formats: Make ff_formats_pixdesc_filter return AVFilterFormats* | Andreas Rheinhardt | 2021-09-26 | 1 | -9/+4 |
* | avfilter/vf_swaprect: Use ff_formats_pixdesc_filter() | Andreas Rheinhardt | 2021-09-26 | 1 | -11/+7 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/internal: Replace AVFilterPad.needs_writable by flags | Andreas Rheinhardt | 2021-08-17 | 1 | -1/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vf_swaprect: add support for commands | Paul B Mahol | 2021-02-09 | 1 | -1/+2 |
* | avfilter/swaprect: correct assignment of VAR_POS | Gyan Doshi | 2020-01-15 | 1 | -1/+1 |
* | lavfi/swaprect: use AV_CEIL_RSHIFT instead of deprecated FF_CEIL_RSHIFT | Clément Bœsch | 2018-05-08 | 1 | -10/+10 |
* | avfilter: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -1/+1 |
* | lavfi: split frame_count between input and output. | Nicolas George | 2016-11-13 | 1 | -1/+1 |
* | avfilter/vf_swaprect: add timeline support | Paul B Mahol | 2016-02-08 | 1 | -0/+1 |
* | avfilter: add swaprect filter | Paul B Mahol | 2016-02-07 | 1 | -0/+255 |