summaryrefslogtreecommitdiff
path: root/libavfilter/vf_guided.c
Commit message (Expand)AuthorAge
* avfilter/vf_guided: fix reallocation of memory per every frame's plane proces...Paul B Mahol2022-05-02
* avfilter/vf_guided: make use of link variablesPaul B Mahol2022-05-02
* avfilter/vf_guided: remove excessive parenthesesPaul B Mahol2022-05-02
* avfilter/vf_guided: fix timeline supportPaul B Mahol2022-05-02
* avfilter/vf_guided: clean up commands supportPaul B Mahol2022-05-02
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_guided: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/vf_guided: Fix indentionLimin Wang2021-09-29
* avfilter/vf_guided: Remove always-false format checkAndreas Rheinhardt2021-09-21
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt2021-08-17
* avfilter/vf_(guided|program_opencl): Add missing dynamic inputs flagAndreas Rheinhardt2021-08-16
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-15
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter/vf_guided: support single inputXuewei Meng2021-06-29
* avfilter/vf_guided: Don't needlessly copy properties, fix potential NPDAndreas Rheinhardt2021-05-23
* avfilter/vf_guided: Fix leak of framesAndreas Rheinhardt2021-05-23
* avfilter/vf_guided: Don't free frame we don't ownAndreas Rheinhardt2021-05-23
* avfilter/guided: reindent after 93ddb9b617Gyan Doshi2021-05-14
* avfilter/guided: simplify subsampling assignment.Gyan Doshi2021-05-14
* GSoC: Support fast guided filter.Xuewei Meng2021-05-13
* avfilter/vf_guided: Add missing constAndreas Rheinhardt2021-05-11
* GSoC: Add guided filterXuewei Meng2021-05-10