| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: drop internal.h | Anton Khirnov | 2024-08-19 | 1 | -1/+0 |
* | lavfi/internal: move functions used by filters to filters.h | Anton Khirnov | 2024-08-19 | 1 | -0/+1 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -9/+9 |
* | avfilter: Remove unnecessary formats.h inclusions | Andreas Rheinhardt | 2023-08-07 | 1 | -1/+0 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -22/+22 |
* | avfilter/vf_deflicker: 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/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -4/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vf_deflicker: add support for alpha formats | Paul B Mahol | 2019-11-18 | 1 | -0/+4 |
* | avfilter/vf_deflicker: fix invalid access | Paul B Mahol | 2019-10-11 | 1 | -1/+4 |
* | avfilter: add support for gray14 format | Paul B Mahol | 2018-09-09 | 1 | -1/+1 |
* | avfilter: add support for GRAY9 and GBRAP10 | Paul B Mahol | 2017-08-07 | 1 | -1/+1 |
* | avfilter/vf_deflicker: add bypass option | Paul B Mahol | 2017-05-15 | 1 | -3/+6 |
* | avfilter: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -1/+1 |
* | avfilter: add deflicker filter | Paul B Mahol | 2017-04-20 | 1 | -0/+468 |