summaryrefslogtreecommitdiff
path: root/libavfilter/vf_lenscorrection.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-26/+26
* avfilter/vf_lenscorrection: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-5/+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: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_lenscorrection: remove unused elementsPaul B Mahol2021-01-261-4/+0
* avfilter/vf_lenscorrection: reduce overhead calling execute for every planePaul B Mahol2021-01-261-57/+43
* avfilter/vf_lenscorrection: add support for commandsPaul B Mahol2021-01-261-27/+61
* avfilter/vf_lenscorrection: allow to change colors of unmapped pixelsPaul B Mahol2021-01-251-3/+29
* avfilter/vf_lenscorrection: add >8 depth supportPaul B Mahol2021-01-251-90/+119
* avfilter/vf_lenscorrection: fix far edges with nearest interpolationPaul B Mahol2021-01-251-1/+1
* avfilter/vf_lenscorrection: add support for more 8-bit formatsPaul B Mahol2021-01-251-6/+10
* avfilter/vf_lenscorrection: add timeline supportPaul B Mahol2021-01-251-1/+1
* avfilter/vf_lenscorrection: add bilinear interpolationPaul B Mahol2021-01-251-1/+67
* avfilter/vf_lenscorrection: simplify optionsPaul B Mahol2021-01-251-4/+5
* avfilter/vf_lenscorrection: make width/height intPaul B Mahol2019-10-141-2/+2
* avfilter/vf_lenscorrection: fix division by zeroPaul B Mahol2019-10-131-4/+2
* lavfi/lenscorrection: remove unnecessary cast for void *Jun Zhao2019-10-101-1/+1
* avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol2016-08-291-1/+1
* avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-161-3/+4
* avfilter/vf_lenscorrection: support 8bit planar RGB formatsPaul B Mahol2015-01-211-0/+1
* lavfi: add const/static const to pix_fmts arrays.Reimar Döffinger2014-08-311-1/+1
* avfilter/vf_lenscorrection: fix memleakMichael Niedermayer2014-08-211-0/+11
* avfilter/vf_lenscorrection: get rid of floats in init codeMichael Niedermayer2014-08-211-6/+7
* avfilter/vf_lenscorrection: get rid of all floats per frameMichael Niedermayer2014-08-211-13/+32
* avfilter/vf_lenscorrection: get rid of some floatsMichael Niedermayer2014-08-211-12/+12
* avfilter: ported lenscorrection filter from frei0rDaniel Oberhoff2014-08-121-0/+198