summaryrefslogtreecommitdiff
path: root/libavfilter/vf_w3fdif.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-3/+4
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-151-2/+3
* avfilter/vf_w3fdif: set frame_rate only when neededPaul B Mahol2022-04-301-2/+5
* avfilter/vf_w3fdif: do not output extra frame at start with deint=interlacedPaul B Mahol2021-10-181-3/+3
* avfilter/vf_w3fdif: Fix segfault on allocation errorAndreas Rheinhardt2021-10-071-3/+4
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-25/+25
* avfilter/vf_w3fdif: 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/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-1/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-4/+1
* avfilter/vf_w3fdif: fix time base for large denominatorsPaul B Mahol2021-07-161-4/+2
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_w3fdif: reduce overhead calling execute for every planePaul B Mahol2021-01-221-8/+14
* avfilter/vf_w3fdif: add more forgotten formatsPaul B Mahol2021-01-181-1/+4
* avfilter/vf_w3fdif: fix parity in frame modePaul B Mahol2021-01-151-1/+3
* avfilter/vf_w3fdif: add support for >8 depth gray formatsPaul B Mahol2021-01-141-0/+1
* avfilter/vf_w3fdif: not interlaced frames are filtered like tffPaul B Mahol2021-01-031-1/+1
* avfilter/vf_w3fdif: add two more useful optionsPaul B Mahol2021-01-031-4/+15
* avfilter/vf_w3fdif: add support for commandsPaul B Mahol2020-12-301-1/+2
* avfilter/vf_w3fdif: add support for more >8 bit alpha formatsPaul B Mahol2019-11-181-0/+4
* avfilter/vf_w3fdif: deny processing small videosPaul B Mahol2019-10-111-0/+5
* avfilter/w3fdif: do not write to line before start lineMuhammad Faiz2017-07-231-2/+2
* avfilter/vf_w3fdif: add >8 but <16 bit supportPaul B Mahol2016-12-251-9/+125
* avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol2016-08-291-1/+1
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-1/+1
* avfilter/vf_w3fdif: add x86 SIMDPaul B Mahol2015-10-101-37/+95
* avfilter/vf_w3fdif: scale down coefficiends by 2Paul B Mahol2015-10-071-7/+7
* lavfi/vf_w3fdif: reindent after last commit.Nicolas George2015-10-071-16/+14
* lavfi/vf_w3fdif: remove looping on request_frame().Nicolas George2015-10-071-2/+1
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-201-1/+0
* avfilter/vf_w3fdif: implement slice threadingPaul B Mahol2015-07-121-18/+49
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-3/+4
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter/vf_w3fdif: do not reset pts to 0Paul B Mahol2013-10-101-8/+20
* lavfi: Weston 3 Field Deinterlacing FilterPaul B Mahol2013-09-061-0/+382