summaryrefslogtreecommitdiff
path: root/libavfilter/vf_maskedclamp.c
Commit message (Collapse)AuthorAge
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
| | | | | | | This is possible now that the next-API is gone. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter/vf_maskedclamp: add support for commandsPaul B Mahol2020-12-19
|
* avfilter/vf_maskedclamp: make C version consistent with ASM onePaul B Mahol2020-02-08
| | | | In case of undefined behaviour.
* avfilter/vf_maskedclamp: add 12bit yuva formatsPaul B Mahol2019-11-18
|
* avfilter/vf_maskedclamp: add x86 SIMDPaul B Mahol2019-10-23
|
* avfilter/vf_maskedclamp: rewrite using macroPaul B Mahol2019-10-22
|
* avfilter/vf_maskedclamp: use time_base from framesyncPaul B Mahol2019-07-03
| | | | Fixes non-monotonous timestamps.
* avfilter: add support for gray14 formatPaul B Mahol2018-09-09
|
* avfilter/vf_maskedclamp: silence warningPaul B Mahol2018-04-27
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_maskedclamp: add slice threadingPaul B Mahol2018-04-27
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_maskedclamp: ignore SAR from all inputsPaul B Mahol2017-11-12
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi: rename framesync2 to framesync.Nicolas George2017-09-12
|
* avfilter: add support for GRAY9 and GBRAP10Paul B Mahol2017-08-07
|
* lavfi/vf_maskedclamp: move to "activate" design.Nicolas George2017-07-30
|
* avfilter/vf_maskedclamp: fix bug when copying >8bit plane(s)Paul B Mahol2017-04-23
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_maskedclamp: limit overshot and undershot to UINT16_MAXPaul B Mahol2017-04-23
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_masked*: add gray10 and gray12 supportPaul B Mahol2016-11-29
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add maskedclamp filterPaul B Mahol2016-08-23