Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-13avfilter/vf_premultiply: fix memory-leak on failureTimo Rothenpieler
Fixes CID #1416352
2017-09-12lavfi: rename framesync2 to framesync.Nicolas George
2017-08-07avfilter/vf_premultiply: add inplace modePaul B Mahol
2017-08-07avfilter: add support for GRAY9 and GBRAP10Paul B Mahol
2017-08-02avfilter: add unpremultiply filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-07-30lavfi/vf_premultiply: move to "activate" design.Nicolas George
2017-04-23avfilter/vf_premultiply: add planes optionPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-12-02avfilter/vf_premultiply: remove redundant semicolonsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-12-02avfilter: add premultiply filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>