aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_v360.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_v360: use quaternions for rotationPaul B Mahol2020-10-071-45/+55
* avfilter/vf_v360: fix possible out of range valuesPaul B Mahol2020-10-041-3/+3
* avfilter/vf_v360: add mitchell interpolationPaul B Mahol2020-10-041-0/+74
* avfilter/vf_v360: stop using floats variables in xyz_to_octahedronPaul B Mahol2020-09-301-6/+6
* avfilter/vf_v360: simplify input flippingPaul B Mahol2020-09-291-94/+69
* avfilter/vf_v360: split maps into slicesPaul B Mahol2020-09-291-35/+62
* avfilter/vf_v360: add octahedron formatPaul B Mahol2020-09-271-0/+99
* avfilter/vf_v360: do not ignore return value of allocate_plane()Paul B Mahol2020-06-231-2/+5
* avfilter/vf_v360: add orthographic projection supportPaul B Mahol2020-06-231-2/+135
* avfilters/vf_v360: add equisolid projection supportPaul B Mahol2020-06-221-0/+129
* avfilter/vf_v360: make FOV adjusted for dual fisheye tooPaul B Mahol2020-04-291-10/+14
* avfilter/vf_v360: adjustment out_pad and in_pad maximum value to 1/10Steven Liu2020-04-291-2/+2
* avfilter/vf_v360: add pannini input supportPaul B Mahol2020-04-041-1/+53
* avfilter/vf_v360: improve description of output fov optionsPaul B Mahol2020-04-031-3/+3
* avfilter/vf_v360: add lagrange9 interpolationPaul B Mahol2020-04-021-0/+56
* avfilter/vf_v360: fix swapped variablesPaul B Mahol2020-03-291-2/+2
* avfilter/vf_v360: speedup fisheye outputPaul B Mahol2020-03-291-3/+8
* avfilter/vf_v360: reduce unnecessary negationsPaul B Mahol2020-03-291-153/+153
* avfilter/vf_v360: improve sg input formatPaul B Mahol2020-03-261-2/+5
* avfilter/vf_v360: improve sg output formatPaul B Mahol2020-03-261-4/+6
* avfilter/vf_v360: fix hfov/vfov calculation from dfov for sg projectionPaul B Mahol2020-03-251-0/+9
* avfilter/vf_v360: simplify some unnecessary indirectionsPaul B Mahol2020-03-031-18/+12
* avfilter/vf_v360: add half equirectangular input formatPaul B Mahol2020-03-031-0/+48
* avfilter/vf_v360: add half equirectangular output formatPaul B Mahol2020-03-031-0/+37
* avfilter/vf_v360: add truncated square pyramid input formatPaul B Mahol2020-03-021-0/+77
* avfilter/vf_v360: add truncated square pyramid output formatPaul B Mahol2020-03-021-1/+66
* avfilter/vf_v360: fix cylindrical input formatPaul B Mahol2020-03-011-2/+2
* avfilter/vf_v360: cleanup some codePaul B Mahol2020-03-011-46/+38
* avfilter/vf_v360: improve interpolation for equirect input at polesPaul B Mahol2020-02-291-2/+18
* avfilter/vf_v360: add partial size setup for flatPaul B Mahol2020-02-291-1/+9
* avfilter/vf_v360: speed up fisheye input calculationPaul B Mahol2020-02-291-4/+5
* avfilter/vf_v360: improve tetrahedron input format at frame bordersPaul B Mahol2020-02-291-2/+35
* avfilter/vf_v360: simplify tetrahedron input calculationPaul B Mahol2020-02-291-8/+5
* avfilter/vf_v360: improve precision of some output formatsPaul B Mahol2020-02-291-18/+18
* avfilter/vf_v360: simplify code which handles interpolation pointsPaul B Mahol2020-02-281-74/+74
* avfilter/vf_v360: add initial barrel split format input supportPaul B Mahol2020-02-271-20/+128
* avfilter/vf_v360: add barrel split format output supportPaul B Mahol2020-02-261-0/+95
* avfilter/vf_v360: add basic commands supportPaul B Mahol2020-02-251-23/+44
* avfilter/vf_v360: handle gracefully invalid values for rorder optionPaul B Mahol2020-02-251-6/+12
* avfilter/vf_v360: improve dfisheye_to_xyz() outputPaul B Mahol2020-02-231-1/+1
* avfilter/vf_v360: improve fisheye_to_xyz() outputPaul B Mahol2020-02-231-1/+1
* avfilter/vf_v360: improve equirect_to_xyz() qualityPaul B Mahol2020-02-231-2/+2
* avfilter/vf_v360: do not remap alpha plane if that will be overwritten laterPaul B Mahol2020-01-251-1/+1
* avfilter/vf_v360: mark another hemisphere not visible for flat input formatPaul B Mahol2020-01-251-1/+1
* avfilter/vf_v360: add mask option, unset pixels are marked as transparentPaul B Mahol2020-01-251-109/+221
* avfilter/vf_v360: fix fov calculation from dfov for fisheye input/outputPaul B Mahol2020-01-241-11/+26
* avfilter/vf_v360: support input flips for tetrahedron formatPaul B Mahol2020-01-231-3/+3
* avfilter/vf_v360: fix small artifacts with tetrahedron inputsPaul B Mahol2020-01-231-3/+3
* avfilter/vf_v360: add tetrahedron formatPaul B Mahol2020-01-221-0/+96
* avfilter/vf_v360: improve fisheye input formatPaul B Mahol2020-01-221-10/+11