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
2019-07-03avfilter/vf_lut2: use time_base from framesyncPaul B Mahol
Fixes non-monotonous timestamps.
2019-06-09avfilter/vf_lut2: add slice threadingPaul B Mahol
2018-11-15avfilter/vf_lut2: implement support for different input depthsPaul B Mahol
2018-05-14avfilter/vf_lut2: add timeline support to tlut2 filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-11-12avfilter/vf_lut2: ignore SAR from all inputsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-09-12lavfi: rename framesync2 to framesync.Nicolas George
2017-08-30avfilter/vf_lut2: add framesync optionsPaul B Mahol
Also stop leaking memory. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-08-07avfilter: add support for GRAY9 and GBRAP10Paul B Mahol
2017-08-04avfilter: add tlut2 filterPaul B Mahol
2017-07-30lavfi/vf_lut2: move to "activate" design.Nicolas George
2017-06-24avfilter/vf_lut2: add support for gray10 and gray12 pixel formatsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-09-16avfilter/vf_lut2: also export video input bit depthPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-08-25avfilter: add lut2 filterPaul B Mahol