opencv/modules/videoio
Sean McBride 35f1a90df7
Merge pull request #22149 from seanm:sprintf
Replaced sprintf with safer snprintf

* Straightforward replacement of sprintf with safer snprintf

* Trickier replacement of sprintf with safer snprintf

Some functions were changed to take another parameter: the size of the buffer, so that they can pass that size on to snprintf.
2022-06-25 06:48:22 +03:00
..
cmake Merge pull request #21500 from Kanaderu:fix-gst-audio-win 2022-01-23 17:02:14 +03:00
doc Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2021-11-20 05:13:50 +00:00
include/opencv2 Fix VideoCapture::open() brief description 2022-03-23 15:55:30 +01:00
misc core(parallel): plugins support 2021-02-15 17:07:36 +00:00
perf Merge pull request #15100 from Volskig:cam_multiplexing_function_v 2019-11-15 19:42:12 +03:00
src Merge pull request #22149 from seanm:sprintf 2022-06-25 06:48:22 +03:00
test correct direction of displaymatrix rotation 2022-06-13 14:15:39 +00:00
CMakeLists.txt cmake: force lowercase plugins internal names 2021-12-21 16:34:48 +00:00