summaryrefslogtreecommitdiff
path: root/libavfilter/vf_maskedmerge.c
Commit message (Expand)AuthorAge
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_maskedmerge: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/vf_maskedmerge: Remove always-false format checkAndreas Rheinhardt2021-09-21
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-15
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vf_maskedmerge: add yuv440p10 and commands supportPaul B Mahol2021-01-17
* avfilter/vf_maskedmerge: add 12bit yuva formatsPaul B Mahol2019-11-18
* avfilter/vf_maskedmerge: always use framesync timestampsPaul B Mahol2019-07-14
* avfilter/vf_maskedmerge: use time_base from framesyncPaul B Mahol2019-07-03
* avfilter: add support for gray14 formatPaul B Mahol2018-09-09
* avfilter/vf_maskedmerge: add slice threadingPaul B Mahol2018-05-12
* avfilter/vf_maskedmerge: ignore SAR from all inputsPaul B Mahol2017-11-12
* lavfi: rename framesync2 to framesync.Nicolas George2017-09-12
* avfilter: add support for GRAY9 and GBRAP10Paul B Mahol2017-08-07
* lavfi/vf_maskedmerge: move to "activate" design.Nicolas George2017-07-30
* avfilter/vf_maskedmerge: fix bug when copying >8bit plane(s)Paul B Mahol2017-04-23
* avfilter/vf_masked*: add gray10 and gray12 supportPaul B Mahol2016-11-29
* avfilter/vf_maskedmerge: add support for more pixel formatsPaul B Mahol2016-08-23
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-14
* avfilter/vf_maskedmerge: add SIMD for maskedmerge with 8 bit depth inputPaul B Mahol2015-10-02
* avfilter/vf_maskedmerge: get rid of MaskedMergeContext from functions that do...Paul B Mahol2015-09-30
* avfilter/vf_maskedmerge: rewrite and remove some duplicated codePaul B Mahol2015-09-30
* avfilter: add maskedmerge filterPaul B Mahol2015-09-28