platform/upstream/opencv.git
23 months agoMerge pull request #22343 from komakai:android_cam_polling
Alexander Smorkalov [Mon, 19 Sep 2022 05:51:13 +0000 (08:51 +0300)]
Merge pull request #22343 from komakai:android_cam_polling

Poll for frame data if acquisition fails after OnCaptureCompleted

23 months agoMerge pull request #22332 from komakai:android-cam-stride
Alexander Alekhin [Sun, 18 Sep 2022 14:26:11 +0000 (14:26 +0000)]
Merge pull request #22332 from komakai:android-cam-stride

23 months agoAndroid Camera: poll for frame data if acquisition fails after OnCaptureCompleted
Giles Payne [Sun, 18 Sep 2022 04:41:36 +0000 (13:41 +0900)]
Android Camera: poll for frame data if acquisition fails after OnCaptureCompleted

23 months agoMerge pull request #22523 from fengyuentau:update_mirrors_220916
Alexander Smorkalov [Fri, 16 Sep 2022 13:24:26 +0000 (16:24 +0300)]
Merge pull request #22523 from fengyuentau:update_mirrors_220916

Update mirrors 220916

23 months agoMerge pull request #21945 from driftee:fix-3rdparty_carotene_blur
Alexander Smorkalov [Fri, 16 Sep 2022 13:23:09 +0000 (16:23 +0300)]
Merge pull request #21945 from driftee:fix-3rdparty_carotene_blur

fix a 3rd party blur3x3 function(the 7th value in tcurr should be set to the 5th value in old tcurr, which will be be overwritten by the 3rd value in old tcurr)

23 months agoMerge pull request #22507 from TolyaTalamanov:at/replace-mfx-major-version-assert...
Alexander Smorkalov [Fri, 16 Sep 2022 08:21:08 +0000 (11:21 +0300)]
Merge pull request #22507 from TolyaTalamanov:at/replace-mfx-major-version-assert-to-warning

G-API: Replace MFX major version assertion to warning

23 months agofix a bug when download from github instead but the subdir is changed to a wrong one
fengyuentau [Fri, 16 Sep 2022 08:04:20 +0000 (16:04 +0800)]
fix a bug when download from github instead but the subdir is changed to a wrong one

23 months agobump ADE to 0.1.2a
fengyuentau [Fri, 16 Sep 2022 08:02:56 +0000 (16:02 +0800)]
bump ADE to 0.1.2a

23 months agoMerge pull request #22479 from scottchou007:master
Alexander Smorkalov [Fri, 16 Sep 2022 06:05:55 +0000 (09:05 +0300)]
Merge pull request #22479 from scottchou007:master

Fix issues in opencv_test_dnn from conv48 kernels without bias

23 months agoMerge pull request #22521 from asmorkalov/as:cuddn_version_non_cache
Alexander Smorkalov [Fri, 16 Sep 2022 04:42:06 +0000 (07:42 +0300)]
Merge pull request #22521 from asmorkalov/as:cuddn_version_non_cache

Do not store full CuDNN version in cache to exclude inconsistency duкing reconfiguration

23 months agoFix issues in opencv_test_dnn from conv48 kernels using uninitialized tensors when...
scottchou007 [Tue, 6 Sep 2022 05:37:46 +0000 (22:37 -0700)]
Fix issues in opencv_test_dnn from conv48 kernels using uninitialized tensors when there is no bias.

23 months agoMerge pull request #22145 from danopdev:issues-22141
Alexander Smorkalov [Thu, 15 Sep 2022 16:18:58 +0000 (19:18 +0300)]
Merge pull request #22145 from danopdev:issues-22141

Fixed  time value obtained on some frames at the end of the video #22141

23 months agoMerge pull request #22503 from danopdev:android-video-writter
Alexander Smorkalov [Thu, 15 Sep 2022 15:47:14 +0000 (18:47 +0300)]
Merge pull request #22503 from danopdev:android-video-writter

Add H264 / H265 writter support for Android

