Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement poolingLayer using WebNN API and add more detailed logs #390

Open
wants to merge 617 commits into
base: gsoc_2021_webnn
Choose a base branch
from
Open
Changes from 2 commits
Commits
Show all changes
617 commits
Select commit Hold shift + click to select a range
852663f
Merge pull request #20748 from sturkmen72:clean_up_test_data
alalek Sep 28, 2021
5865af7
Add more parameters to render fixture
smirnov-alexey Sep 29, 2021
7e62789
Merge pull request #20763 from Cavendish-Koo:houghlines_sdiv_bug_fix
alalek Sep 29, 2021
846317e
dnn(ocl): fix conv BASIC workgroup
alalek Sep 29, 2021
9a8552e
Update perf_bgfg_mog2.cpp, perf_bgfg_knn.cpp
sturkmen72 Sep 25, 2021
cf08eac
Merge pull request #20776 from alalek:port_20748_4.x
alalek Sep 29, 2021
f8f6cd6
Update OpenCVDetectVTK.cmake
sturkmen72 Sep 28, 2021
4d587c3
Merge pull request #20774 from alalek:dnn_ocl_fix_conv_basic_workgroup
alalek Sep 30, 2021
9b093c9
Merge pull request #20764 from sturkmen72:Update_OpenCVDetectVTK_cmake
alalek Sep 30, 2021
9b76872
restore LSD
sturkmen72 Oct 1, 2021
6d83a73
Fix bugs with hanging frames
TolyaTalamanov Oct 1, 2021
1e74f58
suppress GaussianBlur to generate empty images
tomoaki0705 Oct 1, 2021
627be17
Merge pull request #20791 from TolyaTalamanov:at/dangling-media-frames
alalek Oct 1, 2021
a0cf8c3
Merge pull request #20793 from tomoaki0705:fixGaussianOverflow
alalek Oct 1, 2021
f977d10
dnn(ocl): fix conv DWCONV workgroup
alalek Oct 1, 2021
327b98e
Merge pull request #20794 from alalek:dnn_ocl_fix_conv_dwconv_workgroup
alalek Oct 1, 2021
4d87f60
remove redundant semicolons
shengyu7697 Sep 29, 2021
259c39a
additional changes
sturkmen72 Oct 2, 2021
ef53a92
Automatically set the correct OpenCV version in build.gradle
JBamberger Oct 1, 2021
1de2d5c
Merge pull request #20795 from JBamberger:gradle-dynamic-cv-version
alalek Oct 2, 2021
de5b638
Fix gst_initializer
JonasVautherin Oct 2, 2021
7358fff
Merge pull request #20796 from JonasVautherin:patch-1
alalek Oct 2, 2021
48c985e
Merge pull request #20797 from sturkmen72:restore_LSD
alalek Oct 2, 2021
37c3f0d
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
alalek Oct 2, 2021
87ebf2e
fix illegal memory access in int8 convolution
jebastin-nadar Oct 3, 2021
603d623
Merge pull request #20800 from SamFC10:fix-int8-conv
alalek Oct 3, 2021
505dde0
support broadcasting in eltwise ops
YashasSamaga Oct 4, 2021
62414e3
core(parallel): suppress TSAN warning
alalek Oct 4, 2021
d20c9bd
core(TLS): force TlsAbstraction initialization before main()
alalek Oct 4, 2021
5950259
Merge pull request #20772 from shengyu7697:remove-redundant-semicolon
alalek Oct 4, 2021
d94d469
valgrind: update suppressions
alalek Oct 4, 2021
9085b93
Merge pull request #20702 from zihaomu:tf_expand_dim_layer
zihaomu Oct 4, 2021
24f43e7
Merge pull request #20183 from xhawk18:3.4
xhawk18 Oct 4, 2021
f11f2bf
Merge pull request #20743 from keroiber:prefix_js_function_bindings_w…
keroiber Oct 4, 2021
cce78cc
Merge pull request #20535 from SamFC10:onnx-q
jebastin-nadar Oct 4, 2021
4938765
Merge pull request #20291 from spazewalker:master
spazewalker Oct 4, 2021
b1a772d
Merge pull request #20803 from alalek:core_parallel_workaround_tsan
alalek Oct 4, 2021
87d4970
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
alalek Oct 4, 2021
ebef84e
pre: OpenCV 3.4.16 (version++)
alalek Oct 4, 2021
1b70f94
Merge pull request #20782 from YashasSamaga:cuda4dnn-eltwise-broadcast
alalek Oct 4, 2021
3e6f275
pre: OpenCV 4.5.4 (version++)
alalek Oct 4, 2021
95c1d2a
Merge pull request #20806 from alalek:update_version_3.4.16-pre
alalek Oct 4, 2021
c54abde
ffmpeg/3.4: update FFmpeg wrapper 2021.10
alalek Oct 5, 2021
672399c
Merge pull request #20788 from alalek:update_version_4.5.4-pre
alalek Oct 5, 2021
19a880b
Simple matrix multiplication for Mat in iOS/Android
komakai Oct 5, 2021
b7a7119
ffmpeg/4.x: update FFmpeg wrapper 2021.10
alalek Oct 5, 2021
c832e62
Merge pull request #20771 from smirnov-alexey:as/render_fixture_params
alalek Oct 5, 2021
c63aa7f
Merge pull request #20808 from alalek:update_ffmpeg_3.4
alalek Oct 5, 2021
073c590
Merge pull request #20811 from alalek:update_ffmpeg_4.x
alalek Oct 5, 2021
e5fb504
Merge pull request #20521 from hanliutong:dev-rvv-multiVLEN
hanliutong Oct 5, 2021
13c6eb4
Merge pull request #20731 from komakai:matrix_mult_android_ios
alalek Oct 5, 2021
646924f
dnn(pytest/test_input_3d): reload model between switching targets
alalek Oct 5, 2021
e585192
Merge pull request #20802 from alalek:core_tls_init_TlsAbstraction
alalek Oct 6, 2021
dfa4809
Merge pull request #20814 from alalek:dnn_pytest_input_3d
alalek Oct 6, 2021
755e014
Merge pull request #20815 from alalek:fix_20649_revert_19859
alalek Oct 6, 2021
eb56ca3
Fix build on older Xcode versions
komakai Oct 6, 2021
a3d7811
Merge pull request #20725 from mologie:fix-dnn-tf-on-arm
mologie Oct 6, 2021
c6a6f39
android: drop sourceCompatibility/targetCompatibility options
alalek Oct 6, 2021
c49cfef
videoio: fix plugins handling if no filesystem available
alalek Oct 6, 2021
2eb1ee9
Merge pull request #20817 from komakai:fix_old_xcode_build
alalek Oct 6, 2021
2221dcc
add SoftNMS implementation
rogday Oct 5, 2021
bdaa6a1
highgui: repair Qt backend
alalek Oct 6, 2021
822d468
Merge pull request #20813 from rogday:soft_nms
alalek Oct 6, 2021
57cd6d2
Merge pull request #20826 from alalek:fix_20824
alalek Oct 6, 2021
94e92cd
dnn(ocl): skip int8 tests due to memory access issues
alalek Oct 6, 2021
eab2b9d
core: ensure is_trivially_copyable for simple types
alalek Oct 6, 2021
1a29ea1
Merge pull request #20829 from alalek:dnn_ocl_skip_int8_tests
alalek Oct 6, 2021
1f42512
Merge pull request #20819 from alalek:issue_19567
alalek Oct 6, 2021
8e0660a
Merge pull request #20820 from alalek:issue_20514
alalek Oct 6, 2021
4dd3ab8
Merge pull request #20825 from alalek:issue_20718
alalek Oct 6, 2021
03a0843
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
alalek Oct 7, 2021
04b40ff
add new supported MSVC version
sthalik Oct 4, 2021
d023f31
fix OPENCV_DISABLE_THREAD_SUPPORT
sthalik Oct 4, 2021
fac895d
Merge pull request #20831 from sthalik:fix-msvc-build-3.4
alalek Oct 7, 2021
4b0f8d7
Merge pull request #20835 from sthalik:msvc-no-thread-support
alalek Oct 7, 2021
dfc94c5
Merge pull request #20823 from AleksandrPanov:fix_orb_integer_overflow
Oct 7, 2021
724e04e
dnn(ocl4dnn): add extra checks to convolution layer
alalek Oct 7, 2021
27545dc
core: add __NetBSD__ build fix in parallel.cpp
alalek Oct 7, 2021
8c2dd5f
dnn(ocl4dnn): cleanup dead code, improve logging
alalek Oct 8, 2021
e75387f
core: fix compilation of copy ctors/assignment operators with GCC 4.x
alalek Oct 7, 2021
9537a90
Merge pull request #20801 from JonasVautherin:fix-gst-error-handling
JonasVautherin Oct 8, 2021
e0cfaee
Merge pull request #20837 from alalek:fixup_20825
alalek Oct 8, 2021
003609e
Merge pull request #20838 from alalek:fix_20833
alalek Oct 8, 2021
05348f3
Merge pull request #20839 from alalek:issue_20828_netbsd
alalek Oct 8, 2021
4985311
core(tls): avoid destruction of TlsAbstraction singleton
alalek Oct 8, 2021
81e7988
Merge pull request #20840 from alalek:dnn_ocl_cleanup_code
alalek Oct 8, 2021
0321644
Merge pull request #20842 from alalek:valgrind_suppression
alalek Oct 8, 2021
17bd9a1
Merge pull request #20841 from alalek:core_keep_TlsAbstraction_single…
alalek Oct 8, 2021
cca4c47
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
alalek Oct 8, 2021
9c84749
backport YOLOv4x-mish new_coords CUDA implementation
rogday Oct 6, 2021
b1cf550
release: OpenCV 3.4.16
alalek Oct 8, 2021
62252d1
Merge tag '3.4.16'
alalek Oct 8, 2021
4672dbd
Merge pull request #20818 from rogday:yolov4x_mish_cuda
alalek Oct 8, 2021
34d359f
Merge pull request #20422 from fengyuentau:dnn_face
fengyuentau Oct 8, 2021
af56151
highgui(docs): we don't support 32-bit integer images in imshow()
alalek Oct 8, 2021
788f330
js: fix build of SIMD tests
alalek Oct 8, 2021
39ee5c5
plugins: reverse candidates order to fetch higher versions first
alalek Oct 8, 2021
74161b2
Merge pull request #20847 from alalek:fix_build_js_simd_tests
alalek Oct 9, 2021
c2e65ba
Merge pull request #20846 from alalek:issue_19947
alalek Oct 9, 2021
ac57be9
Merge pull request #20721 from YanivHollander:DocFixes
YanivHollander Oct 9, 2021
023e86d
Merge pull request #20848 from alalek:reverse_plugins_candidates_order
alalek Oct 9, 2021
4223495
release: OpenCV 4.5.4
alalek Oct 9, 2021
39c3334
Merge tag '4.5.4'
alalek Oct 10, 2021
a9d7b6e
fix const - input and remove unimplemented function
rogday Oct 11, 2021
238dbff
change asserts for Sum
rogday Oct 11, 2021
a02e90d
Merge pull request #20859 from rogday:sub_const_fix
alalek Oct 11, 2021
9e845ea
Fixed comments
MarkGHX Oct 12, 2021
e48b1b3
Address the comments
MarkGHX Oct 12, 2021
4f3a426
Update CMakeLists.txt
MarkGHX Oct 12, 2021
53d6c9b
Merge pull request #20860 from rogday:sum_fix
alalek Oct 12, 2021
3d93675
fix link error on shared libs with -MT
sthalik Oct 4, 2021
982503e
core: ensure 'int' result from CV_POPCNT_U64(x)
alalek Oct 13, 2021
7c0b26e
Merge pull request #20834 from sthalik:msvc-shared-library-static-crt
alalek Oct 13, 2021
3c8cadf
Merge pull request #20867 from alalek:fix_CV_POPCNT_U64_msvs
alalek Oct 13, 2021
e4a87f2
fix type error of slice indices
icestraw Oct 13, 2021
0b5cbce
Merge pull request #20868 from icestraw:fix-type-error-of-slice-indices
alalek Oct 14, 2021
bd0732b
Merge pull request #20740 from Nicholas-Ho-arm:3.4_SymmColumnVec_32f8u
Nicholas-Ho-arm Oct 15, 2021
1feb383
add Ceil, Floor, Log, Round, Sqrt, Not, Equal, Less, Greater
rogday Oct 14, 2021
31c40fa
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
alalek Oct 15, 2021
a590682
cmake: update installation of python extra submodules
alalek Oct 15, 2021
0e86e29
Merge pull request #20885 from alalek:cmake_fix_python_submodules
alalek Oct 15, 2021
f9e747d
Fixed typo in CV_Error message
Wehzie Oct 14, 2021
e6c68ee
Merge pull request #20879 from Wehzie:patch-1
alalek Oct 17, 2021
1926e91
dnn(int8): fix using of incorrect UMat constructor
alalek Oct 18, 2021
f8f9f3c
fixed AVX compile error
sergiud Oct 18, 2021
0cf7915
Merge pull request #20773 from sivanov-work:merge_vpl_source_unite
sivanov-work Oct 18, 2021
b5a9a67
Merge pull request #20856 from TolyaTalamanov:at/cfg-batch-size
TolyaTalamanov Oct 18, 2021
b5fcb06
core(SIMD): update int64 SSE constructor
alalek Oct 18, 2021
c316dbe
Merge pull request #20895 from sergiud:avx-error-immediate
alalek Oct 18, 2021
9a9e457
Allow to set av_log_set_level to reduce ffmpeg level below AV_LOG_ERROR
Oct 18, 2021
6d5fdfb
samples: fix build without threading support
alalek Oct 19, 2021
3f191e1
Merge pull request #20897 from ThalesGroup:master
alalek Oct 19, 2021
b3f966e
Merge pull request #20883 from rogday:eltwise_refactoring
rogday Oct 19, 2021
b1f422c
Merge pull request #20894 from alalek:core_simd_int64_ctor_sse
alalek Oct 19, 2021
7da5178
Merge pull request #20900 from zchrissirhcz:3.4-hwfeatures-support-qnx
zchrissirhcz Oct 19, 2021
f77fdc0
samples: fix build without threading support
alalek Oct 19, 2021
d33a048
Merge pull request #20892 from alalek:issue_20888
alalek Oct 19, 2021
805c283
4.x: drop DISABLE_OPENCV_24_COMPATIBILITY macro
alalek Oct 20, 2021
9379e85
changed no longer patented SIFT
Oct 20, 2021
1f9a7b8
Merge pull request #20738 from sivanov-work:merge_master_vpl_dev_select
sivanov-work Oct 20, 2021
824392a
Merge pull request #20910 from lukasalexanderweber:sift_fix
alalek Oct 20, 2021
f36c268
Merge pull request #19721 from MaximMilashchenko:Audio
MaximMilashchenko Oct 20, 2021
ec10f2e
Merge pull request #20877 from rogday:simple_layers
alalek Oct 20, 2021
4176a0a
Merge pull request #20908 from alalek:4.x_drop_legacy
alalek Oct 21, 2021
ce68291
32bit rgb bmp file should not copy data as rgba
Oct 21, 2021
bac1c6d
hotfix: repair Clang ABI
alalek Oct 21, 2021
c0c71d6
Merge pull request #20920 from alalek:hotfix_clang_abi
alalek Oct 21, 2021
4e65db8
Merge pull request #20916 from Harvey-Huang:32bit_rgb
alalek Oct 21, 2021
bc8eac2
Merge pull request #20906 from alalek:backport_20903
alalek Oct 21, 2021
14d5098
Merge pull request #20903 from alalek:samples_fix_nothreads_build
alalek Oct 21, 2021
7febec4
Merge pull request #20614 from mshabunin:use-onevpl-load
mshabunin Oct 21, 2021
d21622b
fix findMinEnclosingTriangle and add tests
Oct 21, 2021
d376fe9
Merge pull request #20921 from sivanov-work:atl_patch
sivanov-work Oct 21, 2021
12507aa
Merge pull request #20912 from AleksandrPanov:fix_findMinEnclosingTri…
alalek Oct 21, 2021
0a58d68
fix gkernel Doxygen documentation
Oct 22, 2021
4214fc7
Offer more accurate perf test on native
Oct 22, 2021
5c15ea7
Add better perf tests for both native and web
Oct 22, 2021
d5ea2c2
Modify per tests for better results
Oct 22, 2021
a6f5717
resolves #20913
berak Oct 21, 2021
9267536
Merge pull request #20875 from Harvey-Huang:master
Harvey-Huang Oct 22, 2021
aa11cc1
Merge pull request #20919 from berak:patch-1
alalek Oct 22, 2021
6a2077c
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
alalek Oct 23, 2021
75000a7
Use more latest version of Electron
Oct 25, 2021
3891f18
samples: update parallel_backend examples
alalek Oct 18, 2021
017a4e7
Merge pull request #20940 from alalek:cmake_fix_samples_parallel_backend
alalek Oct 25, 2021
0b1ae11
cmake: find_package with QUIET
alalek Oct 26, 2021
0a71063
Merge pull request #20942 from MaximMilashchenko:AudioPatch
MaximMilashchenko Oct 26, 2021
9e6c290
Merge pull request #20947 from alalek:cmake_find_package_quiet
alalek Oct 26, 2021
af154e3
fixed bug: opencv read tif file convert Palette color image as graysc…
Oct 27, 2021
60f949e
Merge pull request #20924 from alexgiving:atrutnev/fix_gkernel_docume…
alalek Oct 27, 2021
9dadc06
remove redundant semicolons
shengyu7697 Oct 27, 2021
244ba1a
Merge pull request #20935 from crywang:dnn_face
crywang Oct 27, 2021
84a8157
tvl1 cuda optflow optimization
noahstier Oct 27, 2021
96488c1
Merge pull request #20954 from shengyu7697:remove-redundant-semicolon
alalek Oct 27, 2021
d059cc7
Merge pull request #20958 from noahstier:3.4_tvl1_optimization
alalek Oct 27, 2021
83afd09
Merge pull request #20950 from Harvey-Huang:master
alalek Oct 27, 2021
5dfe65d
cmake: fix popcnt detection with Intel Compiler
alalek Oct 28, 2021
1726bb6
build(icc): fix nodiscard attribute handling
alalek Oct 28, 2021
75e2ba5
core(simd): fix compilation with MSVC-Clang
alalek Oct 28, 2021
770d3ea
Merge pull request #20960 from alalek:fix_icc_support_3.4
alalek Oct 28, 2021
6bd143d
Merge pull request #20961 from alalek:fix_msvc_clang
alalek Oct 28, 2021
eb152d7
Merge pull request #20937 from mpashchenkov:mp/ocv-gapi-warnings
Oct 28, 2021
d612c72
build: fix MSVC-Clang warnings about unused parameters in stubs
alalek Oct 28, 2021
a49cda6
core: eliminate Winvalid-noreturn in base.hpp
alalek Oct 28, 2021
0b6e360
Merge pull request #20967 from alalek:fix_msvc_clang_unused_parameter
alalek Oct 28, 2021
74cc63b
Merge pull request #20969 from alalek:fix_msvc_clang_warning_noreturn
alalek Oct 28, 2021
cb0ee1f
Support latest WebNN Clamp op
Oct 29, 2021
9637cf0
Correct drive links for DB_IC15 and DB_TD500
Isydmr Oct 29, 2021
e5647cf
cmake: use CMAKE_BUILD_TYPE=Release by default
alalek Oct 28, 2021
e70ba29
Merge pull request #20972 from Isydmr:correct-db-text-detector-drive-…
alalek Oct 29, 2021
6a73e5a
Merge pull request #20922 from alexgiving:atrutnev/align_expect_asser…
Oct 29, 2021
69d0bc8
Added overflow handling during conversion from float to int for Linea…
JuliaBareeva Oct 29, 2021
0e9453a
Merge pull request #20971 from alalek:cmake_build_type_use_release
alalek Oct 29, 2021
40c748a
python: properly handle step for multichannel case
alalek Oct 29, 2021
1ceba29
Merge pull request #20976 from alalek:issue_20968
alalek Oct 30, 2021
0ee61d1
highgui: drop invalid cvGetWindowImageRect
alalek Oct 30, 2021
66f3e97
highgui: drop invalid cvGetWindowImageRect
alalek Oct 30, 2021
bce76a7
Merge pull request #20980 from alalek:highgui_fix_cvGetWindowImageRec…
alalek Oct 30, 2021
b65ae3b
Merge pull request #20982 from alalek:highgui_drop_cvGetWindowImageRe…
alalek Oct 30, 2021
7b57df0
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
alalek Oct 30, 2021
17234f8
Merge pull request #20836 from alexgiving:atrutnev/rename_Adapter_to_…
Nov 1, 2021
30d6766
Add conventional Bayer naming.
s-trinh Oct 28, 2021
b3e16c6
videoio(dshow): eliminate build warnings from MSVC-Clang
alalek Nov 2, 2021
85fd872
Merge pull request #20970 from s-trinh:update_Bayer_naming
alalek Nov 2, 2021
9e758e2
Add definition of HAVE_WEBNN macro
Nov 3, 2021
d484939
Merge pull request #20999 from alalek:dnn_replace_deprecated_calls
alalek Nov 3, 2021
66dd871
Update qrcode.cpp
flytogcp Oct 15, 2021
10c5473
Merge pull request #20990 from alalek:fix_warnings_msvc_clang_dshow_3.4
alalek Nov 3, 2021
8e72e1e
add test case for QR detect fix
APrigarina Nov 3, 2021
57900d0
Merge pull request #20882 from flytogcp:flytogcp-patch-1
alalek Nov 3, 2021
6360b84
Merge pull request #21003 from APrigarina:add_test_qrdetect_fix
alalek Nov 3, 2021
c1d61c8
dnn(cmake): don't hijack OpenCL options with Tengine
alalek Nov 4, 2021
edf533c
Merge pull request #21007 from alalek:cmake_dnn_fix_wrong_tengine_order
alalek Nov 4, 2021
562f237
dnn(test): skip tests with high memory usage
alalek Nov 4, 2021
635990a
Merge pull request #21009 from alalek:dnn_skip_tests_32bit
alalek Nov 4, 2021
ffd0107
Only use fma functions when CV_FMA3 is set.
vrabaud Nov 4, 2021
2ce47fd
Merge pull request #21011 from vrabaud:3.4
alalek Nov 5, 2021
7842181
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
alalek Nov 5, 2021
968d94d
Fix trackbar in falsecolor cpp sample
nikpappas Nov 3, 2021
1ac7bac
Merge pull request #21005 from nikpappas:bug-samples-falsecolor-trackbar
alalek Nov 6, 2021
a271671
highgui(win32): fix trackbar setRange
alalek Nov 6, 2021
ceb94d5
Merge pull request #21016 from alalek:issue_21002
alalek Nov 6, 2021
fa5c7a9
Merge pull request #21020 from lukasalexanderweber:squash
lukasalexanderweber Nov 8, 2021
d2c1f11
videoio: drop unnecessary offset for accessing video output buffer
anonymouss Nov 9, 2021
58043da
Merge pull request #21027 from anonymouss:4.x
alalek Nov 9, 2021
98b6ce3
Merge pull request #20904 from Crayon-new:fix_bug_in_maxLayer
Crayon-new Nov 9, 2021
0c0a839
fix markers parse in gen_pattern.py
Nov 10, 2021
d934bb1
Merge pull request #20998 from alalek:update_protobuf_3.19.1
alalek Nov 10, 2021
3cfca01
Merge pull request #20664 from anna-khakimova:ak/resize_simd
Nov 10, 2021
da63442
Merge pull request #20901 from sivanov-work:merge_source_unite_perf_mod
sivanov-work Nov 10, 2021
68e425f
Add support for runtime CPU feature check on POWER on FreeBSD.
pkubaj Oct 13, 2021
f33828a
Merge pull request #20870 from pkubaj:master
alalek Nov 10, 2021
8444470
use `#pragma message` instead of `#warning` for non-GCC compilers
SegaraRai Nov 10, 2021
cb286a6
Merge pull request #21030 from tv3141:fix_seg_fault_houghlinespointset
tv3141 Nov 10, 2021
18ca998
Merge pull request #21040 from alexgiving:atrutnev/rename_RMatAdapter
Nov 11, 2021
827ff80
Merge pull request #20977 from JulieBar:remap_overflow
alalek Nov 11, 2021
8251fc0
Merge pull request #21028 from AleksandrPanov:fix_markers_parse_in_ge…
alalek Nov 11, 2021
8041ab8
Merge pull request #21025 from alalek:issue_21004
alalek Nov 11, 2021
bcf0f33
Support group convolution
Nov 12, 2021
4c92a28
modules/videoio/src/cap_ffmpeg_impl.hpp: fix build with gcc 4.8
ffontaine Nov 12, 2021
a83856f
Implement Scale_layer using WebNN
Nov 12, 2021
45f18ea
Merge pull request #21048 from ffontaine:4.x
alalek Nov 12, 2021
b525480
Merge pull request #20857 from alexgiving:atrutnev/move_API_samples
Nov 12, 2021
b48eb4e
Merge pull request #21039 from SegaraRai:use-pragma-message
alalek Nov 12, 2021
394e640
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
alalek Nov 13, 2021
dcbae9f
Add Softmax option for native classification example
Nov 15, 2021
05d3288
Merge remote-tracking branch 'upstream/4.x' into gsoc_2021_webnn
Nov 15, 2021
2006809
Fix comments
Nov 19, 2021
9ed67c9
Fix comments
MarkGHX Nov 19, 2021
5d25b05
Fix existing bugs
Mar 4, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions modules/videoio/src/cap_ffmpeg_impl.hpp
Original file line number Diff line number Diff line change
@@ -93,6 +93,12 @@ extern "C" {
}
#endif

// GCC 4.x compilation bug. Details: https://github.com/opencv/opencv/issues/20292
#if (defined(__GNUC__) && __GNUC__ < 5) && !defined(__clang__)
#undef USE_AV_HW_CODECS
#define USE_AV_HW_CODECS 0
#endif

//#define USE_AV_HW_CODECS 0
#ifndef USE_AV_HW_CODECS
#if LIBAVUTIL_VERSION_MAJOR >= 56 // FFMPEG 4.0+