| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_maskedclamp: add support for commands | Paul B Mahol | 2020-12-19 | 1 | -1/+2 |
* | avfilter/vf_maskedclamp: make C version consistent with ASM one | Paul B Mahol | 2020-02-08 | 1 | -6/+2 |
* | avfilter/vf_maskedclamp: add 12bit yuva formats | Paul B Mahol | 2019-11-18 | 1 | -0/+1 |
* | avfilter/vf_maskedclamp: add x86 SIMD | Paul B Mahol | 2019-10-23 | 1 | -7/+11 |
* | avfilter/vf_maskedclamp: rewrite using macro | Paul B Mahol | 2019-10-22 | 1 | -89/+58 |
* | avfilter/vf_maskedclamp: use time_base from framesync | Paul B Mahol | 2019-07-03 | 1 | -2/+4 |
* | avfilter: add support for gray14 format | Paul B Mahol | 2018-09-09 | 1 | -1/+1 |
* | avfilter/vf_maskedclamp: silence warning | Paul B Mahol | 2018-04-27 | 1 | -1/+1 |
* | avfilter/vf_maskedclamp: add slice threading | Paul B Mahol | 2018-04-27 | 1 | -69/+99 |
* | avfilter/vf_maskedclamp: ignore SAR from all inputs | Paul B Mahol | 2017-11-12 | 1 | -18/+6 |
* | lavfi: rename framesync2 to framesync. | Nicolas George | 2017-09-12 | 1 | -8/+8 |
* | avfilter: add support for GRAY9 and GBRAP10 | Paul B Mahol | 2017-08-07 | 1 | -2/+2 |
* | lavfi/vf_maskedclamp: move to "activate" design. | Nicolas George | 2017-07-30 | 1 | -20/+11 |
* | avfilter/vf_maskedclamp: fix bug when copying >8bit plane(s) | Paul B Mahol | 2017-04-23 | 1 | -2/+6 |
* | avfilter/vf_maskedclamp: limit overshot and undershot to UINT16_MAX | Paul B Mahol | 2017-04-23 | 1 | -3/+3 |
* | avfilter/vf_masked*: add gray10 and gray12 support | Paul B Mahol | 2016-11-29 | 1 | -1/+1 |
* | avfilter: add maskedclamp filter | Paul B Mahol | 2016-08-23 | 1 | -0/+345 |