summaryrefslogtreecommitdiff
path: root/libavfilter/vf_guided.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_guided: fix reallocation of memory per every frame's plane proces...Paul B Mahol2022-05-021-48/+62
* avfilter/vf_guided: make use of link variablesPaul B Mahol2022-05-021-8/+10
* avfilter/vf_guided: remove excessive parenthesesPaul B Mahol2022-05-021-2/+1
* avfilter/vf_guided: fix timeline supportPaul B Mahol2022-05-021-1/+7
* avfilter/vf_guided: clean up commands supportPaul B Mahol2022-05-021-27/+13
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-20/+20
* avfilter/vf_guided: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-6/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/vf_guided: Fix indentionLimin Wang2021-09-291-39/+38
* avfilter/vf_guided: Remove always-false format checkAndreas Rheinhardt2021-09-211-4/+0
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-2/+1
* avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt2021-08-171-2/+2
* avfilter/vf_(guided|program_opencl): Add missing dynamic inputs flagAndreas Rheinhardt2021-08-161-1/+2
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-151-6/+6
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-1/+1
* avfilter/vf_guided: support single inputXuewei Meng2021-06-291-57/+111
* avfilter/vf_guided: Don't needlessly copy properties, fix potential NPDAndreas Rheinhardt2021-05-231-4/+0
* avfilter/vf_guided: Fix leak of framesAndreas Rheinhardt2021-05-231-0/+1
* avfilter/vf_guided: Don't free frame we don't ownAndreas Rheinhardt2021-05-231-1/+0
* avfilter/guided: reindent after 93ddb9b617Gyan Doshi2021-05-141-11/+11
* avfilter/guided: simplify subsampling assignment.Gyan Doshi2021-05-141-18/+8
* GSoC: Support fast guided filter.Xuewei Meng2021-05-131-34/+70
* avfilter/vf_guided: Add missing constAndreas Rheinhardt2021-05-111-1/+1
* GSoC: Add guided filterXuewei Meng2021-05-101-0/+429