4.x
Adding getStdAllocator() to cv::cuda::GpuMat
Merge pull request #24893 from chacha21:cart_polar_inplace
Fixed most clang -Wextra-semi warnings
Merge pull request #25832 from chachoi-world:4.x
compatibility: keep Ptr<FileStorage> stubs till OpenCV 5.0
Partially back-port #25075 to 4.x
Merge pull request #25671 from savuor:rv/arithm_extend_tests
Merge pull request #23109 from seanm:misc-warnings
Fix compilation on some 32-bit windows
Merge pull request #23736 from seanm:c++11-simplifications
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
core: remove unnecessary pointer cleanup in BufferArea
Utilize CV_UNUSED macro
Merge pull request #25598 from asmorkalov:as/tables_range_check_core
Merge pull request #25981 from Kumataro:fix25971
opencv: Use cv::AutoBuffer<>::data()
core: Rename `cv::float16_t` to `cv::hfloat` (#25217)
core: rework code locality
Deprecated convertTypeStr and made new variant that also takes the buffer size
Merge remote-tracking branch 'origin/3.4' into merge-3.4
Added no-imp placeholder when HAVE_CUDA is false
Merge pull request #19259 from nglee:dev_gpumatnd1
build: fix warnings
cuda: add python bindings to allow GpuMat and Stream objects to be initialized from raw pointers
bugfix convertFromD3D11Texture2D
Merge pull request #13972 from Mainvooid:add_cuda_support_for_D3D11_interop
Fix spelling typos
Fixed HAL invocation for DCT.
build: unreachable code after CV_Error() (part 2)
updated license header in whole gpu module
Merge pull request #24804 from fengyuentau:fix_lapack_warnings
core: include version.hpp in cvdef.h, fix precomp.hpp usage
Merge pull request #25936 from savuor:rv/hal_dot
Merge pull request #22947 from chacha21:hasNonZero
core(ocl): buffer bounds in intelblas_gemm_buffer_NT
kmeans: assertion "There can't be more clusters than elements"
core(logger): strip path prefix
Added LUT for FP16 and accuracy test.
Removed duplicated code in Pow implementation that triggers wrong assert on Intel iGPU.
core: move const tables outside of dispatched code
Set and check allocator pointer for all cv::Mat instances.
Add semicolons after `CV_INSTRUMENT` macros
HALL interface for transpose2d.
Avoid future integer overflow in _OutputArray::create
Merge pull request #25789 from asmorkalov:as/HAL_meanStdDev_tails
Merge pull request #23980 from hanliutong:rewrite-core
Merge pull request #26080 from asmorkalov:as/HAL_minMaxIdx_ND_offset
Merge pull request #25491 from savuor:rv/hal_norm_hamming
Merge pull request #24918 from opencv-pushbot:gitee/alalek/core_convertfp16_replacement
More fixes for OpenCL error reporting.
Fixed compilation on windows with openvx
Merge pull request #24280 from casualwind:parallel_opt
core: fix pthreads performance
Merge pull request #25351 from Kumataro:fix25073_format_g
Merge pull request #23055 from seanm:sprintf2
core(persistence): avoid NULL pointer dereference
Merge pull request #22149 from seanm:sprintf
core: FileStorage: detect invalid attribute value
Merge pull request #13879 from chacha21:REDUCE_SUM2
Split stat.cpp into smaller pieces
core: get rid of built-in String type
Merge pull request #24179 from Kumataro:fix24145
removed duplicated Hershey fonts
Merge pull request #21937 from Kumataro:4.x-fix-21911
core(ocl): fix deadlock in UMatDataAutoLock
Fallback to vaCreateImage + vaPutImage/vaGetImage when vaDeriveImage fails
Fix libva dynamic loading