| Commit message (Expand) | Author | Age | Files | Lines |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -8/+8 |
* | avfilter: use ptrdiff_t instead of int for linesize | Paul B Mahol | 2023-09-22 | 1 | -14/+14 |
* | avfilter: Remove unnecessary formats.h inclusions | Andreas Rheinhardt | 2023-08-07 | 1 | -1/+0 |
* | avfilter: Deduplicate default video inputs/outputs | Andreas Rheinhardt | 2023-08-07 | 1 | -8/+1 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -21/+21 |
* | avfilter/vf_fillborders: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -5/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | 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/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -4/+1 |
* | avfilter/vf_fillborders: add another mode | Paul B Mahol | 2021-07-24 | 1 | -1/+96 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vf_fillborders: add fade mode | Paul B Mahol | 2020-12-18 | 1 | -2/+97 |
* | avfilter/vf_fillborders: add more fill modes | Paul B Mahol | 2020-12-18 | 1 | -1/+139 |
* | avfilter/vf_fillborders: add support for commands | Paul B Mahol | 2019-11-21 | 1 | -15/+28 |
* | avfilter/vf_fillborders: add 12bit yuva formats | Paul B Mahol | 2019-11-18 | 1 | -0/+1 |
* | avfilter: add support for gray14 format | Paul B Mahol | 2018-09-09 | 1 | -1/+1 |
* | avfilter: add fillborders filter | Paul B Mahol | 2017-12-01 | 1 | -0/+394 |