| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | 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 | -23/+23 |
* | avfilter/vf_midequalizer: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -6/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/vf_midequalizer: Remove always-false format check | Andreas Rheinhardt | 2021-09-21 | 1 | -5/+0 |
* | 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 | -1/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vf_midequalizer: add 16bit formats | Paul B Mahol | 2019-11-19 | 1 | -0/+4 |
* | avfilter/vf_midequalizer: add 12bit yuva formats | Paul B Mahol | 2019-11-18 | 1 | -0/+1 |
* | avfilter/vf_midequalizer: always use framesync timestamps | Paul B Mahol | 2019-07-14 | 1 | -1/+1 |
* | avfilter/vf_midequalizer: use time_base from framesync | Paul B Mahol | 2019-07-03 | 1 | -2/+4 |
* | avfilter: add support for gray14 format | Paul B Mahol | 2018-09-09 | 1 | -1/+1 |
* | lavfi: rename framesync2 to framesync. | Nicolas George | 2017-09-12 | 1 | -7/+7 |
* | avfilter: add support for GRAY9 and GBRAP10 | Paul B Mahol | 2017-08-07 | 1 | -1/+1 |
* | lavfi/vf_midequalizer: move to "activate" design. | Nicolas George | 2017-07-30 | 1 | -18/+10 |
* | avfilter/vf_midequalizer: add gray10 and gray12 support | Paul B Mahol | 2017-04-09 | 1 | -1/+1 |
* | avfilter/vf_midequalizer: Remove duplicate include | Michael Niedermayer | 2017-02-06 | 1 | -1/+0 |
* | avfilter: add midequalizer filter | Paul B Mahol | 2017-02-04 | 1 | -0/+391 |