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-05avfilter: Reindentation after query_formats changesAndreas Rheinhardt
2021-10-05avfilter/vf_lenscorrection: 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-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-01-26avfilter/vf_lenscorrection: remove unused elementsPaul B Mahol
2021-01-26avfilter/vf_lenscorrection: reduce overhead calling execute for every planePaul B Mahol
2021-01-26avfilter/vf_lenscorrection: add support for commandsPaul B Mahol
2021-01-25avfilter/vf_lenscorrection: allow to change colors of unmapped pixelsPaul B Mahol
2021-01-25avfilter/vf_lenscorrection: add >8 depth supportPaul B Mahol
2021-01-25avfilter/vf_lenscorrection: fix far edges with nearest interpolationPaul B Mahol
2021-01-25avfilter/vf_lenscorrection: add support for more 8-bit formatsPaul B Mahol
2021-01-25avfilter/vf_lenscorrection: add timeline supportPaul B Mahol
2021-01-25avfilter/vf_lenscorrection: add bilinear interpolationPaul B Mahol
2021-01-25avfilter/vf_lenscorrection: simplify optionsPaul B Mahol
2019-10-14avfilter/vf_lenscorrection: make width/height intPaul B Mahol
2019-10-14avfilter/vf_lenscorrection: fix division by zeroPaul B Mahol
2019-10-10lavfi/lenscorrection: remove unnecessary cast for void *Jun Zhao
2016-08-29avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol
2015-03-17avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch
2015-01-21avfilter/vf_lenscorrection: support 8bit planar RGB formatsPaul B Mahol
2014-08-31lavfi: add const/static const to pix_fmts arrays.Reimar Döffinger
2014-08-21avfilter/vf_lenscorrection: fix memleakMichael Niedermayer
2014-08-21avfilter/vf_lenscorrection: get rid of floats in init codeMichael Niedermayer
2014-08-21avfilter/vf_lenscorrection: get rid of all floats per frameMichael Niedermayer
2014-08-21avfilter/vf_lenscorrection: get rid of some floatsMichael Niedermayer
2014-08-12avfilter: ported lenscorrection filter from frei0rDaniel Oberhoff