summaryrefslogtreecommitdiff
path: root/libavfilter/vf_maskedclamp.c
Commit message (Expand)AuthorAgeFilesLines
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-151-2/+3
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-21/+21
* avfilter/vf_maskedclamp: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-6/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/vf_maskedclamp: Remove always-false format checkAndreas Rheinhardt2021-09-211-5/+0
* 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-2/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-1/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_maskedclamp: add support for commandsPaul B Mahol2020-12-191-1/+2
* avfilter/vf_maskedclamp: make C version consistent with ASM onePaul B Mahol2020-02-081-6/+2
* avfilter/vf_maskedclamp: add 12bit yuva formatsPaul B Mahol2019-11-181-0/+1
* avfilter/vf_maskedclamp: add x86 SIMDPaul B Mahol2019-10-231-7/+11
* avfilter/vf_maskedclamp: rewrite using macroPaul B Mahol2019-10-221-89/+58
* avfilter/vf_maskedclamp: use time_base from framesyncPaul B Mahol2019-07-031-2/+4
* avfilter: add support for gray14 formatPaul B Mahol2018-09-091-1/+1
* avfilter/vf_maskedclamp: silence warningPaul B Mahol2018-04-271-1/+1
* avfilter/vf_maskedclamp: add slice threadingPaul B Mahol2018-04-271-69/+99
* avfilter/vf_maskedclamp: ignore SAR from all inputsPaul B Mahol2017-11-121-18/+6
* lavfi: rename framesync2 to framesync.Nicolas George2017-09-121-8/+8
* avfilter: add support for GRAY9 and GBRAP10Paul B Mahol2017-08-071-2/+2
* lavfi/vf_maskedclamp: move to "activate" design.Nicolas George2017-07-301-20/+11
* avfilter/vf_maskedclamp: fix bug when copying >8bit plane(s)Paul B Mahol2017-04-231-2/+6
* avfilter/vf_maskedclamp: limit overshot and undershot to UINT16_MAXPaul B Mahol2017-04-231-3/+3
* avfilter/vf_masked*: add gray10 and gray12 supportPaul B Mahol2016-11-291-1/+1
* avfilter: add maskedclamp filterPaul B Mahol2016-08-231-0/+345