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-08-07avfilter: add support for GRAY9 and GBRAP10Paul B Mahol
2016-11-29avfilter/vf_bitplanenoise: add gray10 and gray12 suppportPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-09-04avfilter/vf_bitplanenoise: silence clang warning, do not truncate valuePaul B Mahol
2016-08-17avfilter: add bitplanenoise filterPaul B Mahol