summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_maskedmerge.c
Commit message (Collapse)AuthorAgeFilesLines
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-2/+2
| | | | | | | | | | Libav, for some reason, merged this as a public API function. This will aid in future merges. A define is left for backwards compat, just in case some person used it, since it is in a public header. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-2/+1
| | | | | | | | | | | | | | | | | | Many of the functions from avfilter/formats can return errors, usually AVERROR(ENOMEM). This propagates the return values. All of these were found by using av_warn_unused_result, demonstrating its utility. Tested with FATE. I am least sure of the changes to avfilter/filtergraph, since I don't know what/how reduce_format is intended to behave and how it should react to errors. Fixes: CID 1325680, 1325679, 1325678. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Previous version Reviewed-by: Nicolas George <george@nsup.org> Previous version Reviewed-by: Clément Bœsch <u@pkh.me> Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
* avfilter/vf_maskedmerge: add SIMD for maskedmerge with 8 bit depth inputPaul B Mahol2015-10-021-35/+24
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_maskedmerge: get rid of MaskedMergeContext from functions that ↵Paul B Mahol2015-09-301-14/+12
| | | | | | do actual work Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_maskedmerge: rewrite and remove some duplicated codePaul B Mahol2015-09-301-51/+52
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add maskedmerge filterPaul B Mahol2015-09-281-0/+324
Signed-off-by: Paul B Mahol <onemda@gmail.com>
OpenPOWER on IntegriCloud