23 months agoExtended video timestamp test to cover fix for the issue #22141.
Alexander Smorkalov [Thu, 15 Sep 2022 11:29:50 +0000 (14:29 +0300)]
Extended video timestamp test to cover fix for the issue #22141.

23 months agoDo not store full CuDNN version in cache to exclude inconsistency during reconfiguration.
Alexander Smorkalov [Thu, 15 Sep 2022 13:15:52 +0000 (16:15 +0300)]
Do not store full CuDNN version in cache to exclude inconsistency during reconfiguration.

23 months agofix #22490
Dan [Thu, 15 Sep 2022 11:24:18 +0000 (13:24 +0200)]
fix #22490

23 months agoMerge pull request #22495 from cpoerschke:4.x-issue-22483
Alexander Smorkalov [Wed, 14 Sep 2022 17:40:24 +0000 (20:40 +0300)]
Merge pull request #22495 from cpoerschke:4.x-issue-22483

add explicit onChange callback in cocoa cvSetTrackbarPos

23 months agoMerge pull request #22516 from ocpalo:patch-1
Alexander Smorkalov [Wed, 14 Sep 2022 17:38:57 +0000 (20:38 +0300)]
Merge pull request #22516 from ocpalo:patch-1

3rdparty: Update readme.txt for libjpeg-turbo simd

23 months agoMerge pull request #22227 from danopdev:issue-22198
Alexander Smorkalov [Wed, 14 Sep 2022 16:59:08 +0000 (19:59 +0300)]
Merge pull request #22227 from danopdev:issue-22198

Fix issues: #22214 and #22198

23 months ago3rdparty: Update readme.txt for libjpeg-turbo simd
ocpalo [Wed, 14 Sep 2022 16:20:41 +0000 (19:20 +0300)]
3rdparty: Update readme.txt for libjpeg-turbo simd

23 months ago#22214 and #22198
Dan [Wed, 14 Sep 2022 12:19:04 +0000 (14:19 +0200)]
#22214 and #22198

23 months agoMerge pull request #22498 from alalek:update_ffmpeg_4.x
Alexander Smorkalov [Wed, 14 Sep 2022 06:34:12 +0000 (09:34 +0300)]
Merge pull request #22498 from alalek:update_ffmpeg_4.x

ffmpeg/4.x: update FFmpeg wrapper 2022.09

23 months agoMerge pull request #22508 from sunshinemyson:TIMVX
Alexander Smorkalov [Wed, 14 Sep 2022 06:16:25 +0000 (09:16 +0300)]
Merge pull request #22508 from sunshinemyson:TIMVX

Disable default path while search libtim-vx.so with TIMVX_INSTALL_DIR

23 months agoMerge pull request #22372 from ocpalo:libjpegturbo_nasm
Alexander Smorkalov [Wed, 14 Sep 2022 06:08:28 +0000 (09:08 +0300)]
Merge pull request #22372 from ocpalo:libjpegturbo_nasm

[GSoC 2022] nasm/simd support for libjpeg-turbo

23 months agolibjpegturbo simd extension update cmake flag
ocpalo [Tue, 13 Sep 2022 19:12:52 +0000 (22:12 +0300)]
libjpegturbo simd extension update cmake flag

23 months agoMerge pull request #22040 from CNClareChen:4.x
Alexander Smorkalov [Tue, 13 Sep 2022 13:26:20 +0000 (16:26 +0300)]
Merge pull request #22040 from CNClareChen:4.x

Optimize the cvCeil and cvFloor functions for LoongArch

23 months agoOptimize the cvCeil and cvFloor functions.
Hao Chen [Wed, 20 Apr 2022 06:13:02 +0000 (14:13 +0800)]
Optimize the cvCeil and cvFloor functions.

This patch optimizes the cvCeil and cvFloor functions on
the LoongArch platform.

Signed-off-by: Hao Chen <chenhao@loongson.cn>
23 months agoChange warning message
TolyaTalamanov [Tue, 13 Sep 2022 07:28:34 +0000 (08:28 +0100)]
Change warning message

