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-14avfilter/vf_remap: add option to control output formatPaul B Mahol
2019-07-14avfilter/vf_remap: use time_base from framesyncPaul B Mahol
Fixes non-monotonous timestamps.
2018-09-13avfilter/vf_remap: refactor codePaul B Mahol
2018-09-09avfilter/vf_remap: add slice threadingDaniel Oberhoff
Signed-off-by: Daniel Oberhoff <daniel@danieloberhoff.de> Signed-off-by: Paul B Mahol <onemda@gmail.com>
2018-09-09avfilter: add support for gray14 formatPaul B Mahol
2017-09-12lavfi: rename framesync2 to framesync.Nicolas George
2017-08-07avfilter: add support for GRAY9 and GBRAP10Paul B Mahol
2017-07-30lavfi/vf_remap: move to "activate" design.Nicolas George
2017-01-29avfilter/vf_remap: add . at end of long descriptionPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-08-10avfilter/vf_remap: >8 bit supportPaul B Mahol
2016-04-07avfilter: add remap filterF.Sluiter
Signed-off-by: Paul B Mahol <onemda@gmail.com>