Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-18avfilter/vf_w3fdif: do not output extra frame at start with deint=interlacedPaul B Mahol
2021-10-07avfilter/vf_w3fdif: Fix segfault on allocation errorAndreas Rheinhardt
2021-10-05avfilter: Reindentation after query_formats changesAndreas Rheinhardt
2021-10-05avfilter/vf_w3fdif: Use formats list instead of query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-15avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-07-16avfilter/vf_w3fdif: fix time base for large denominatorsPaul B Mahol
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-01-22avfilter/vf_w3fdif: reduce overhead calling execute for every planePaul B Mahol
2021-01-18avfilter/vf_w3fdif: add more forgotten formatsPaul B Mahol
2021-01-15avfilter/vf_w3fdif: fix parity in frame modePaul B Mahol
2021-01-14avfilter/vf_w3fdif: add support for >8 depth gray formatsPaul B Mahol
2021-01-04avfilter/vf_w3fdif: not interlaced frames are filtered like tffPaul B Mahol
2021-01-04avfilter/vf_w3fdif: add two more useful optionsPaul B Mahol
2020-12-30avfilter/vf_w3fdif: add support for commandsPaul B Mahol
2019-11-18avfilter/vf_w3fdif: add support for more >8 bit alpha formatsPaul B Mahol
2019-10-11avfilter/vf_w3fdif: deny processing small videosPaul B Mahol
2017-07-23avfilter/w3fdif: do not write to line before start lineMuhammad Faiz
2016-12-25avfilter/vf_w3fdif: add >8 but <16 bit supportPaul B Mahol
2016-08-29avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2015-10-10avfilter/vf_w3fdif: add x86 SIMDPaul B Mahol
2015-10-08avfilter/vf_w3fdif: scale down coefficiends by 2Paul B Mahol
2015-10-07lavfi/vf_w3fdif: reindent after last commit.Nicolas George
2015-10-07lavfi/vf_w3fdif: remove looping on request_frame().Nicolas George
2015-09-20lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George
2015-07-12avfilter/vf_w3fdif: implement slice threadingPaul B Mahol
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-10avfilter/vf_w3fdif: do not reset pts to 0Paul B Mahol
2013-09-06lavfi: Weston 3 Field Deinterlacing FilterPaul B Mahol