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 (Expand)Author
2022-05-06avfilter/vf_threshold: Move ff_threshold_init into a headerAndreas Rheinhardt
2021-10-05avfilter: Reindentation after query_formats changesAndreas Rheinhardt
2021-10-05avfilter/vf_threshold: Use formats list instead of query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-09-21avfilter/vf_threshold: Remove always-false format checkAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-15avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-07-25avfilter/vf_threshold: add support for commandsPaul B Mahol
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-01-17avfilter/vf_threshold: add support for more formatsPaul B Mahol
2019-07-14avfilter/vf_threshold: use time_base from framesyncPaul B Mahol
2018-09-24avfilter/vf_threshold: add slice threadingPaul B Mahol
2018-09-09avfilter: add support for gray14 formatPaul B Mahol
2017-12-03avfilter/vf_threshold : move context func init in ff_threshold_initMartin Vignali
2017-12-02avfilter/vf_threshold: add x86 SIMDPaul B Mahol
2017-11-27avfilter/vf_threshold: use correct linesizePaul 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_threshold: move to "activate" design.Nicolas George
2017-01-30avfilter: add threshold filterPaul B Mahol