summaryrefslogtreecommitdiff
path: root/libavfilter/vf_v360.c
Commit message (Expand)AuthorAge
* 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
* avfilter/vf_v360: improve sg input formatPaul B Mahol2020-03-26
* avfilter/vf_v360: improve sg output formatPaul B Mahol2020-03-26
* avfilter/vf_v360: fix hfov/vfov calculation from dfov for sg projectionPaul B Mahol2020-03-25
* avfilter/vf_v360: simplify some unnecessary indirectionsPaul B Mahol2020-03-03
* avfilter/vf_v360: add half equirectangular input formatPaul B Mahol2020-03-03
* avfilter/vf_v360: add half equirectangular output formatPaul B Mahol2020-03-03
* avfilter/vf_v360: add truncated square pyramid input formatPaul B Mahol2020-03-02
* avfilter/vf_v360: add truncated square pyramid output formatPaul B Mahol2020-03-02
* avfilter/vf_v360: fix cylindrical input formatPaul B Mahol2020-03-01
* avfilter/vf_v360: cleanup some codePaul B Mahol2020-03-01
* avfilter/vf_v360: improve interpolation for equirect input at polesPaul B Mahol2020-02-29
* avfilter/vf_v360: add partial size setup for flatPaul B Mahol2020-02-29
* avfilter/vf_v360: speed up fisheye input calculationPaul B Mahol2020-02-29
* avfilter/vf_v360: improve tetrahedron input format at frame bordersPaul B Mahol2020-02-29
* avfilter/vf_v360: simplify tetrahedron input calculationPaul B Mahol2020-02-29
* avfilter/vf_v360: improve precision of some output formatsPaul B Mahol2020-02-29
* avfilter/vf_v360: simplify code which handles interpolation pointsPaul B Mahol2020-02-28
* avfilter/vf_v360: add initial barrel split format input supportPaul B Mahol2020-02-27
* avfilter/vf_v360: add barrel split format output supportPaul B Mahol2020-02-26
* avfilter/vf_v360: add basic commands supportPaul B Mahol2020-02-25
* avfilter/vf_v360: handle gracefully invalid values for rorder optionPaul B Mahol2020-02-25
* avfilter/vf_v360: improve dfisheye_to_xyz() outputPaul B Mahol2020-02-23
* avfilter/vf_v360: improve fisheye_to_xyz() outputPaul B Mahol2020-02-23
* avfilter/vf_v360: improve equirect_to_xyz() qualityPaul B Mahol2020-02-23
* avfilter/vf_v360: do not remap alpha plane if that will be overwritten laterPaul B Mahol2020-01-25
* avfilter/vf_v360: mark another hemisphere not visible for flat input formatPaul B Mahol2020-01-25
* avfilter/vf_v360: add mask option, unset pixels are marked as transparentPaul B Mahol2020-01-25
* avfilter/vf_v360: fix fov calculation from dfov for fisheye input/outputPaul B Mahol2020-01-24
* avfilter/vf_v360: support input flips for tetrahedron formatPaul B Mahol2020-01-23
* avfilter/vf_v360: fix small artifacts with tetrahedron inputsPaul B Mahol2020-01-23