summaryrefslogtreecommitdiff
path: root/libavfilter/vf_premultiply.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_premultiply: add missing AV_PIX_FMT_YUVA444P12Mark Reid2020-09-141-0/+2
* avfilter/vf_premultiply: add support for gbrapf32 formatMark Reid2020-09-101-3/+115
* avfilter/vf_premultiply: Fix leak of names of inpadsAndreas Rheinhardt2020-08-261-12/+4
* avfilter/vf_premultiply: add support for 12bit yuva formatPaul B Mahol2019-11-181-1/+1
* avfilter/vf_premultiply: fix signed integer overflowPaul B Mahol2019-10-221-2/+2
* avfilter/vf_premultiply: forward status back from output to all input linksPaul B Mahol2019-09-251-0/+2
* avfilter: add support for gray14 formatPaul B Mahol2018-09-091-0/+2
* avfilter/vf_premultiply: add gray14 formatPaul B Mahol2018-09-091-1/+1
* avfilter/vf_premultiply: add slice threadingPaul B Mahol2018-04-271-17/+50
* avfilter/vf_premultiply : fix unpremultiply_offset for rgb inputMartin Vignali2018-03-181-2/+2
* avfilter/vf_premultiply: fix memory-leak on failureTimo Rothenpieler2017-11-131-2/+3
* lavfi: rename framesync2 to framesync.Nicolas George2017-09-121-7/+7
* avfilter/vf_premultiply: add inplace modePaul B Mahol2017-08-071-54/+145
* avfilter: add support for GRAY9 and GBRAP10Paul B Mahol2017-08-071-1/+3
* avfilter: add unpremultiply filterPaul B Mahol2017-08-021-45/+262
* lavfi/vf_premultiply: move to "activate" design.Nicolas George2017-07-301-18/+10
* avfilter/vf_premultiply: add planes optionPaul B Mahol2017-04-231-1/+12
* avfilter/vf_premultiply: remove redundant semicolonsMichael Niedermayer2016-12-021-2/+2
* avfilter: add premultiply filterPaul B Mahol2016-12-011-0/+409