Limin Wang
b9d479bac4
avfilter/vf_scale: cosmetics
...
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years ago
James Almer
1dbd3c6116
avfilter/vf_eq: fix compilation with x86 asm disabled
...
Signed-off-by: James Almer <jamrial@gmail.com>
5 years ago
Ting Fu
4f589d668e
avfilter/x86/vf_eq: add SSE2 version
...
Signed-off-by: Ting Fu <ting.fu@intel.com>
5 years ago
Ting Fu
6aff2042d6
avfilter/x86/vf_eq: Change inline assembly into nasm code
...
Signed-off-by: Ting Fu <ting.fu@intel.com>
5 years ago
Ting Fu
9691e2a426
checkasm/vf_eq: add test for vf_eq
...
Signed-off-by: Ting Fu <ting.fu@intel.com>
Signed-off-by: Ruiling Song <ruiling.song@intel.com>
5 years ago
Paul B Mahol
ced3b8c61e
avfilter/vf_zoompan: fix leaks
5 years ago
Paul B Mahol
20242bc762
avfilter/vf_zoompan: forward status back from output to input
5 years ago
Paul B Mahol
631f7acc6c
avfilter/vf_stack: add slice threading
5 years ago
Paul B Mahol
44095564d4
avfilter/vf_stack: simplify main processing path
5 years ago
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