| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |