summaryrefslogtreecommitdiff
path: root/libavfilter/vf_v360.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/v360: add support for off-axis projection outputPaul B Mahol2021-11-151-38/+18
* avfilter/vf_v360: do not reset yaw/pitch/roll with reset_rot truePaul B Mahol2021-10-241-1/+2
* avfilter/vf_v360: replace deprecated FF_CEIL_RSHIFT()Paul B Mahol2021-10-241-2/+2
* avfilter/vf_v360: make reset_rot option not lose its valuePaul B Mahol2021-10-201-2/+3
* avfilter/vf_v360: add reset_rot optionPaul B Mahol2021-10-161-2/+12
* avfilter/vf_v360: fix scaling to give proper resultsPaul B Mahol2021-10-091-3/+3
* avfilter/vf_v360: do not round second arg for rescale()Paul B Mahol2021-10-091-1/+1
* avfilter/vf_v360: fix dfisheye input regressionPaul B Mahol2021-10-061-1/+18
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/vf_v360: refactor uf/vf scalingPaul B Mahol2021-09-241-37/+40
* avfilter/vf_v360: fill unused regions too for orthographic output formatPaul B Mahol2021-08-221-4/+11
* avfilter/vf_v360: refactor rescaling of i/jPaul B Mahol2021-08-221-52/+57
* 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-2/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-4/+1
* avfilter/vf_v360: avoid doubles in fov_from_dfov()Paul B Mahol2021-07-171-2/+2
* avfilter/vf_v360: fix visibility test for fisheye projectionDaniel Playfair Cal2021-07-171-1/+1
* avfilter/vf_v360: add cylindrical equal area formatPaul B Mahol2021-06-301-0/+124
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_v360: unbreak fov_from_dfov() for (d)fisheye when width != heightPaul B Mahol2021-04-111-6/+6
* avfilter/vf_v360: allow user to control fov for equirectagular formatPaul B Mahol2021-04-111-11/+103
* avfilter/vf_v360: fix several problems with 'perspective' outputMichael Koch2020-12-041-3/+2
* avfilter/vf_v360: make commands always do relative rotationPaul B Mahol2020-10-251-8/+17
* 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