23 months agoMerge pull request #22448 from Ichini24:reshape-permutations-fix
Alexander Smorkalov [Tue, 13 Sep 2022 06:24:56 +0000 (09:24 +0300)]
Merge pull request #22448 from Ichini24:reshape-permutations-fix

changed names of permutations if Reshpe is in NHWC

23 months agoDisable default path while search libtim-vx.so with TIMVX_INSTALL_DIR
xiang.zhang [Tue, 13 Sep 2022 03:10:39 +0000 (11:10 +0800)]
Disable default path while search libtim-vx.so with TIMVX_INSTALL_DIR

Signed-off-by: xiang.zhang <xiang.zhang@verisilicon.com>
23 months agonasm/simd support for libjpeg-turbo
ocpalo [Fri, 5 Aug 2022 20:13:06 +0000 (23:13 +0300)]
nasm/simd support for libjpeg-turbo

23 months agoReplace MFX major version assertion to warning
TolyaTalamanov [Mon, 12 Sep 2022 16:54:00 +0000 (17:54 +0100)]
Replace MFX major version assertion to warning

23 months agovideoio(ffmpeg): update tests with new Windows wrapper
Alexander Alekhin [Mon, 12 Sep 2022 13:09:40 +0000 (13:09 +0000)]
videoio(ffmpeg): update tests with new Windows wrapper

23 months agoffmpeg/4.x: update FFmpeg wrapper 2022.09
Alexander Alekhin [Sun, 11 Sep 2022 21:40:22 +0000 (21:40 +0000)]
ffmpeg/4.x: update FFmpeg wrapper 2022.09

- FFmpeg 4.4.2
- added AV1 support hrough aom 3.4.0: https://aomedia.googlesource.com/aom/+/refs/tags/v3.4.0
- use Ubuntu 18.04 => 20.04 as build image

23 months agoMerge pull request #22248 from cudawarped:ffmpeg_rtsp_low_fps
cudawarped [Mon, 12 Sep 2022 06:12:28 +0000 (07:12 +0100)]
Merge pull request #22248 from cudawarped:ffmpeg_rtsp_low_fps

* Allow the number of threads FFMpeg uses to be selected during VideoCapture::open().
Reset interupt timer in grab if
err = avformat_find_stream_info(ic, NULL);
is interupted but open is successful.

* Correct the returned number of threads and amend test cases.

* Update container test case.

* Reverse changes added to existing videoio_container test case and include test combining thread change and raw read in the newly added videoio_read test case.

23 months agoMerge pull request #22497 from ocpalo:patch-1
Alexander Smorkalov [Mon, 12 Sep 2022 05:50:48 +0000 (08:50 +0300)]
Merge pull request #22497 from ocpalo:patch-1

Update 3rdparty readme.txt for spng

23 months agoUpdate 3rdparty readme.txt for spng
ocpalo [Sun, 11 Sep 2022 20:45:40 +0000 (23:45 +0300)]
Update 3rdparty readme.txt for spng

23 months agoadd explicit onChange callback in cocoa cvSetTrackbarPos
Christine Poerschke [Sun, 11 Sep 2022 15:40:27 +0000 (16:40 +0100)]
add explicit onChange callback in cocoa cvSetTrackbarPos

23 months agoAdd Loongson Advanced SIMD Extension support: -DCPU_BASELINE=LASX
wxsheng [Sat, 10 Sep 2022 06:39:43 +0000 (14:39 +0800)]
Add Loongson Advanced SIMD Extension support: -DCPU_BASELINE=LASX

* Add Loongson Advanced SIMD Extension support: -DCPU_BASELINE=LASX
* Add resize.lasx.cpp for Loongson SIMD acceleration
* Add imgwarp.lasx.cpp for Loongson SIMD acceleration
* Add LASX acceleration support for dnn/conv
* Add CV_PAUSE(v) for Loongarch
* Set LASX by default on Loongarch64
* LoongArch: tune test threshold for Core/HAL.mat_decomp/15

