opencv/modules/videoio
Adam Rankin fb8143d55d Using environment variable to store capture options (#9292)
* Using environment variable to store options parsed by av_dict_parse_string(ENV{OPENCV_FFMPEG_CAPTURE_OPTIONS}, ";", "|")

* Adding missing mandatory flags parameter

* Guarding against missing function via LIBAVUTIL version

* Code review fixes

Copy/paste error due to coder mistake reverted
Proper version checking for LIBAVUTIL_BUILD
2017-09-19 13:29:43 +03:00
..
doc Large update of videoio doc and samples following mshabunin comments 2016-09-09 18:46:11 +02:00
include/opencv2 some improvements on tutorials 2017-07-29 20:08:19 +03:00
misc videoio: do not mix CV_CAP and CAP_ APIs enum values 2017-06-25 23:35:33 +03:00
perf Rewritten some tests in videoio and imgcodecs modules 2017-06-20 18:20:41 +03:00
src Using environment variable to store capture options (#9292) 2017-09-19 13:29:43 +03:00
test cmake: disable implicit-fallthrough by default 2017-09-11 16:04:00 +03:00
CMakeLists.txt Merge pull request #9416 from eruffaldi:f_9411_mingw_videoio 2017-08-28 20:22:56 +00:00