summaryrefslogtreecommitdiff
path: root/libavfilter/vf_lut2.c
Commit message (Expand)AuthorAge
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-15
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vf_lut2: add support for commandsPaul B Mahol2021-02-07
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-08
* avfilter/vf_lut2: add 12bit depth alpha formatsPaul B Mahol2019-11-18
* avfilter/vf_lut2: fix typo, correctly support gray14Paul B Mahol2019-10-23
* avfilter/vf_lut2: use time_base from framesyncPaul B Mahol2019-07-03
* avfilter/vf_lut2: add slice threadingPaul B Mahol2019-06-09
* avfilter/vf_lut2: implement support for different input depthsPaul B Mahol2018-11-15
* avfilter/vf_lut2: add timeline support to tlut2 filterPaul B Mahol2018-05-14
* avfilter/vf_lut2: ignore SAR from all inputsPaul B Mahol2017-11-12
* lavfi: rename framesync2 to framesync.Nicolas George2017-09-12
* avfilter/vf_lut2: add framesync optionsPaul B Mahol2017-08-30
* avfilter: add support for GRAY9 and GBRAP10Paul B Mahol2017-08-07
* avfilter: add tlut2 filterPaul B Mahol2017-08-04
* lavfi/vf_lut2: move to "activate" design.Nicolas George2017-07-30
* avfilter/vf_lut2: add support for gray10 and gray12 pixel formatsPaul B Mahol2017-06-24
* avfilter/vf_lut2: also export video input bit depthPaul B Mahol2016-09-16
* avfilter: add lut2 filterPaul B Mahol2016-08-25