Alexander Smorkalov
426b088754
FFmpeg/4.x: update FFmpeg wrapper 2023.6
1 year ago
dizcza
e625b32841
[opencv 3.x] back-ported tbb support ubuntu 22.04
1 year ago
Alexander Smorkalov
2f805ff7ad
Fixed OpenJPEG 2000 compiler warning for some GCC versions ( #23710 ).
2 years ago
Alexander Smorkalov
a63636171e
Re-integrated OpenJPEG 2.5.0 to OpenCV.
2 years ago
Alexander Smorkalov
dbd1811d53
OpenJPEG 2000 update to version 2.5.0
2 years ago
Zihao Mu
5025f29378
speed up vulkan dnn, and support ios and apple m1 chip. ( #23349 )
2 years ago
Dmitry Kurtaev
676afdc494
Update FlatBuffers source code to 23.5.9
2 years ago
Alex
1a5820aa01
fix_warnings_quirc
2 years ago
eplankin
fd8b346c3e
Merge pull request #23443 from eplankin:3.4
...
* Update IPPICV binaries (20230330)
* Revert "core(IPP): disable some ippsMagnitude_32f calls"
This reverts commit 8069a6b4f8
.
* Reverted changes in norm() and count_non_zero()
2 years ago
Genci Berisha
a1b4aa5e88
Added QR_Code data flip support, flip and retry after first EEC failure
...
Added regression test for the flipped images
2 years ago
Alexander Alekhin
bdff0949bb
dnn(tflite): add 3rdparty flatbuffers with pre-generated schema
2 years ago
Maksim Shabunin
e4acd74e87
Fix some clang 14 warnings
2 years ago
Alexander Smorkalov
3d635cb4a7
Warning supression fix for XCode 13.1 and newer. Backport #23203
2 years ago
Alex
a2fc479c0b
Fix Heap-buffer-overflow READ in opj_jp2_apply_pclr
...
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=47342
The read overflow triggered by reading `src[j]` in
```cpp
for (j = 0; j < max; ++j) {
dst[j] = src[j];
}
```
The max is calculated as `new_comps[pcol].w * new_comps[pcol].h`, however the `src = old_comps[cmp].data;` which may have different `w` and `h` dimensions.
2 years ago
Alexander Alekhin
b361209d52
ffmpeg/4.x: update FFmpeg wrapper 2022.12
...
- FFmpeg 4.4.3
2 years ago
Alexander Smorkalov
423bc515e5
Integer underflow fix for morphologyEx in Carotene (arm).
2 years ago
Alexander Alekhin
726f0adde3
cmake(3rdparty): drop simd warning in libjpeg-turbo
2 years ago
Alexander Alekhin
1b1bbe4262
Merge pull request #22801 from alalek:update_zlib
...
* 3rdparty: zlib 1.2.12 => 1.2.13
https://github.com/madler/zlib/releases/tag/v1.2.13
- replace README -> LICENSE in install distribution
* 3rdparty(zlib): re-apply patch 20190330-ununitialized-use-state-check.diff
2 years ago
Suleyman TURKMEN
292f62c5cc
cosmetic changes
2 years ago
Alexander Smorkalov
64649a1207
Fix multiple sdtlib linkage warning on Windows with MSVS.
...
Use global OpenCV settings for MS Visual Studio run-time libraries to prevent colision.
2 years ago
Andrey Senyaev
ccfc34b13f
Disabled compiling warnings in case of symbols in cmake for 4.x
2 years ago
Andrey Senyaev
3f4abcb228
Disabled compiling warnings in case of symbols in cmake for 3.4
2 years ago
ocpalo
e3e61078a5
3rdparty: Update readme.txt for libjpeg-turbo simd
2 years ago
ocpalo
04849f26b2
libjpegturbo simd extension update cmake flag
2 years ago
ocpalo
d717de5719
nasm/simd support for libjpeg-turbo
2 years ago
Alexander Alekhin
2eff70fbf4
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
2 years ago
ocpalo
7fc14504b1
Update 3rdparty readme.txt for spng
2 years ago
Berke
3929e26276
spng encoder/decoder added as optional png codec
2 years ago
Andrey Senyaev
e1305e8d05
Fixed a warning in case of typename on macOS ARM64
2 years ago
Andrey Senyaev
ef570e4e13
Suppress warnings in carotene on macOS ARM64 for 3.4 branch
2 years ago
Alexander Alekhin
44b2f9637a
Revert "suppress warning on GCC 7 and later"
...
This reverts commit a630ad73cb
.
2 years ago
ocpalo
0643165519
update libjpeg-turbo version to 2.1.3
2 years ago
Tomoaki Teshima
87ef6a9cc1
build: suppress the warning
...
DRY
bump the version
2 years ago
Tomoaki Teshima
a630ad73cb
suppress warning on GCC 7 and later
2 years ago
Alexander Alekhin
6d098cc230
ffmpeg/4.x: update FFmpeg wrapper 2022.05
...
- FFmpeg 4.4.2
- libvpx 1.11
3 years ago
Alexander Alekhin
89f8d4ae12
build: GCC12 warnings
3 years ago
Kumataro
602caa9cd6
Merge pull request #21937 from Kumataro:4.x-fix-21911
...
* Fix warnings for clang15
* Fix warnings: Remove unnecessary code
* Fix warnings: Remove unnecessary code
3 years ago
lgx
2b8094f915
fix a blur3x3 function
3 years ago
Yulv-git
1cdd8510fd
Fix some typos in doc.
3 years ago
Alexander Alekhin
84b4a5a495
Merge pull request #21821 from alalek:update_zlib
...
* 3rdparty: zlib 1.2.11 => 1.2.12
https://github.com/madler/zlib/releases/tag/v1.2.12
* 3rdparty(zlib): re-apply patch 20190330-ununitialized-use-state-check.diff
3 years ago
Zihao Mu
7b582b71ba
Merge pull request #21036 from fengyuentau:timvx_backend_support
...
dnn: TIM-VX NPU backend support
* Add TimVX NPU backend for DNN module.
* use official branch from tim-vx repo; fix detecting viv sdk
Co-authored-by: fytao <yuantao.feng@outlook.com>
3 years ago
Alexander Alekhin
c4c43c3d26
ffmpeg/4.x: update FFmpeg wrapper 2021.12
...
- FFmpeg 4.4.1
3 years ago
Alexander Alekhin
8fa86d4d34
ffmpeg/3.4: update FFmpeg wrapper 2021.12
...
- FFmpeg 3.4.9
3 years ago
Alexander Alekhin
a3287b85c5
carotene: disable YUV color conversions (bit-exact issue)
3 years ago
Alexander Alekhin
66b2140892
build: eliminate C4309 warning from protobuf files with MSVS2017
3 years ago
Alexander Alekhin
c6ab32ffb9
3rdparty: libjpeg-turbo 2.1.0 => 2.1.2
...
https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/2.1.2
3 years ago
Alexander Alekhin
d934bb15b0
Merge pull request #20998 from alalek:update_protobuf_3.19.1
...
3rdparty(protobuf): upgrade 3.5.2 => 3.19.1
* 3rdparty(protobuf): upgrade 3.5.2 => 3.19.1
* dnn: update protobuf files (3.19.1)
* 3rdparty(protobuf): re-apply OpenCV patch for custom fields (3.19.1)
* protobuf: suppress new build warnings
* protobuf: remove unused files
3 years ago
Alexander Alekhin
b7a7119b1f
ffmpeg/4.x: update FFmpeg wrapper 2021.10
...
- FFmpeg 4.4 (no changes)
3 years ago
Alexander Alekhin
c54abde1bd
ffmpeg/3.4: update FFmpeg wrapper 2021.10
...
- FFmpeg 3.4.8 (no changes)
3 years ago
Amir Tulegenov
86a51015b1
Merge pull request #19554 from amirtu:OCV-215_cvtColorTwoPlane_wrong_output_when_Y_Plane_Mat_has_step
...
different paddings in cvtColorTwoPlane() for biplane YUV420
* Different paddings support in cvtColorTwoPlane() for biplane YUV420
* Build fix for dispatch case.
* Resoted old behaviour for y.step==uv.step to exclude perf regressions.
Co-authored-by: amir.tulegenov <amir.tulegenov@xperience.ai>
Co-authored-by: Alexander Smorkalov <alexander.smorkalov@xperience.ai>
3 years ago