Co-authored-by: shengwenxue <shengwenxue@loongson.cn>
23 months agoMerge pull request #22037 from xiong-jie-y:py_gapi_add_state_kernel
Alexander Smorkalov [Fri, 9 Sep 2022 12:13:22 +0000 (15:13 +0300)]
Merge pull request #22037 from xiong-jie-y:py_gapi_add_state_kernel

Add stateful kernel to python G-API

23 months agoMerge pull request #22451 from dmatveev:dm/abstract_execs
Alexander Smorkalov [Fri, 9 Sep 2022 10:42:42 +0000 (13:42 +0300)]
Merge pull request #22451 from dmatveev:dm/abstract_execs

G-API: Introduce abstract base classes for GExecutor and GStreamingExecutor

23 months agoMerge pull request #22346 from fengyuentau:mat1d_part1
Yuantao Feng [Fri, 9 Sep 2022 09:56:30 +0000 (17:56 +0800)]
Merge pull request #22346 from fengyuentau:mat1d_part1

Changes separated from Mat 1D support in core #18594 (#22346)

2 years agoMerge pull request #22480 from gr8jam/fix/pattern_tools:undesiarabe_behaviour_on_windows
Alexander Smorkalov [Wed, 7 Sep 2022 07:56:36 +0000 (10:56 +0300)]
Merge pull request #22480 from gr8jam/fix/pattern_tools:undesiarabe_behaviour_on_windows

Save output file to local directory instead of desktop (for windows)

2 years agoRemoved intialization of _default_directory
Matej Jeglic [Wed, 7 Sep 2022 06:25:31 +0000 (08:25 +0200)]
Removed intialization of _default_directory

2 years agoPythonify the 'interpret_fileName function'
Matej Jeglic [Tue, 6 Sep 2022 19:08:37 +0000 (21:08 +0200)]
Pythonify the 'interpret_fileName function'

2 years agoSave output file to local directory instead of desktop (for windows)
Matej Jeglic [Tue, 6 Sep 2022 18:53:52 +0000 (20:53 +0200)]
Save output file to local directory instead of desktop (for windows)

2 years agoMerge pull request #22466 from sturkmen72:patch-4
Alexander Smorkalov [Tue, 6 Sep 2022 09:01:59 +0000 (12:01 +0300)]
Merge pull request #22466 from sturkmen72:patch-4

Improvement on error handling for HoughCircles

2 years agoMerge pull request #22475 from cabelo:yolov4_models
Alexander Smorkalov [Tue, 6 Sep 2022 08:29:28 +0000 (11:29 +0300)]
Merge pull request #22475 from cabelo:yolov4_models

ADD weights yolov4 in models.yml

2 years agoFix problem with handleNewStream functionality
TolyaTalamanov [Tue, 6 Sep 2022 07:52:35 +0000 (08:52 +0100)]
Fix problem with handleNewStream functionality

2 years agoMerge pull request #22474 from alalek:fix_msvs_warning_ffmpeg_test
Alexander Alekhin [Mon, 5 Sep 2022 23:16:47 +0000 (23:16 +0000)]
Merge pull request #22474 from alalek:fix_msvs_warning_ffmpeg_test

2 years agoADD weights yolov4 in models.yml
alessandro faria [Mon, 5 Sep 2022 21:22:01 +0000 (18:22 -0300)]
ADD weights yolov4 in models.yml

2 years agovideoio(test): fix build warning
Alexander Alekhin [Mon, 5 Sep 2022 16:53:08 +0000 (16:53 +0000)]
videoio(test): fix build warning

2 years agoUpdate hough.cpp
Suleyman TURKMEN [Sat, 3 Sep 2022 08:49:00 +0000 (11:49 +0300)]
Update hough.cpp

2 years agoMerge pull request #22226 from ocpalo:libspng
Alexander Smorkalov [Mon, 5 Sep 2022 10:25:41 +0000 (13:25 +0300)]
Merge pull request #22226 from ocpalo:libspng

[GSoC 2022] spng encoder/decoder added as optional png codec

2 years agoAdd tests for stateful kernel functionality
TolyaTalamanov [Sun, 4 Sep 2022 19:15:53 +0000 (20:15 +0100)]
Add tests for stateful kernel functionality

