summaryrefslogtreecommitdiff
path: root/libavfilter/vf_lut2.c
Commit message (Expand)AuthorAgeFilesLines
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-2/+2
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-8/+4
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-151-2/+4
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-1/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-2/+2
* avfilter/vf_lut2: add support for commandsPaul B Mahol2021-02-071-9/+24
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-081-2/+2
* avfilter/vf_lut2: add 12bit depth alpha formatsPaul B Mahol2019-11-181-0/+1
* avfilter/vf_lut2: fix typo, correctly support gray14Paul B Mahol2019-10-231-1/+1
* avfilter/vf_lut2: use time_base from framesyncPaul B Mahol2019-07-031-1/+4
* avfilter/vf_lut2: add slice threadingPaul B Mahol2019-06-091-13/+37
* avfilter/vf_lut2: implement support for different input depthsPaul B Mahol2018-11-151-78/+237
* avfilter/vf_lut2: add timeline support to tlut2 filterPaul B Mahol2018-05-141-9/+18
* avfilter/vf_lut2: ignore SAR from all inputsPaul B Mahol2017-11-121-11/+4
* lavfi: rename framesync2 to framesync.Nicolas George2017-09-121-7/+7
* avfilter/vf_lut2: add framesync optionsPaul B Mahol2017-08-301-5/+7
* avfilter: add support for GRAY9 and GBRAP10Paul B Mahol2017-08-071-2/+2
* avfilter: add tlut2 filterPaul B Mahol2017-08-041-46/+139
* lavfi/vf_lut2: move to "activate" design.Nicolas George2017-07-301-17/+9
* avfilter/vf_lut2: add support for gray10 and gray12 pixel formatsPaul B Mahol2017-06-241-1/+1
* avfilter/vf_lut2: also export video input bit depthPaul B Mahol2016-09-161-0/+6
* avfilter: add lut2 filterPaul B Mahol2016-08-251-0/+373