opencv/modules
Peter Rekdal Sunde 042c486b68 Obtain fourcc when AVStream is network stream
The `codec_tag` is only available when opening a file from disk. If `AVStream` is a network stream then `fourcc` must be obtained using `codec_id`. I have tested the following scenarios:
1) Open a `.mp4` file and verify that `codec_tag` is returned (old behavior)
2) Open a `rtsp` stream and verify that `codec_fourcc` is returned (Tested with a MJPEG, H264 and H265 stream)
2018-10-02 22:15:05 +02:00
..
calib3d Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
core Merge pull request #12657 from alalek:docs_repair_cuda_section 2018-09-28 09:45:50 +00:00
cudaarithm cuda::polarToCart: update documentation 2018-09-22 07:02:43 +09:00
cudabgsegm cuda: eliminate part of build warnings 2018-04-05 17:53:22 +03:00
cudacodec Utilize CV_UNUSED macro 2018-09-07 20:33:52 +09:00
cudafeatures2d Utilize CV_UNUSED macro 2018-09-07 20:33:52 +09:00
cudafilters Misc. typos 2018-07-31 18:44:23 +03:00
cudaimgproc fix test failure of cudev 2018-09-29 23:13:12 +09:00
cudalegacy Utilize CV_UNUSED macro 2018-09-07 20:33:52 +09:00
cudaobjdetect Utilize CV_UNUSED macro 2018-09-07 20:33:52 +09:00
cudaoptflow Utilize CV_UNUSED macro 2018-09-07 20:33:52 +09:00
cudastereo cuda: fix build 2018-07-06 15:32:36 +03:00
cudawarping Utilize CV_UNUSED macro 2018-09-07 20:33:52 +09:00
cudev fix test failure of cudev 2018-09-29 23:13:12 +09:00
dnn Merge pull request #12650 from alalek:dnn_ocl4dnn_verification_test 2018-09-27 12:54:23 +03:00
features2d JavaScript bindings for features2d module 2018-09-28 11:04:13 +03:00
flann flann: drop useless mutex 2018-09-26 19:37:44 +03:00
highgui highgui: fix QT build 2018-09-11 20:30:50 +00:00
imgcodecs Merge pull request #12458 from DEEPIR:3.4 2018-09-07 18:43:47 +03:00
imgproc Merge pull request #12510 from take1014:doc_hough 2018-09-17 21:39:12 +03:00
java fix typo in FpsMeter.java 2018-09-29 11:36:47 +00:00
js Merge pull request #12659 from dkurt:js_features2d 2018-09-28 16:18:09 +00:00
ml Utilize CV_UNUSED macro 2018-09-07 20:33:52 +09:00
objdetect Update hog.cpp 2018-09-20 13:45:01 +03:00
photo Update seamless_cloning.cpp 2018-09-18 07:22:39 +03:00
python Merge pull request #12565 from dkurt:dnn_non_intel_gpu 2018-09-26 16:27:00 +03:00
shape Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
stitching Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
superres Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
ts Merge pull request #12667 from cv3d:fix/ts_report 2018-09-29 20:03:54 +03:00
video Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
videoio Obtain fourcc when AVStream is network stream 2018-10-02 22:15:05 +02:00
videostab Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
viz viz: call "mapper->Update()" before and after SetInputData() 2018-08-22 15:40:51 +03:00
world Do not build protobuf without dnn (#10689) 2018-02-01 16:30:23 +03:00
CMakeLists.txt cmake: allow providing list of extra modules paths 2018-02-01 19:02:02 +03:00