| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: use av_clip_uintp2 instead of av_clip for 10b and 12b | Martin Vignali | 2018-11-17 | 1 | -10/+10 |
* | avfilter/vf_blend: add 12bit support | Paul B Mahol | 2018-11-15 | 1 | -1/+85 |
* | avfilter/vf_blend: add 10bit support | Paul B Mahol | 2018-11-15 | 1 | -84/+216 |
* | avfilter/vf_blend: add timeline support to tblend filter | Paul B Mahol | 2018-05-14 | 1 | -4/+10 |
* | avfilter/vf_blend: ignore SAR from all inputs | Paul B Mahol | 2017-11-12 | 1 | -11/+4 |
* | lavfi: rename framesync2 to framesync. | Nicolas George | 2017-09-12 | 1 | -6/+6 |
* | lavfi/vf_blend: convert to framesync2. | Nicolas George | 2017-08-29 | 1 | -21/+27 |
* | avfilter/vf_blend: rename addition128 and difference128 to grainmerge and gra... | Paul B Mahol | 2017-08-24 | 1 | -8/+10 |
* | avfilter/vf_blend: add extremity blend mode | Paul B Mahol | 2017-06-25 | 1 | -0/+4 |
* | avfilter/vf_blend: add GBRAP16 | Paul B Mahol | 2017-04-10 | 1 | -1/+1 |
* | lavfi: split frame_count between input and output. | Nicolas George | 2016-11-13 | 1 | -1/+1 |
* | avfilter: make use of ff_filter_get_nb_threads | Paul B Mahol | 2016-08-29 | 1 | -1/+1 |
* | avfilter/vf_blend: fix incorrect Y variable when threading is used | Paul B Mahol | 2016-05-23 | 1 | -8/+8 |
* | avfilter/vf_blend: add freeze and heat modes | Paul B Mahol | 2016-02-24 | 1 | -0/+8 |
* | vf_blend: Move C dsp function mapping to separate function | Timothy Gu | 2016-02-14 | 1 | -41/+46 |
* | vf_blend: Use integers for divide mode | Timothy Gu | 2016-02-14 | 1 | -2/+2 |
* | vf_blend: Reduce number of arguments for kernel function | Timothy Gu | 2016-02-14 | 1 | -13/+14 |
* | vf_blend: Use memcpy when opacity is 0 | Timothy Gu | 2016-02-14 | 1 | -0/+6 |
* | vf_blend: Templatize identity function and use a better name | Timothy Gu | 2016-02-14 | 1 | -8/+14 |
* | avfilter/vf_blend: add multiply128 mode | Paul B Mahol | 2016-02-07 | 1 | -0/+4 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -2/+2 |
* | avfilter,swresample,swscale: use fabs, fabsf instead of FFABS | Ganesh Ajjanagadde | 2015-10-22 | 1 | -2/+2 |
* | avfilter/vf_blend: fix normal mode with opacity != 1 | Paul B Mahol | 2015-10-09 | 1 | -1/+46 |
* | avfilter/vf_blend: Fix argument types, fix segfault in asm | Michael Niedermayer | 2015-10-03 | 1 | -4/+4 |
* | avfilter/vf_blend: add x86 SIMD for some modes | Paul B Mahol | 2015-10-03 | 1 | -71/+29 |
* | avfilter/vf_blend: add addition128 mode | Paul B Mahol | 2015-09-26 | 1 | -0/+5 |
* | lavfi: remove FF_LINK_FLAG_REQUEST_LOOP. | Nicolas George | 2015-09-20 | 1 | -3/+2 |
* | avfilter/blend: use AV_OPT_TYPE_BOOL for shortest and repeatlast options | Clément Bœsch | 2015-09-08 | 1 | -2/+2 |
* | Replace all remaining occurances of step/depth_minus1 and offset_plus1 | Hendrik Leppkes | 2015-09-08 | 1 | -1/+1 |
* | avfilter/vf_blend: use the name 's' for the pointer to the private context | Paul B Mahol | 2015-08-25 | 1 | -39/+39 |
* | avfilter/vf_blend: unbreak tblend | Paul B Mahol | 2015-07-18 | 1 | -39/+29 |
* | avfilter/vf_blend: implement 16bit support | Paul B Mahol | 2015-07-18 | 1 | -123/+202 |
* | avfilter/vf_blend: add linearlight and glow mode | Paul B Mahol | 2015-06-03 | 1 | -0/+8 |
* | avfilter/vf_blend: add hardmix mode | Paul B Mahol | 2015-06-02 | 1 | -0/+4 |
* | avfilter/vf_blend: fix vividlight blend mode | Paul B Mahol | 2015-06-02 | 1 | -1/+1 |
* | avfilter/vf_blend: clip result for divide blend mode | Paul B Mahol | 2015-06-02 | 1 | -1/+1 |
* | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -2/+4 |
* | avfilter/vf_tblend: use av_frame_free for freeing an AVFrame | Clément Bœsch | 2015-03-02 | 1 | -1/+1 |
* | libavfilter/vf_blend: do not unconditionally compile both filters | Paul B Mahol | 2015-01-05 | 1 | -12/+20 |
* | avfilter/vf_blend: Fix AVClass | Michael Niedermayer | 2014-12-27 | 1 | -1/+1 |
* | lavfi: add tblend filter | Stefano Sabatini | 2014-12-27 | 1 | -41/+119 |
* | lavfi/blend: add difference128 mode | Stefano Sabatini | 2014-12-26 | 1 | -0/+4 |
* | avfilter/vf_blend: fix macro () | Michael Niedermayer | 2014-06-22 | 1 | -4/+4 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter/dualinput: simplify | Paul B Mahol | 2013-09-30 | 1 | -10/+4 |
* | lavfi/dualinput: reimplement on top of framesync. | Nicolas George | 2013-09-23 | 1 | -0/+4 |
* | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -7/+7 |
* | lavfi/blend: use dual input helpers | Paul B Mahol | 2013-07-06 | 1 | -106/+77 |
* | lavfi/blend: support slice threading | Paul B Mahol | 2013-05-24 | 1 | -26/+53 |
* | lavfi/blend: fix SW/SH calculation | Paul B Mahol | 2013-05-24 | 1 | -2/+2 |