summaryrefslogtreecommitdiff
path: root/libavfilter/vf_v360.c
Commit message (Expand)AuthorAge
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-15
* lavfi/vf_v360: implement output mask for barrelsplitAnton Khirnov2022-05-24
* lavfi/vf_v360: fix barrelsplit transform with paddingAnton Khirnov2022-05-24
* lavfi/vf_v360: factorize vector computation for barrelsplitAnton Khirnov2022-05-24
* lavfi/vf_v360: drop nonsense inline specifierAnton Khirnov2022-05-24
* avfilter/vf_v360: improve rounding in xyz_to_dfisheye()Paul B Mahol2022-03-01
* avfilter/vf_v360: improve xyz_to_fisheye()Paul B Mahol2022-01-29
* avfilter/vf_v360: improve xyz_to_dfisheye() even morePaul B Mahol2022-01-29
* avfilter/vf_v360: improve xyz_to_dfisheye()Paul B Mahol2022-01-22
* avfilter/v360: add support for off-axis projection outputPaul B Mahol2021-11-15
* avfilter/vf_v360: do not reset yaw/pitch/roll with reset_rot truePaul B Mahol2021-10-24
* avfilter/vf_v360: replace deprecated FF_CEIL_RSHIFT()Paul B Mahol2021-10-24
* avfilter/vf_v360: make reset_rot option not lose its valuePaul B Mahol2021-10-20
* avfilter/vf_v360: add reset_rot optionPaul B Mahol2021-10-16
* avfilter/vf_v360: fix scaling to give proper resultsPaul B Mahol2021-10-09
* avfilter/vf_v360: do not round second arg for rescale()Paul B Mahol2021-10-09
* avfilter/vf_v360: fix dfisheye input regressionPaul B Mahol2021-10-06
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/vf_v360: refactor uf/vf scalingPaul B Mahol2021-09-24
* avfilter/vf_v360: fill unused regions too for orthographic output formatPaul B Mahol2021-08-22
* avfilter/vf_v360: refactor rescaling of i/jPaul B Mahol2021-08-22
* 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/vf_v360: avoid doubles in fov_from_dfov()Paul B Mahol2021-07-17
* avfilter/vf_v360: fix visibility test for fisheye projectionDaniel Playfair Cal2021-07-17
* avfilter/vf_v360: add cylindrical equal area formatPaul B Mahol2021-06-30
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vf_v360: unbreak fov_from_dfov() for (d)fisheye when width != heightPaul B Mahol2021-04-11
* avfilter/vf_v360: allow user to control fov for equirectagular formatPaul B Mahol2021-04-11
* avfilter/vf_v360: fix several problems with 'perspective' outputMichael Koch2020-12-04
* avfilter/vf_v360: make commands always do relative rotationPaul B Mahol2020-10-25
* avfilter/vf_v360: use quaternions for rotationPaul B Mahol2020-10-07
* avfilter/vf_v360: fix possible out of range valuesPaul B Mahol2020-10-04
* avfilter/vf_v360: add mitchell interpolationPaul B Mahol2020-10-04
* avfilter/vf_v360: stop using floats variables in xyz_to_octahedronPaul B Mahol2020-09-30
* avfilter/vf_v360: simplify input flippingPaul B Mahol2020-09-29
* avfilter/vf_v360: split maps into slicesPaul B Mahol2020-09-29
* avfilter/vf_v360: add octahedron formatPaul B Mahol2020-09-27
* avfilter/vf_v360: do not ignore return value of allocate_plane()Paul B Mahol2020-06-23
* avfilter/vf_v360: add orthographic projection supportPaul B Mahol2020-06-23
* avfilters/vf_v360: add equisolid projection supportPaul B Mahol2020-06-22
* avfilter/vf_v360: make FOV adjusted for dual fisheye tooPaul B Mahol2020-04-29
* avfilter/vf_v360: adjustment out_pad and in_pad maximum value to 1/10Steven Liu2020-04-29
* avfilter/vf_v360: add pannini input supportPaul B Mahol2020-04-04
* avfilter/vf_v360: improve description of output fov optionsPaul B Mahol2020-04-03
* avfilter/vf_v360: add lagrange9 interpolationPaul B Mahol2020-04-02
* avfilter/vf_v360: fix swapped variablesPaul B Mahol2020-03-29
* avfilter/vf_v360: speedup fisheye outputPaul B Mahol2020-03-29
* avfilter/vf_v360: reduce unnecessary negationsPaul B Mahol2020-03-29