| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: Remove unnecessary formats.h inclusions | Andreas Rheinhardt | 2023-08-07 | 1 | -2/+0 |
* | avfilter: Deduplicate default video inputs/outputs | Andreas Rheinhardt | 2023-08-07 | 1 | -8/+1 |
* | avutil/csp: create public API for colorspace structs | Leo Izen | 2022-06-01 | 1 | -13/+4 |
* | vf_tonemap: Fix order of planes | Vittorio Giovara | 2022-01-14 | 1 | -7/+8 |
* | avfilter/vf_tonemap: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -12/+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: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -1/+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_tonemap: add slice threading | Paul B Mahol | 2019-05-01 | 1 | -5/+34 |
* | lavfi/tonemap: make use of AVFILTER_DEFINE_CLASS | Jun Zhao | 2019-03-08 | 1 | -7/+1 |
* | vf_tonemap: Update hdr metadata with the new peak value | Vittorio Giovara | 2018-08-06 | 1 | -0/+2 |
* | vf_tonemap[_opencl]: Move determine_signal_peak() to a shared file | Vittorio Giovara | 2018-08-06 | 1 | -35/+3 |
* | vf_tonemap: Fix logic for detecting the maximum peak of untagged sources | Vittorio Giovara | 2018-08-06 | 1 | -3/+3 |
* | Add tonemap filter | Vittorio Giovara | 2017-08-15 | 1 | -0/+354 |