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
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-09-21avfilter/vf_bm3d: Remove always-false format checkAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-17avfilter/avfilter: Remove unused feature to add pads in the middleAndreas 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-22Remove unnecessary avassert.h inclusionsAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-08-27avfilter/vf_bm3d: Don't allocate inpad namesAndreas Rheinhardt
2019-11-19avfilter/vf_bm3d: improve threshold scaling with different block_size and depthPaul B Mahol
2019-11-18avfilter/vf_bm3d: use boolean for ref optionPaul B Mahol
2019-11-18avfilter/vf_bm3d: add support for alpha formatsPaul B Mahol
2019-10-23avfilter/vf_bm3d: add gray14 formatPaul B Mahol
2019-10-19avfilter/vf_bm3d: round values toward nearest integerPaul B Mahol
2019-10-19avfilter/vf_bm3d: forward status backPaul B Mahol
2019-10-15avfilter/vf_bm3d: make sure nb_jobs is at least 1Paul B Mahol
2019-10-13avfilter/vf_bm3d: fix possible infinite loopPaul B Mahol
2019-10-13avfilter/vf_bm3d: fix heap-buffer overflowsPaul B Mahol
2018-09-13avfilter/vf_bm3d: use av_clip_uintp2_c where clip is variablePaul B Mahol
2018-09-13avfilter: add bm3d filterPaul B Mahol