Paul B Mahol
402dbd4633
avfilter/Makefile: fix case for sierpinski
5 years ago
Paul B Mahol
9c3e1c1937
avfilter: add sierpinski video source
5 years ago
Paul B Mahol
55b32584b8
avfilter/vf_premultiply: forward status back from output to all input links
5 years ago
Paul B Mahol
da9890f6c7
avfilter/vf_fieldmatch: forward status back from output to all input links
...
Fixes #8199 .
5 years ago
Paul B Mahol
2962101e40
avfilter/vf_fieldmatch: fix more leaks
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
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
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
a46ee096d1
avfilter/avf_showfreqs: fix check for failed allocation
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
Guo, Yejun
8f13a557ca
libavfilter/dnn: support multiple outputs for native mode
...
Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
5 years ago
Guo, Yejun
75ca94f3cf
libavfilter/dnn/dnn_backend_native: find the input operand according to input name
...
Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
5 years ago
Guo, Yejun
b2683c66b2
libavfilter/dnn: add layer maximum for native mode.
...
The reason to add this layer is that it is used by srcnn in vf_sr.
This layer is currently ignored in native mode. After this patch,
we can add multiple outputs support for native mode.
Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
5 years ago
Marton Balint
862e020f93
avfilter/dnn: fix inclusion guard in dnn/dnn_backend_native_layer_depth2space.h
...
Fixes fate-source failure.
Signed-off-by: Marton Balint <cus@passwd.hu>
5 years ago
Paul B Mahol
b632ad81c5
avfilter/vf_v360: add ball projection format
5 years ago
Guo, Yejun
48133fad05
libavfilter/dnn: separate depth_to_space layer from dnn_backend_native.c to a new file
...
the logic is that one layer in one separated source file to make
the source files simple for maintaining.
Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
5 years ago
Guo, Yejun
5f058dd693
libavfilter/dnn: separate conv2d layer from dnn_backend_native.c to a new file
...
the logic is that one layer in one separated source file to make
the source files simple for maintaining.
Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
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
Paul B Mahol
a09213da23
avfilter/vf_v360: reverse order of remap for loops
5 years ago
Paul B Mahol
cf62110a83
avfilter/vf_v360: simplify allocating 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
d87db83e1c
avfilter/vf_v360: rename r_tmp variables
5 years ago
Paul B Mahol
94f187d382
avfilter/vf_stereo3d: assert that out variable is valid
5 years ago
Paul B Mahol
34a12b9978
avfilter/vf_stereo3d: merge same code in case branches
5 years ago
Paul B Mahol
ea8391e519
avfilter/vf_shuffleplanes: remove not needed line
5 years ago
Paul B Mahol
f70690e8ec
avfilter/vf_ciescope: remove dead assignments
5 years ago
Paul B Mahol
fa045c3ce2
avfilter/window_func: clarify intention in dolph window calculation
5 years ago
Paul B Mahol
654601dd1d
avfilter/vf_v360: add missing av_assert0()
5 years ago
Paul B Mahol
7a7aa4f79e
avfilter/vf_avgblur: remove dupe assignment
5 years ago
Paul B Mahol
dc33250765
avfilter/af_headphone: return on error immediately
5 years ago