2 years agochanged names of permutations if Reshpe is in NHWC
anton [Tue, 30 Aug 2022 16:43:37 +0000 (18:43 +0200)]
changed names of permutations if Reshpe is in NHWC

2 years agoMerge pull request #22456 from TolyaTalamanov:at/onevpl-fixes-linux
Alexander Alekhin [Fri, 2 Sep 2022 21:55:49 +0000 (21:55 +0000)]
Merge pull request #22456 from TolyaTalamanov:at/onevpl-fixes-linux

2 years agoMerge pull request #22454 from zihaomu:bug_fix_22450
Alexander Alekhin [Fri, 2 Sep 2022 21:55:29 +0000 (21:55 +0000)]
Merge pull request #22454 from zihaomu:bug_fix_22450

2 years agofix bug 22450
Zihao Mu [Fri, 2 Sep 2022 08:30:06 +0000 (16:30 +0800)]
fix bug 22450

2 years agodecode chunks and calculate checksums
ocpalo [Wed, 31 Aug 2022 17:39:19 +0000 (20:39 +0300)]
decode chunks and calculate checksums

2 years agoMerge pull request #22429 from hanliutong:more-rvv-intrin
Alexander Smorkalov [Wed, 31 Aug 2022 13:14:43 +0000 (13:14 +0000)]
Merge pull request #22429 from hanliutong:more-rvv-intrin

2 years agoMerge pull request #22436 from Harvey-Huang:4-bit_palette_color
Alexander Smorkalov [Wed, 31 Aug 2022 10:33:59 +0000 (10:33 +0000)]
Merge pull request #22436 from Harvey-Huang:4-bit_palette_color

2 years agoEnabled EXIF orientation tests for libspng.
Alexander Smorkalov [Wed, 31 Aug 2022 08:57:48 +0000 (11:57 +0300)]
Enabled EXIF orientation tests for libspng.

2 years agoG-API: Introduce GAbstractStreamingExecutor
Dmitry Matveev [Tue, 30 Aug 2022 20:50:34 +0000 (23:50 +0300)]
G-API: Introduce GAbstractStreamingExecutor

Now GStreamingExecutor is its subclass; others to come

2 years agoG-API: Introduce GAbstractExecutor
Dmitry Matveev [Tue, 30 Aug 2022 19:48:29 +0000 (22:48 +0300)]
G-API: Introduce GAbstractExecutor

GExecutor is now a subclass of GAbstractExecutor. Other to come

2 years agoMerge pull request #22440 from zihaomu:fix_conv_bug
Alexander Smorkalov [Tue, 30 Aug 2022 07:01:05 +0000 (07:01 +0000)]
Merge pull request #22440 from zihaomu:fix_conv_bug

2 years agoMerge pull request #22306 from zihaomu:qgemm_and_squeeze_opset13_onnximporter
Alexander Smorkalov [Tue, 30 Aug 2022 06:33:57 +0000 (06:33 +0000)]
Merge pull request #22306 from zihaomu:qgemm_and_squeeze_opset13_onnximporter

2 years agoadd qgemm and squeeze op13 supported on ONNXImporter
Zihao Mu [Tue, 30 Aug 2022 01:50:29 +0000 (09:50 +0800)]
add qgemm and squeeze op13 supported on ONNXImporter

2 years agoMerge pull request #22362 from fengyuentau:conv_asym_pad_fuse
Alexander Smorkalov [Mon, 29 Aug 2022 14:56:17 +0000 (17:56 +0300)]
Merge pull request #22362 from fengyuentau:conv_asym_pad_fuse

Remove asymmetric padding in Conv layer since it is supported in CPU backend

2 years agoreplace v_add with +
Zihao Mu [Mon, 29 Aug 2022 09:15:35 +0000 (17:15 +0800)]
replace v_add with +

2 years agoMerge pull request #22337 from zihaomu:load_ONNX_fp16_as_fp32
Alexander Smorkalov [Mon, 29 Aug 2022 06:32:25 +0000 (09:32 +0300)]
Merge pull request #22337 from zihaomu:load_ONNX_fp16_as_fp32

