summaryrefslogtreecommitdiff
path: root/libavfilter/vf_ciescope.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_ciescope: set output frame durationPaul B Mahol2023-01-271-0/+1
* avfilter/vf_ciescope: fix black-point positionPaul B Mahol2023-01-171-18/+16
* avfilter/vf_ciescope: switch to anti-aliased linesPaul B Mahol2023-01-171-13/+30
* avfilter/vf_ciescope: add option to disable CIE tongue fillingPaul B Mahol2022-04-191-2/+5
* avfilter/vf_ciescope: little optimizationsPaul B Mahol2022-04-191-137/+167
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/vf_ciescope: Fix undefined behavior in rgb_to_xy() with blackMichael Niedermayer2021-06-081-1/+2
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-081-2/+2
* avfilter/vf_ciescope: remove dead assignmentsPaul B Mahol2019-09-161-4/+0
* avfilter/vf_ciescope: add DCI-P3Paul B Mahol2019-07-221-0/+7
* avfilter/vf_ciescope: Free out AVFrame on errorMichael Niedermayer2017-02-031-1/+3
* avfilter/vf_ciescope: Fix 'ISO C90 forbids mixed declarations and code'Michael Niedermayer2016-03-031-1/+2
* avfilter/vf_ciescope: Fix "incompatible pointer type" warningsMichael Niedermayer2016-03-031-5/+5
* avfilter: add ciescope filterPaul B Mahol2016-03-031-0/+1509