summaryrefslogtreecommitdiff
path: root/libavfilter/vf_amplify.c
Commit message (Expand)AuthorAge
* avfilter/vf_amplify: improve performancePaul B Mahol2022-02-27
* avfilter/vf_amplify: add float formats supportPaul B Mahol2022-02-17
* avfilter/vf_amplify: refactor amplify functionPaul B Mahol2022-02-17
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_amplify: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* 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_amplify: add timeline supportPaul B Mahol2019-11-21
* avfilter/vf_amplify: add support for alpha formatsPaul B Mahol2019-11-18
* avfilter/vf_amplify: cosmeticsPaul B Mahol2019-10-17
* avfilter/vf_amplify: add support for commandsPaul B Mahol2019-10-14
* avfilter/vf_amplify: add tolerance optionPaul B Mahol2019-02-22
* avfilter: add support for gray14 formatPaul B Mahol2018-09-09
* avfilter: use av_clip_uintp2_c where clip is variableJohn Cox2018-05-31
* avfilter/vf_amplify: check if array is availabe before using itPaul B Mahol2018-05-14
* avfilter/vf_amplify: add more options for finer filteringPaul B Mahol2018-05-04
* avfilter: add amplify filterPaul B Mahol2018-04-29