Paul B Mahol
|
4b4bcb126c
|
avfilter/vf_v360: do not remap alpha plane if that will be overwritten later
|
5 years ago |
Paul B Mahol
|
9990cb16d3
|
avfilter/vf_v360: mark another hemisphere not visible for flat input format
|
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
|
a4f2fc9341
|
avfilter/vf_v360: fix fov calculation from dfov for fisheye input/output
|
5 years ago |
Paul B Mahol
|
d033f403d6
|
avfilter/vf_v360: support input flips for tetrahedron format
|
5 years ago |
Paul B Mahol
|
05d3d09cf5
|
avfilter/vf_v360: fix small artifacts with tetrahedron inputs
|
5 years ago |
Paul B Mahol
|
ec4f764249
|
avfilter/vf_v360: add tetrahedron format
|
5 years ago |
Paul B Mahol
|
a00fa73f47
|
avfilter/vf_v360: improve fisheye input format
|
5 years ago |
Paul B Mahol
|
103a29b89d
|
avfilter/vf_v360: add support for fisheye input format
|
5 years ago |
Paul B Mahol
|
fc2523c792
|
avfilter/vf_v360: add support for input fov to input sg format
|
5 years ago |
Paul B Mahol
|
19f75e7787
|
avfilter/vf_v360: add support for cylindrical input format
|
5 years ago |
Paul B Mahol
|
e57b9aa8b1
|
avfilter/vf_v360: add support for flat input format
|
5 years ago |
Paul B Mahol
|
091695f8e8
|
avfilter/vf_v360: rewrite fov_from_dfov()
|
5 years ago |
Paul B Mahol
|
15133c6ab2
|
avfilter/vf_v360: replace rest of roundf() with lrintf()
|
5 years ago |
Paul B Mahol
|
3bf28d40e5
|
avfilter/vf_v360: change remaps to int16_t type
|
5 years ago |
Paul B Mahol
|
ff5e241bca
|
avfilter/vf_v360: move map variable up
|
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
|
3972ec28e7
|
avfilter/vf_v360: fix some small nits
|
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 |
Jun Zhao
|
7ab4fbdebc
|
lavfi/v360: remove unnecessary cast for void *
Remove unnecessary cast for void * pointer.
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
|
5 years ago |
Paul B Mahol
|
0d05aa052c
|
avfilter/vf_v360: add sinusoidal format
|
5 years ago |
Paul B Mahol
|
a214c17414
|
avfilter/vf_v360: do not use mod where it is not needed
|
5 years ago |
Paul B Mahol
|
eaf3c4b8bf
|
avfilter/vf_v360: fix regression introduced in b342678bc4
|
5 years ago |
Paul B Mahol
|
4ba45a95df
|
avfilter/vf_v360: adjust h for mercator input/output
|
5 years ago |
Paul B Mahol
|
043038ea56
|
avfilter/vf_v360: fix xyz_to_mercator()
|
5 years ago |
Paul B Mahol
|
a8925d264a
|
avfilter/vf_v360: fix mercator_to_xyz()
|
5 years ago |
Paul B Mahol
|
51a2f02117
|
avfilter/vf_v360: add fixed pixel padding options
|
5 years ago |
Paul B Mahol
|
79d14a3cc8
|
avfilter/vf_v360: remove intermediate variables
|
5 years ago |
Paul B Mahol
|
a1391cb942
|
avfilter/vf_v360: fix comparison with float value
|
5 years ago |
Paul B Mahol
|
073d22696e
|
avfilter/vf_v360: simplify xyz_to_dfisheye() calculations
|
5 years ago |
Paul B Mahol
|
b342678bc4
|
avfilter/vf_v360: simplify dfisheye_to_xyz() calculations
|
5 years ago |
Paul B Mahol
|
34046bcd5f
|
avfilter/vf_v360: simplify ball_to_xyz() calculations
|
5 years ago |
Paul B Mahol
|
ecaef69fbb
|
avfilter/vf_v360: simplify xyz_to_ball() calculations
|
5 years ago |
Paul B Mahol
|
b8dfc108a2
|
avfilter/vf_v360: add hammer projection
|
5 years ago |
Paul B Mahol
|
76f861bbb7
|
avfilter/vf_v360: use lrintf() in kernel
|
5 years ago |
Paul B Mahol
|
de1d6cb34f
|
avfilter/vf_v360: fix small artifacts between corners in EAC format
|
5 years ago |
Paul B Mahol
|
8b58d9cb47
|
avfilter/vf_v360: remove uneeded array element
|
5 years ago |
Paul B Mahol
|
5c93a0a1e4
|
avfilter/vf_v360: add support for mirroring to ball input format
|
5 years ago |
Paul B Mahol
|
9def7efdbf
|
avfilter/vf_v360: adjust kernel after latest change
|
5 years ago |
Paul B Mahol
|
bc89434a0b
|
avfilter/vf_v360: fix various artifacts with cubemaps
|
5 years ago |
Paul B Mahol
|
048c712aa1
|
avfilter/vf_v360: improve description about s in comments
|
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
|
6f4ec4d909
|
avfilter/vf_v360: add slice threading to remap calculation
|
5 years ago |
Paul B Mahol
|
05ffaa252e
|
avfilter/vf_v360: refactor creation of remap data
|
5 years ago |