| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vf_v360: unbreak fov_from_dfov() for (d)fisheye when width != height | Paul B Mahol | 2021-04-11 | 1 | -6/+6 |
* | avfilter/vf_v360: allow user to control fov for equirectagular format | Paul B Mahol | 2021-04-11 | 1 | -11/+103 |
* | avfilter/vf_v360: fix several problems with 'perspective' output | Michael Koch | 2020-12-04 | 1 | -3/+2 |
* | avfilter/vf_v360: make commands always do relative rotation | Paul B Mahol | 2020-10-25 | 1 | -8/+17 |
* | avfilter/vf_v360: use quaternions for rotation | Paul B Mahol | 2020-10-07 | 1 | -45/+55 |
* | avfilter/vf_v360: fix possible out of range values | Paul B Mahol | 2020-10-04 | 1 | -3/+3 |
* | avfilter/vf_v360: add mitchell interpolation | Paul B Mahol | 2020-10-04 | 1 | -0/+74 |
* | avfilter/vf_v360: stop using floats variables in xyz_to_octahedron | Paul B Mahol | 2020-09-30 | 1 | -6/+6 |
* | avfilter/vf_v360: simplify input flipping | Paul B Mahol | 2020-09-29 | 1 | -94/+69 |
* | avfilter/vf_v360: split maps into slices | Paul B Mahol | 2020-09-29 | 1 | -35/+62 |
* | avfilter/vf_v360: add octahedron format | Paul B Mahol | 2020-09-27 | 1 | -0/+99 |
* | avfilter/vf_v360: do not ignore return value of allocate_plane() | Paul B Mahol | 2020-06-23 | 1 | -2/+5 |
* | avfilter/vf_v360: add orthographic projection support | Paul B Mahol | 2020-06-23 | 1 | -2/+135 |
* | avfilters/vf_v360: add equisolid projection support | Paul B Mahol | 2020-06-22 | 1 | -0/+129 |
* | avfilter/vf_v360: make FOV adjusted for dual fisheye too | Paul B Mahol | 2020-04-29 | 1 | -10/+14 |
* | avfilter/vf_v360: adjustment out_pad and in_pad maximum value to 1/10 | Steven Liu | 2020-04-29 | 1 | -2/+2 |
* | avfilter/vf_v360: add pannini input support | Paul B Mahol | 2020-04-04 | 1 | -1/+53 |
* | avfilter/vf_v360: improve description of output fov options | Paul B Mahol | 2020-04-03 | 1 | -3/+3 |
* | avfilter/vf_v360: add lagrange9 interpolation | Paul B Mahol | 2020-04-02 | 1 | -0/+56 |
* | avfilter/vf_v360: fix swapped variables | Paul B Mahol | 2020-03-29 | 1 | -2/+2 |
* | avfilter/vf_v360: speedup fisheye output | Paul B Mahol | 2020-03-29 | 1 | -3/+8 |
* | avfilter/vf_v360: reduce unnecessary negations | Paul B Mahol | 2020-03-29 | 1 | -153/+153 |
* | avfilter/vf_v360: improve sg input format | Paul B Mahol | 2020-03-26 | 1 | -2/+5 |
* | avfilter/vf_v360: improve sg output format | Paul B Mahol | 2020-03-26 | 1 | -4/+6 |
* | avfilter/vf_v360: fix hfov/vfov calculation from dfov for sg projection | Paul B Mahol | 2020-03-25 | 1 | -0/+9 |
* | avfilter/vf_v360: simplify some unnecessary indirections | Paul B Mahol | 2020-03-03 | 1 | -18/+12 |
* | avfilter/vf_v360: add half equirectangular input format | Paul B Mahol | 2020-03-03 | 1 | -0/+48 |
* | avfilter/vf_v360: add half equirectangular output format | Paul B Mahol | 2020-03-03 | 1 | -0/+37 |
* | avfilter/vf_v360: add truncated square pyramid input format | Paul B Mahol | 2020-03-02 | 1 | -0/+77 |
* | avfilter/vf_v360: add truncated square pyramid output format | Paul B Mahol | 2020-03-02 | 1 | -1/+66 |
* | avfilter/vf_v360: fix cylindrical input format | Paul B Mahol | 2020-03-01 | 1 | -2/+2 |
* | avfilter/vf_v360: cleanup some code | Paul B Mahol | 2020-03-01 | 1 | -46/+38 |
* | avfilter/vf_v360: improve interpolation for equirect input at poles | Paul B Mahol | 2020-02-29 | 1 | -2/+18 |
* | avfilter/vf_v360: add partial size setup for flat | Paul B Mahol | 2020-02-29 | 1 | -1/+9 |
* | avfilter/vf_v360: speed up fisheye input calculation | Paul B Mahol | 2020-02-29 | 1 | -4/+5 |
* | avfilter/vf_v360: improve tetrahedron input format at frame borders | Paul B Mahol | 2020-02-29 | 1 | -2/+35 |
* | avfilter/vf_v360: simplify tetrahedron input calculation | Paul B Mahol | 2020-02-29 | 1 | -8/+5 |
* | avfilter/vf_v360: improve precision of some output formats | Paul B Mahol | 2020-02-29 | 1 | -18/+18 |
* | avfilter/vf_v360: simplify code which handles interpolation points | Paul B Mahol | 2020-02-28 | 1 | -74/+74 |
* | avfilter/vf_v360: add initial barrel split format input support | Paul B Mahol | 2020-02-27 | 1 | -20/+128 |
* | avfilter/vf_v360: add barrel split format output support | Paul B Mahol | 2020-02-26 | 1 | -0/+95 |
* | avfilter/vf_v360: add basic commands support | Paul B Mahol | 2020-02-25 | 1 | -23/+44 |
* | avfilter/vf_v360: handle gracefully invalid values for rorder option | Paul B Mahol | 2020-02-25 | 1 | -6/+12 |
* | avfilter/vf_v360: improve dfisheye_to_xyz() output | Paul B Mahol | 2020-02-23 | 1 | -1/+1 |
* | avfilter/vf_v360: improve fisheye_to_xyz() output | Paul B Mahol | 2020-02-23 | 1 | -1/+1 |
* | avfilter/vf_v360: improve equirect_to_xyz() quality | Paul B Mahol | 2020-02-23 | 1 | -2/+2 |
* | avfilter/vf_v360: do not remap alpha plane if that will be overwritten later | Paul B Mahol | 2020-01-25 | 1 | -1/+1 |
* | avfilter/vf_v360: mark another hemisphere not visible for flat input format | Paul B Mahol | 2020-01-25 | 1 | -1/+1 |
* | avfilter/vf_v360: add mask option, unset pixels are marked as transparent | Paul B Mahol | 2020-01-25 | 1 | -109/+221 |