| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/blend: use a per-thread AVExpr | Marton Balint | 2024-05-14 | 1 | -1/+2 |
* | avfilter/blend: put slice parameters to a single struct | Marton Balint | 2024-05-14 | 1 | -1/+6 |
* | avfilter/vf_blend: Move ff_blend_init into a header | Andreas Rheinhardt | 2022-05-06 | 1 | -1/+0 |
* | avfilter/vf_blend: add few more modes | Paul B Mahol | 2021-09-30 | 1 | -0/+4 |
* | avfilter/vf_blend: add harmonic mode | Paul B Mahol | 2021-09-29 | 1 | -0/+1 |
* | avfilter/vf_blend: add geometric mode | Paul B Mahol | 2021-09-29 | 1 | -0/+1 |
* | avfilter/vf_blend: add softdifference blend mode | Paul B Mahol | 2021-09-26 | 1 | -0/+1 |
* | 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 gra... | Paul B Mahol | 2017-08-24 | 1 | -2/+2 |
* | avfilter/vf_blend: add extremity blend mode | Paul B Mahol | 2017-06-25 | 1 | -0/+1 |
* | avfilter/vf_blend: fix incorrect Y variable when threading is used | Paul B Mahol | 2016-05-23 | 1 | -1/+1 |
* | avfilter/vf_blend: add freeze and heat modes | Paul B Mahol | 2016-02-24 | 1 | -0/+2 |
* | 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 |
* | 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 |
* | avfilter/vf_blend: add x86 SIMD for some modes | Paul B Mahol | 2015-10-03 | 1 | -0/+70 |