summaryrefslogtreecommitdiff
path: root/libavfilter/vf_lenscorrection.c
Commit message (Collapse)AuthorAge
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
| | | | | | | This is possible now that the next-API is gone. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: James Almer <jamrial@gmail.com>
* 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
| | | | Somehow previous correct fix broke usage.
* avfilter/vf_lenscorrection: fix division by zeroPaul B Mahol2019-10-13
| | | | Fixes #8265
* lavfi/lenscorrection: remove unnecessary cast for void *Jun Zhao2019-10-10
| | | | | | | Remove unnecessary cast for void * pointer. Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
* 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
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi: add const/static const to pix_fmts arrays.Reimar Döffinger2014-08-31
| | | | Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* avfilter/vf_lenscorrection: fix memleakMichael Niedermayer2014-08-21
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/vf_lenscorrection: get rid of floats in init codeMichael Niedermayer2014-08-21
| | | | | | | The only remaining floats are in the user interface, they are left as they should not cause a problem in practice Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/vf_lenscorrection: get rid of all floats per frameMichael Niedermayer2014-08-21
| | | | | | there are some still left for 1 time initialization Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/vf_lenscorrection: get rid of some floatsMichael Niedermayer2014-08-21
|
* avfilter: ported lenscorrection filter from frei0rDaniel Oberhoff2014-08-12
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>