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-03avfilter/vf_guided: fix reallocation of memory per every frame's plane proces...Paul B Mahol
2022-05-03avfilter/vf_guided: make use of link variablesPaul B Mahol
2022-05-03avfilter/vf_guided: remove excessive parenthesesPaul B Mahol
2022-05-03avfilter/vf_guided: fix timeline supportPaul B Mahol
2022-05-03avfilter/vf_guided: clean up commands supportPaul B Mahol
2021-10-05avfilter: Reindentation after query_formats changesAndreas Rheinhardt
2021-10-05avfilter/vf_guided: Use formats list instead of query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-09-29avfilter/vf_guided: Fix indentionLimin Wang
2021-09-21avfilter/vf_guided: 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-16avfilter/vf_(guided|program_opencl): Add missing dynamic inputs flagAndreas 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-06-29avfilter/vf_guided: support single inputXuewei Meng
2021-05-23avfilter/vf_guided: Don't needlessly copy properties, fix potential NPDAndreas Rheinhardt
2021-05-23avfilter/vf_guided: Fix leak of framesAndreas Rheinhardt
2021-05-23avfilter/vf_guided: Don't free frame we don't ownAndreas Rheinhardt
2021-05-14avfilter/guided: reindent after 93ddb9b617Gyan Doshi
2021-05-14avfilter/guided: simplify subsampling assignment.Gyan Doshi
2021-05-13GSoC: Support fast guided filter.Xuewei Meng
2021-05-11avfilter/vf_guided: Add missing constAndreas Rheinhardt
2021-05-10GSoC: Add guided filterXuewei Meng