DNN: load fp16 ONNX model as fp32

2 years agotengine: supports conv with asymmetric padding
fengyuentau [Mon, 29 Aug 2022 02:51:26 +0000 (02:51 +0000)]
tengine: supports conv with asymmetric padding

2 years ago4-bit_palette_color
Harvey [Mon, 29 Aug 2022 02:21:17 +0000 (10:21 +0800)]
4-bit_palette_color

2 years agospng encoder/decoder added as optional png codec
Berke [Fri, 10 Jun 2022 20:23:42 +0000 (23:23 +0300)]
spng encoder/decoder added as optional png codec

2 years agoMerge pull request #22432 from dmatveev:dm/ade_012a
Alexander Alekhin [Sun, 28 Aug 2022 17:50:15 +0000 (17:50 +0000)]
Merge pull request #22432 from dmatveev:dm/ade_012a

2 years agoreuse WORDS_BIGENDIAN.
Zihao Mu [Fri, 26 Aug 2022 23:42:38 +0000 (07:42 +0800)]
reuse WORDS_BIGENDIAN.

2 years agoG-API: Update ADE to v0.1.2a to fix new Windows warnings
Dmitry Matveev [Fri, 26 Aug 2022 18:29:56 +0000 (21:29 +0300)]
G-API: Update ADE to v0.1.2a to fix new Windows warnings

