| Commit message (Expand) | Author | Age | Files | Lines |
* | all: Replace if (ARCH_FOO) checks by #if ARCH_FOO | Andreas Rheinhardt | 2022-06-15 | 1 | -2/+3 |
* | avfilter/vf_maskedmerge: fix rounding when masking | Paul B Mahol | 2022-03-03 | 1 | -8/+12 |
* | avfilter/vf_maskedmerge: add float pixel formats | Paul B Mahol | 2022-02-21 | 1 | -5/+9 |
* | avfilter/vf_maskedmerge: refactor slice function | Paul B Mahol | 2022-02-21 | 1 | -43/+30 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -21/+21 |
* | avfilter/vf_maskedmerge: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -6/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/vf_maskedmerge: Remove always-false format check | Andreas Rheinhardt | 2021-09-21 | 1 | -5/+0 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/internal: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -2/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -1/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vf_maskedmerge: add yuv440p10 and commands support | Paul B Mahol | 2021-01-17 | 1 | -2/+3 |
* | avfilter/vf_maskedmerge: add 12bit yuva formats | Paul B Mahol | 2019-11-18 | 1 | -0/+1 |
* | avfilter/vf_maskedmerge: always use framesync timestamps | Paul B Mahol | 2019-07-14 | 1 | -1/+1 |
* | avfilter/vf_maskedmerge: use time_base from framesync | Paul B Mahol | 2019-07-03 | 1 | -2/+4 |
* | avfilter: add support for gray14 format | Paul B Mahol | 2018-09-09 | 1 | -1/+1 |
* | avfilter/vf_maskedmerge: add slice threading | Paul B Mahol | 2018-05-12 | 1 | -17/+50 |
* | avfilter/vf_maskedmerge: ignore SAR from all inputs | Paul B Mahol | 2017-11-12 | 1 | -18/+6 |
* | lavfi: rename framesync2 to framesync. | Nicolas George | 2017-09-12 | 1 | -7/+7 |
* | avfilter: add support for GRAY9 and GBRAP10 | Paul B Mahol | 2017-08-07 | 1 | -2/+2 |
* | lavfi/vf_maskedmerge: move to "activate" design. | Nicolas George | 2017-07-30 | 1 | -19/+10 |
* | avfilter/vf_maskedmerge: fix bug when copying >8bit plane(s) | Paul B Mahol | 2017-04-23 | 1 | -1/+4 |
* | avfilter/vf_masked*: add gray10 and gray12 support | Paul B Mahol | 2016-11-29 | 1 | -1/+1 |
* | avfilter/vf_maskedmerge: add support for more pixel formats | Paul B Mahol | 2016-08-23 | 1 | -1/+3 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -2/+2 |
* | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 1 | -2/+1 |
* | avfilter/vf_maskedmerge: add SIMD for maskedmerge with 8 bit depth input | Paul B Mahol | 2015-10-02 | 1 | -35/+24 |
* | avfilter/vf_maskedmerge: get rid of MaskedMergeContext from functions that do... | Paul B Mahol | 2015-09-30 | 1 | -14/+12 |
* | avfilter/vf_maskedmerge: rewrite and remove some duplicated code | Paul B Mahol | 2015-09-30 | 1 | -51/+52 |
* | avfilter: add maskedmerge filter | Paul B Mahol | 2015-09-28 | 1 | -0/+324 |