Paul B Mahol
|
a7dfa6b446
|
avfilter/v360: add support for off-axis projection output
|
3 years ago |
Paul B Mahol
|
5bcc61ce87
|
avfilter/vf_v360: add reset_rot option
|
3 years ago |
Paul B Mahol
|
e11fd47f8d
|
avfilter/vf_v360: add cylindrical equal area format
|
3 years ago |
Paul B Mahol
|
a086b73e1f
|
avfilter/vf_v360: use quaternions for rotation
Fixes gimbal lock issues, and round-off errors.
|
4 years ago |
Paul B Mahol
|
eaba6cecfb
|
avfilter/vf_v360: add mitchell interpolation
|
4 years ago |
Paul B Mahol
|
12585c87e6
|
avfilter/vf_v360: simplify input flipping
|
4 years ago |
Paul B Mahol
|
86b29c0cd0
|
avfilter/vf_v360: split maps into slices
|
4 years ago |
Paul B Mahol
|
6db1b1af4c
|
avfilter/vf_v360: add octahedron format
|
4 years ago |
Paul B Mahol
|
00a5df71ad
|
avfilter/vf_v360: add orthographic projection support
|
4 years ago |
Paul B Mahol
|
44ce333f03
|
avfilters/vf_v360: add equisolid projection support
|
4 years ago |
Paul B Mahol
|
b00b935d99
|
avfilter/vf_v360: add lagrange9 interpolation
|
5 years ago |
Paul B Mahol
|
ca04231983
|
avfilter/vf_v360: add half equirectangular output format
|
5 years ago |
Paul B Mahol
|
3dd81be866
|
avfilter/vf_v360: add truncated square pyramid output format
|
5 years ago |
Paul B Mahol
|
b0a9960a77
|
avfilter/vf_v360: add barrel split format output support
|
5 years ago |
Paul B Mahol
|
8d861cd850
|
avfilter/vf_v360: add mask option, unset pixels are marked as transparent
|
5 years ago |
Paul B Mahol
|
ec4f764249
|
avfilter/vf_v360: add tetrahedron format
|
5 years ago |
Paul B Mahol
|
e57b9aa8b1
|
avfilter/vf_v360: add support for flat input format
|
5 years ago |
Paul B Mahol
|
3bf28d40e5
|
avfilter/vf_v360: change remaps to int16_t type
|
5 years ago |
Paul B Mahol
|
fdc61267b4
|
avfilter/vf_v360: make more stuff const
|
5 years ago |
Paul B Mahol
|
fdddc0d678
|
avfilter/vf_v360: add perspective output projection
|
5 years ago |
Paul B Mahol
|
62a0d22621
|
avfilter/vf_v360: add gaussian interpolation
|
5 years ago |
Paul B Mahol
|
aa42a1e6d7
|
avfilter/vf_v360: add spline16 interpolation
|
5 years ago |
Paul B Mahol
|
7fc28465df
|
avfilter/vf_v360: add cylindrical output projection
|
5 years ago |
Paul B Mahol
|
330b157c9e
|
avfilter/vf_v360: add pannini output projection
|
5 years ago |
Paul B Mahol
|
6e082f9f04
|
avfilter/vf_v360: add fisheye output projection
|
5 years ago |
Paul B Mahol
|
0d05aa052c
|
avfilter/vf_v360: add sinusoidal format
|
5 years ago |
Paul B Mahol
|
b4d2bea647
|
avfilter/v360: reduce size of some struct members
|
5 years ago |
Paul B Mahol
|
51a2f02117
|
avfilter/vf_v360: add fixed pixel padding options
|
5 years ago |
Paul B Mahol
|
b8dfc108a2
|
avfilter/vf_v360: add hammer projection
|
5 years ago |
Paul B Mahol
|
8b58d9cb47
|
avfilter/vf_v360: remove uneeded array element
|
5 years ago |
Paul B Mahol
|
b632ad81c5
|
avfilter/vf_v360: add ball projection format
|
5 years ago |
Paul B Mahol
|
251284e44a
|
avfilter/vf_v360: add mercator projection
|
5 years ago |
Paul B Mahol
|
05ffaa252e
|
avfilter/vf_v360: refactor creation of remap data
|
5 years ago |
Paul B Mahol
|
c271d88257
|
avfilter/vf_v360: move some local variables to private filter context
|
5 years ago |
Paul B Mahol
|
45bb80dccc
|
avfilter/vf_v360: implement stereo 3D support
|
5 years ago |
Paul B Mahol
|
cb8d6a4e3e
|
avfilter/vf_v360: implement diagonal field of view
|
5 years ago |
Paul B Mahol
|
558265d4bc
|
avfilter/vf_v360: add padding to u/v/ker
Fixes use of uninitialized variables.
|
5 years ago |
Paul B Mahol
|
799c07e5c8
|
avfilter/vf_v360: partialy revert previous commit
roll/pitch can do exactly same thing.
|
5 years ago |
Paul B Mahol
|
976617c7d2
|
avfilter/vf_v360: extend stereographic projection
Add option to change central point projection.
|
5 years ago |
Paul B Mahol
|
973051e3bd
|
avfilter/vf_v360: add stereographic output projection
|
5 years ago |
Paul B Mahol
|
5b12a47e08
|
avfilter/vf_v360: add options to h/w unflip input video
|
5 years ago |
Paul B Mahol
|
a06d70350b
|
avfilter/vf_v360: support transposed input/output
|
5 years ago |
Paul B Mahol
|
cb8c353032
|
avfilter/vf_v360: add option to pick rotation order
|
5 years ago |
Paul B Mahol
|
d131541445
|
avfilter/vf_v360: reduce allocations by reusing duplicated remaps
|
5 years ago |
Paul B Mahol
|
058bbf48c6
|
avfilter/vf_v360: x86 SIMD for interpolations
|
5 years ago |