Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avfilter/vf_blend: add 10bit support | Paul B Mahol | 2018-11-15 | 1 | -2/+2 |
| | |||||
* | avfilter/vf_blend: rename addition128 and difference128 to grainmerge and ↵ | Paul B Mahol | 2017-08-24 | 1 | -2/+2 |
| | | | | grainextract | ||||
* | avfilter/vf_blend: add extremity blend mode | Paul B Mahol | 2017-06-25 | 1 | -0/+1 |
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | avfilter/vf_blend: fix incorrect Y variable when threading is used | Paul B Mahol | 2016-05-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | avfilter/vf_blend: add freeze and heat modes | Paul B Mahol | 2016-02-24 | 1 | -0/+2 |
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | vf_blend: Move C dsp function mapping to separate function | Timothy Gu | 2016-02-14 | 1 | -0/+1 |
| | |||||
* | vf_blend: Reduce number of arguments for kernel function | Timothy Gu | 2016-02-14 | 1 | -1/+1 |
| | |||||
* | avfilter/vf_blend: add multiply128 mode | Paul B Mahol | 2016-02-07 | 1 | -0/+1 |
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | all: Add missing header guards | Timothy Gu | 2016-01-28 | 1 | -0/+5 |
| | |||||
* | avfilter/vf_blend: Fix argument types, fix segfault in asm | Michael Niedermayer | 2015-10-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | avfilter/vf_blend: add x86 SIMD for some modes | Paul B Mahol | 2015-10-03 | 1 | -0/+70 |
Signed-off-by: Paul B Mahol <onemda@gmail.com> |