summaryrefslogtreecommitdiff
path: root/libavfilter/vf_amplify.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_amplify: improve performancePaul B Mahol2022-02-271-13/+9
* avfilter/vf_amplify: add float formats supportPaul B Mahol2022-02-171-10/+15
* avfilter/vf_amplify: refactor amplify functionPaul B Mahol2022-02-171-84/+50
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-26/+26
* avfilter/vf_amplify: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-5/+1
* 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/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-151-1/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-4/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_amplify: add timeline supportPaul B Mahol2019-11-211-9/+16
* avfilter/vf_amplify: add support for alpha formatsPaul B Mahol2019-11-181-0/+5
* avfilter/vf_amplify: cosmeticsPaul B Mahol2019-10-171-1/+1
* avfilter/vf_amplify: add support for commandsPaul B Mahol2019-10-141-6/+8
* avfilter/vf_amplify: add tolerance optionPaul B Mahol2019-02-221-2/+5
* avfilter: add support for gray14 formatPaul B Mahol2018-09-091-1/+1
* avfilter: use av_clip_uintp2_c where clip is variableJohn Cox2018-05-311-1/+1
* avfilter/vf_amplify: check if array is availabe before using itPaul B Mahol2018-05-141-2/+4
* avfilter/vf_amplify: add more options for finer filteringPaul B Mahol2018-05-041-8/+27
* avfilter: add amplify filterPaul B Mahol2018-04-291-0/+290