2 years agoFurther optimization of Conv2D, fused Conv_Add_Activation, bring latest code from...
Zihao Mu [Fri, 26 Aug 2022 09:57:25 +0000 (17:57 +0800)]
Further optimization of Conv2D, fused Conv_Add_Activation, bring latest code from ficus OpConv.fx. (#22401)

2 years agoMerge pull request #22236 from mizo:v4l2-multi-planar-v2
Alexander Smorkalov [Fri, 26 Aug 2022 09:51:19 +0000 (12:51 +0300)]
Merge pull request #22236 from mizo:v4l2-multi-planar-v2

V4L2: Add multi-planar capture support

2 years agoMerge pull request #22347 from bu3w:filter-camera-streaming-by-format
Alexander Smorkalov [Fri, 26 Aug 2022 09:49:47 +0000 (12:49 +0300)]
Merge pull request #22347 from bu3w:filter-camera-streaming-by-format

select correct MediaType in MSMF backend.

2 years agoMerge pull request #22333 from cudawarped:fix_for_21101
Alexander Smorkalov [Fri, 26 Aug 2022 09:34:33 +0000 (12:34 +0300)]
Merge pull request #22333 from cudawarped:fix_for_21101

Fix video codec fourcc #21101

2 years agoAdd remaining intrinsics.
HAN Liutong [Fri, 26 Aug 2022 07:06:51 +0000 (07:06 +0000)]
Add remaining intrinsics.

2 years agoload fp16 as fp32 and align fp16 and double in onnx_graph_simplifie
Zihao Mu [Fri, 26 Aug 2022 02:04:44 +0000 (10:04 +0800)]
load fp16 as fp32 and  align fp16 and double in onnx_graph_simplifie

2 years agoMerge pull request #22411 from zihaomu:remove_whitespace
Alexander Alekhin [Wed, 24 Aug 2022 21:57:36 +0000 (21:57 +0000)]
Merge pull request #22411 from zihaomu:remove_whitespace

2 years agoOneVPL fixes
TolyaTalamanov [Wed, 24 Aug 2022 16:30:32 +0000 (17:30 +0100)]
OneVPL fixes

2 years agoMerge pull request #22353 from hanliutong:more-rvv-intrin
Alexander Smorkalov [Tue, 23 Aug 2022 09:50:01 +0000 (12:50 +0300)]
Merge pull request #22353 from hanliutong:more-rvv-intrin

[GSoC] Add more universal intrinsic implementations for RVV.

2 years agoV4L2: Add multi-planar capture support
Daisuke Mizobuchi [Wed, 15 Jun 2022 01:35:42 +0000 (10:35 +0900)]
V4L2: Add multi-planar capture support

Devices which only support multi-planar capture cannot be processed as
single-planar.

Add multi-planar support to v4l driver.

2 years agoMerge pull request #22410 from zihaomu:silu_support
Alexander Smorkalov [Mon, 22 Aug 2022 12:30:49 +0000 (12:30 +0000)]
Merge pull request #22410 from zihaomu:silu_support

2 years agoMerge pull request #22407 from Biswa96:cmake-pkgconfig-mingw
Alexander Smorkalov [Mon, 22 Aug 2022 09:50:55 +0000 (09:50 +0000)]
Merge pull request #22407 from Biswa96:cmake-pkgconfig-mingw

2 years agoselect correct MediaType in MSMF backend.
MENG Yu [Fri, 5 Aug 2022 17:52:33 +0000 (01:52 +0800)]
select correct MediaType in MSMF backend.

2 years agoremove whitespace
Zihao Mu [Mon, 22 Aug 2022 03:14:59 +0000 (11:14 +0800)]
remove whitespace

2 years agosupport silu activation in darknet
Zihao Mu [Mon, 22 Aug 2022 02:51:29 +0000 (10:51 +0800)]
support silu activation in darknet

2 years agocmake: Enable pkgconfig support for mingw
Biswapriyo Nath [Sun, 21 Aug 2022 06:36:46 +0000 (12:06 +0530)]
cmake: Enable pkgconfig support for mingw

2 years agoMerge pull request #22393 from TolyaTalamanov:at/fix-gapi-vpl-windows-build
Anatoliy Talamanov [Sat, 20 Aug 2022 17:24:41 +0000 (18:24 +0100)]
Merge pull request #22393 from TolyaTalamanov:at/fix-gapi-vpl-windows-build

* Fix G-API OneVPL compilation

* Fix macro

__WIN32__ -> _WIN32

2 years agoMerge pull request #22403 from Biswa96:add-locale-header
Alexander Smorkalov [Fri, 19 Aug 2022 10:01:23 +0000 (10:01 +0000)]
Merge pull request #22403 from Biswa96:add-locale-header

2 years agovideoio: Include missing locale header for std::wstring_convert
Biswapriyo Nath [Fri, 19 Aug 2022 07:44:57 +0000 (13:14 +0530)]
videoio: Include missing locale header for std::wstring_convert

This fixes the following error with mingw toolchain:
opencv/modules/videoio/src/cap_msmf.cpp:1020: error: 'wstring_convert' is not a member of 'std'
 1020 |                                     std::wstring_convert<std::codecvt_utf8_utf16<wchar_t>> conv;
      |                                          ^~~~~~~~~~~~~~~
opencv/modules/videoio/src/cap_ffmpeg_hw.hpp:230:26: error: 'wstring_convert' is not a member of 'std'
  230 |                     std::wstring_convert<std::codecvt_utf8_utf16<wchar_t>> conv;
      |                          ^~~~~~~~~~~~~~~

The locale header is required according to C++ standard.
See https://en.cppreference.com/w/cpp/locale/wstring_convert

2 years agoMerge pull request #22395 from hzcyf:infinite_loop_fix
Alexander Smorkalov [Fri, 19 Aug 2022 07:11:09 +0000 (07:11 +0000)]
Merge pull request #22395 from hzcyf:infinite_loop_fix

2 years agoMerge pull request #22377 from Biswa96:condition_variable
Alexander Smorkalov [Thu, 18 Aug 2022 11:31:21 +0000 (11:31 +0000)]
Merge pull request #22377 from Biswa96:condition_variable

2 years agoMerge pull request #22396 from dmatveev:dm/ade-012
Alexander Smorkalov [Thu, 18 Aug 2022 11:28:44 +0000 (14:28 +0300)]
Merge pull request #22396 from dmatveev:dm/ade-012

G-API: Bump ADE to version 0.1.2

2 years agoRemove the test log in test_interleave_pq.
HAN Liutong [Thu, 18 Aug 2022 08:01:09 +0000 (08:01 +0000)]
Remove the test log in test_interleave_pq.