| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_blend: Move ff_blend_init into a header | Andreas Rheinhardt | 2022-05-06 | 1 | -175/+1 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | avfilter/vf_blend: fix un-checked potential memory allocation failure | Wu Jianhua | 2022-01-05 | 1 | -1/+5 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -20/+20 |
* | avfilter/vf_blend: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -7/+2 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -2/+2 |
* | avfilter/vf_blend: add few more modes | Paul B Mahol | 2021-09-30 | 1 | -1/+9 |
* | avfilter/vf_blend: add harmonic mode | Paul B Mahol | 2021-09-29 | 1 | -0/+2 |
* | avfilter/vf_blend: add geometric mode | Paul B Mahol | 2021-09-29 | 1 | -0/+2 |
* | avfilter/vf_blend: add 14bit pixel format support | Paul B Mahol | 2021-09-28 | 1 | -0/+9 |
* | avfilter/vf_blend: refactor blend modes | Paul B Mahol | 2021-09-28 | 1 | -288/+23 |
* | avfilter/vf_blend: add gray9 pixel format support | Paul B Mahol | 2021-09-27 | 1 | -1/+1 |
* | avfilter/vf_blend: refactor blend macros | Paul B Mahol | 2021-09-27 | 1 | -268/+222 |
* | avfilter/vf_blend: refactor similar code | Paul B Mahol | 2021-09-27 | 1 | -66/+27 |
* | avfilter/vf_blend: add softdifference blend mode | Paul B Mahol | 2021-09-26 | 1 | -0/+8 |
* | avfilter/vf_blend: Remove always-false format check | Andreas Rheinhardt | 2021-09-21 | 1 | -4/+0 |
* | avfilter/vf_blend: Don't redefine options name | Andreas Rheinhardt | 2021-09-19 | 1 | -2/+1 |
* | avfilter/vf_blend: use float for opacity calculations | Paul B Mahol | 2021-08-27 | 1 | -9/+9 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -8/+4 |
* | avfilter/internal: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -1/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -4/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avfilter/vf_blend: add support for commands | Paul B Mahol | 2021-02-04 | 1 | -25/+51 |
* | avfilter/vf_blend: Deduplicate options | Andreas Rheinhardt | 2021-01-08 | 1 | -58/+51 |
* | 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 |