| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/v360: add support for off-axis projection output | Paul B Mahol | 2021-11-15 | 1 | -0/+1 |
* | avfilter/vf_v360: add reset_rot option | Paul B Mahol | 2021-10-16 | 1 | -0/+1 |
* | avfilter/vf_v360: add cylindrical equal area format | Paul B Mahol | 2021-06-30 | 1 | -0/+1 |
* | avfilter/vf_v360: use quaternions for rotation | Paul B Mahol | 2020-10-07 | 1 | -1/+1 |
* | avfilter/vf_v360: add mitchell interpolation | Paul B Mahol | 2020-10-04 | 1 | -0/+1 |
* | avfilter/vf_v360: simplify input flipping | Paul B Mahol | 2020-09-29 | 1 | -1/+0 |
* | avfilter/vf_v360: split maps into slices | Paul B Mahol | 2020-09-29 | 1 | -3/+8 |
* | avfilter/vf_v360: add octahedron format | Paul B Mahol | 2020-09-27 | 1 | -0/+1 |
* | avfilter/vf_v360: add orthographic projection support | Paul B Mahol | 2020-06-23 | 1 | -0/+1 |
* | avfilters/vf_v360: add equisolid projection support | Paul B Mahol | 2020-06-22 | 1 | -0/+1 |
* | avfilter/vf_v360: add lagrange9 interpolation | Paul B Mahol | 2020-04-02 | 1 | -0/+1 |
* | avfilter/vf_v360: add half equirectangular output format | Paul B Mahol | 2020-03-03 | 1 | -0/+1 |
* | avfilter/vf_v360: add truncated square pyramid output format | Paul B Mahol | 2020-03-02 | 1 | -0/+1 |
* | avfilter/vf_v360: add barrel split format output support | Paul B Mahol | 2020-02-26 | 1 | -0/+1 |
* | avfilter/vf_v360: add mask option, unset pixels are marked as transparent | Paul B Mahol | 2020-01-25 | 1 | -6/+10 |
* | avfilter/vf_v360: add tetrahedron format | Paul B Mahol | 2020-01-22 | 1 | -0/+1 |
* | avfilter/vf_v360: add support for flat input format | Paul B Mahol | 2020-01-20 | 1 | -0/+2 |
* | avfilter/vf_v360: change remaps to int16_t type | Paul B Mahol | 2020-01-19 | 1 | -6/+6 |
* | avfilter/vf_v360: make more stuff const | Paul B Mahol | 2020-01-19 | 1 | -2/+2 |
* | avfilter/vf_v360: add perspective output projection | Paul B Mahol | 2020-01-18 | 1 | -0/+1 |
* | avfilter/vf_v360: add gaussian interpolation | Paul B Mahol | 2020-01-18 | 1 | -0/+1 |
* | avfilter/vf_v360: add spline16 interpolation | Paul B Mahol | 2020-01-18 | 1 | -0/+1 |
* | avfilter/vf_v360: add cylindrical output projection | Paul B Mahol | 2020-01-17 | 1 | -0/+1 |
* | avfilter/vf_v360: add pannini output projection | Paul B Mahol | 2020-01-16 | 1 | -0/+1 |
* | avfilter/vf_v360: add fisheye output projection | Paul B Mahol | 2020-01-16 | 1 | -0/+1 |
* | avfilter/vf_v360: add sinusoidal format | Paul B Mahol | 2019-09-25 | 1 | -0/+1 |
* | avfilter/v360: reduce size of some struct members | Paul B Mahol | 2019-09-22 | 1 | -2/+2 |
* | avfilter/vf_v360: add fixed pixel padding options | Paul B Mahol | 2019-09-22 | 1 | -0/+4 |
* | avfilter/vf_v360: add hammer projection | Paul B Mahol | 2019-09-21 | 1 | -0/+1 |
* | avfilter/vf_v360: remove uneeded array element | Paul B Mahol | 2019-09-20 | 1 | -1/+1 |
* | avfilter/vf_v360: add ball projection format | Paul B Mahol | 2019-09-19 | 1 | -0/+1 |
* | avfilter/vf_v360: add mercator projection | Paul B Mahol | 2019-09-17 | 1 | -0/+1 |
* | avfilter/vf_v360: refactor creation of remap data | Paul B Mahol | 2019-09-16 | 1 | -0/+18 |
* | avfilter/vf_v360: move some local variables to private filter context | Paul B Mahol | 2019-09-16 | 1 | -0/+3 |
* | avfilter/vf_v360: implement stereo 3D support | Paul B Mahol | 2019-09-14 | 1 | -0/+14 |
* | avfilter/vf_v360: implement diagonal field of view | Paul B Mahol | 2019-09-14 | 1 | -1/+1 |
* | avfilter/vf_v360: add padding to u/v/ker | Paul B Mahol | 2019-09-09 | 1 | -0/+1 |
* | avfilter/vf_v360: partialy revert previous commit | Paul B Mahol | 2019-09-09 | 1 | -1/+0 |
* | avfilter/vf_v360: extend stereographic projection | Paul B Mahol | 2019-09-09 | 1 | -0/+1 |
* | avfilter/vf_v360: add stereographic output projection | Paul B Mahol | 2019-09-08 | 1 | -0/+1 |
* | avfilter/vf_v360: add options to h/w unflip input video | Paul B Mahol | 2019-09-07 | 1 | -0/+3 |
* | avfilter/vf_v360: support transposed input/output | Paul B Mahol | 2019-09-07 | 1 | -0/+1 |
* | avfilter/vf_v360: add option to pick rotation order | Paul B Mahol | 2019-09-06 | 1 | -4/+13 |
* | avfilter/vf_v360: reduce allocations by reusing duplicated remaps | Paul B Mahol | 2019-09-06 | 1 | -0/+2 |
* | avfilter/vf_v360: x86 SIMD for interpolations | Paul B Mahol | 2019-09-06 | 1 | -0/+113 |