summaryrefslogtreecommitdiff
path: root/libavfilter/vf_w3fdif.c
Commit message (Expand)AuthorAge
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-15
* avfilter/vf_w3fdif: set frame_rate only when neededPaul B Mahol2022-04-30
* avfilter/vf_w3fdif: do not output extra frame at start with deint=interlacedPaul B Mahol2021-10-18
* avfilter/vf_w3fdif: Fix segfault on allocation errorAndreas Rheinhardt2021-10-07
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_w3fdif: 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/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* 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_w3fdif: fix time base for large denominatorsPaul B Mahol2021-07-16
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vf_w3fdif: reduce overhead calling execute for every planePaul B Mahol2021-01-22
* avfilter/vf_w3fdif: add more forgotten formatsPaul B Mahol2021-01-18
* avfilter/vf_w3fdif: fix parity in frame modePaul B Mahol2021-01-15
* avfilter/vf_w3fdif: add support for >8 depth gray formatsPaul B Mahol2021-01-14
* avfilter/vf_w3fdif: not interlaced frames are filtered like tffPaul B Mahol2021-01-03
* avfilter/vf_w3fdif: add two more useful optionsPaul B Mahol2021-01-03
* avfilter/vf_w3fdif: add support for commandsPaul B Mahol2020-12-30
* avfilter/vf_w3fdif: add support for more >8 bit alpha formatsPaul B Mahol2019-11-18
* avfilter/vf_w3fdif: deny processing small videosPaul B Mahol2019-10-11
* avfilter/w3fdif: do not write to line before start lineMuhammad Faiz2017-07-23
* avfilter/vf_w3fdif: add >8 but <16 bit supportPaul B Mahol2016-12-25
* avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol2016-08-29
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* avfilter/vf_w3fdif: add x86 SIMDPaul B Mahol2015-10-10
* avfilter/vf_w3fdif: scale down coefficiends by 2Paul B Mahol2015-10-07
* lavfi/vf_w3fdif: reindent after last commit.Nicolas George2015-10-07
* lavfi/vf_w3fdif: remove looping on request_frame().Nicolas George2015-10-07
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-20
* avfilter/vf_w3fdif: implement slice threadingPaul B Mahol2015-07-12
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter/vf_w3fdif: do not reset pts to 0Paul B Mahol2013-10-10
* lavfi: Weston 3 Field Deinterlacing FilterPaul B Mahol2013-09-06