summaryrefslogtreecommitdiff
path: root/libavfilter/vf_weave.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/frame: deprecate interlaced_frame and top_field_firstJames Almer2023-05-041-0/+4
* avfilter: use the new AVFrame interlace flags in all filtersJames Almer2023-05-041-0/+5
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-2/+2
* avfilter/formats: Make ff_formats_pixdesc_filter return AVFilterFormats*Andreas Rheinhardt2021-09-261-8/+2
* avfilter/vf_weave: Deduplicate AVClassesAndreas Rheinhardt2021-09-191-5/+2
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-6/+4
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-151-2/+2
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-2/+2
* avfilter/vf_weave: add slice threading supportPaul B Mahol2021-01-301-16/+44
* avfilter/vf_weave: use ff_formats_pixdesc_filter()Paul B Mahol2021-01-161-11/+5
* avfilter: Remove redundant ff_formats/channel_layouts_unref()Andreas Rheinhardt2020-08-241-1/+0
* avfilter/vf_weave: pal and hwaccel formats are not supportedPaul B Mahol2019-11-191-0/+22
* lavfi/weave: Refactor two near-identical clauses.Shlomi Fish2018-07-041-19/+13
* avfilter/vf_weave: fix top vs bottom field orderPaul B Mahol2017-08-161-4/+4
* avfilter: add doubleweave filterPaul B Mahol2017-04-221-14/+55
* avfilter/vf_weave: do not leak unused framePaul B Mahol2016-09-091-0/+8
* avfilter: add weave filterPaul B Mahol2016-09-021-0/+143