summaryrefslogtreecommitdiff
path: root/libavfilter/vf_fieldhint.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/frame: deprecate interlaced_frame and top_field_firstJames Almer2023-05-041-0/+8
* avfilter: use the new AVFrame interlace flags in all filtersJames Almer2023-05-041-0/+2
* avutil/internal: Move avpriv-file API to a header of its ownAndreas Rheinhardt2022-09-031-0/+1
* Switch uses of av_fopen_utf8 to avpriv_fopen_utf8Martin Storsjö2022-05-231-1/+1
* avfilter/vf_fieldhint: add pattern mode of filteringPaul B Mahol2022-03-141-7/+24
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/formats: Make ff_formats_pixdesc_filter return AVFilterFormats*Andreas Rheinhardt2021-09-261-9/+4
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_fieldhint: use ff_formats_pixdesc_filter()Paul B Mahol2021-01-161-12/+9
* avfilter/vf_fieldhint: use av_fopen_utf8()Paul B Mahol2020-02-141-1/+1
* avfilter/vf_fieldhint: add support for duplicating fieldsPaul B Mahol2019-10-191-3/+31
* avfilter/vf_fieldhint: Free out AVFrame on errorMichael Niedermayer2017-02-031-0/+1
* lavfi: split frame_count between input and output.Nicolas George2016-11-131-7/+7
* avfilter/vf_fieldhint: Reorder operation to prevent hypothetical integer over...Michael Niedermayer2016-05-291-2/+2
* avfilter/vf_fieldhint: Assert that mode is validMichael Niedermayer2016-05-291-0/+3
* avfilter: add fieldhint filterPaul B Mahol2016-02-161-0/+280