summaryrefslogtreecommitdiff
path: root/libavfilter/vf_dedot.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: use ff_inlink_make_frame_writable()Paul B Mahol2023-02-121-1/+1
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-17/+17
* avfilter/vf_dedot: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-5/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-151-9/+9
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-4/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_dedot: Fix leak of AVFrame if making it writable failsAndreas Rheinhardt2020-02-111-1/+2
* avfilter/vf_dedot: add 12bit yuva formatsPaul B Mahol2019-11-181-0/+1
* avfilter/vf_dedot: fix crashPaul B Mahol2019-10-171-2/+6
* avfilter/vf_dedot: initizalize ret variablePaul B Mahol2018-11-161-1/+1
* avfilter: add dedot video filterPaul B Mahol2018-11-161-0/+409