summaryrefslogtreecommitdiff
path: root/libavfilter/vf_lenscorrection.c
Commit message (Expand)AuthorAge
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_lenscorrection: 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: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vf_lenscorrection: remove unused elementsPaul B Mahol2021-01-26
* avfilter/vf_lenscorrection: reduce overhead calling execute for every planePaul B Mahol2021-01-26
* avfilter/vf_lenscorrection: add support for commandsPaul B Mahol2021-01-26
* avfilter/vf_lenscorrection: allow to change colors of unmapped pixelsPaul B Mahol2021-01-25
* avfilter/vf_lenscorrection: add >8 depth supportPaul B Mahol2021-01-25
* avfilter/vf_lenscorrection: fix far edges with nearest interpolationPaul B Mahol2021-01-25
* avfilter/vf_lenscorrection: add support for more 8-bit formatsPaul B Mahol2021-01-25
* avfilter/vf_lenscorrection: add timeline supportPaul B Mahol2021-01-25
* avfilter/vf_lenscorrection: add bilinear interpolationPaul B Mahol2021-01-25
* avfilter/vf_lenscorrection: simplify optionsPaul B Mahol2021-01-25
* avfilter/vf_lenscorrection: make width/height intPaul B Mahol2019-10-14
* avfilter/vf_lenscorrection: fix division by zeroPaul B Mahol2019-10-13
* lavfi/lenscorrection: remove unnecessary cast for void *Jun Zhao2019-10-10
* avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol2016-08-29
* avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-16
* avfilter/vf_lenscorrection: support 8bit planar RGB formatsPaul B Mahol2015-01-21
* lavfi: add const/static const to pix_fmts arrays.Reimar Döffinger2014-08-31
* avfilter/vf_lenscorrection: fix memleakMichael Niedermayer2014-08-21
* avfilter/vf_lenscorrection: get rid of floats in init codeMichael Niedermayer2014-08-21
* avfilter/vf_lenscorrection: get rid of all floats per frameMichael Niedermayer2014-08-21
* avfilter/vf_lenscorrection: get rid of some floatsMichael Niedermayer2014-08-21
* avfilter: ported lenscorrection filter from frei0rDaniel Oberhoff2014-08-12