| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_blend: add support for float formats | Paul B Mahol | 2020-05-26 | 1 | -4/+108 |
* | remove CHAR_MIN/CHAR_MAX usage | Paul B Mahol | 2020-03-17 | 1 | -5/+5 |
* | avfilter/vf_blend: cosmetics: reindent | Paul B Mahol | 2019-11-19 | 1 | -38/+38 |
* | avfilter/vf_blend: add 12bit yuva formats | Paul B Mahol | 2019-11-18 | 1 | -0/+1 |
* | avcodec/filter: Remove extra '; ' outside of functions | Andreas Rheinhardt | 2019-10-07 | 1 | -5/+5 |
* | avfilter/vf_blend: add 9bit support | Paul B Mahol | 2019-07-14 | 1 | -0/+49 |
* | avfilter/vf_blend: use time_base from framesync | Paul B Mahol | 2019-07-03 | 1 | -1/+7 |
* | libavfilter/vf_blend.c: remove duplicate code with macro-defined function | Limin Wang | 2019-06-14 | 1 | -140/+48 |
* | libavfilter/vf_blend.c: remove duplicate code with same function | Limin Wang | 2019-06-14 | 1 | -12/+9 |
* | avfilter/vf_blend: remove unused header | Paul B Mahol | 2019-05-03 | 1 | -1/+0 |
* | 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 |