| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_ciescope: set output frame duration | Paul B Mahol | 2023-01-27 | 1 | -0/+1 |
* | avfilter/vf_ciescope: fix black-point position | Paul B Mahol | 2023-01-17 | 1 | -18/+16 |
* | avfilter/vf_ciescope: switch to anti-aliased lines | Paul B Mahol | 2023-01-17 | 1 | -13/+30 |
* | avfilter/vf_ciescope: add option to disable CIE tongue filling | Paul B Mahol | 2022-04-19 | 1 | -2/+5 |
* | avfilter/vf_ciescope: little optimizations | Paul B Mahol | 2022-04-19 | 1 | -137/+167 |
* | 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/vf_ciescope: Fix undefined behavior in rgb_to_xy() with black | Michael Niedermayer | 2021-06-08 | 1 | -1/+2 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | lavfi: regroup formats lists in a single structure. | Nicolas George | 2020-09-08 | 1 | -2/+2 |
* | avfilter/vf_ciescope: remove dead assignments | Paul B Mahol | 2019-09-16 | 1 | -4/+0 |
* | avfilter/vf_ciescope: add DCI-P3 | Paul B Mahol | 2019-07-22 | 1 | -0/+7 |
* | avfilter/vf_ciescope: Free out AVFrame on error | Michael Niedermayer | 2017-02-03 | 1 | -1/+3 |
* | avfilter/vf_ciescope: Fix 'ISO C90 forbids mixed declarations and code' | Michael Niedermayer | 2016-03-03 | 1 | -1/+2 |
* | avfilter/vf_ciescope: Fix "incompatible pointer type" warnings | Michael Niedermayer | 2016-03-03 | 1 | -5/+5 |
* | avfilter: add ciescope filter | Paul B Mahol | 2016-03-03 | 1 | -0/+1509 |