- 02 Oct, 2014 3 commits
-
-
Artur Wieczorek authored
Save selected FCC in order to return proper CV_CAP_PROP_FOURCC property value (currently FCC for RGB24 is always returned).
-
Artur Wieczorek authored
FOURCC code bytes should be placed in the reverse order.
-
Artur Wieczorek authored
Set correct value of sample size when calling IAMStreamConfig::SetFormat function. For non-RGB media type it can be set to zero value. (See http://msdn.microsoft.com/en-us/library/windows/desktop/dd373477%28v=vs.85%29.aspx)
-
- 01 Oct, 2014 5 commits
-
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Alexander Smorkalov authored
-
- 30 Sep, 2014 10 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Alexander Smorkalov authored
-
Maksim Shabunin authored
-
Alexander Smorkalov authored
-
StevenPuttemans authored
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-
- 29 Sep, 2014 5 commits
-
-
Artur Wieczorek authored
Use _com_ptr_t instead of CComPtr in ComPtr wrapper to avoid ATL dependency.
-
Alexander Smorkalov authored
-
Roman Donchenko authored
-
Alexander Smorkalov authored
-
Maksim Shabunin authored
-
- 27 Sep, 2014 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 26 Sep, 2014 1 commit
-
-
Manfred Georg authored
The Mutex manager registered with ffmpeg must reset the mutex to NULL after destruction, otherwise ffmpeg will give the invalid mutex to the next mutex manager when it asks it to CREATE a new mutex. See ffmpeg code: http://git.videolan.org/?p=ffmpeg.git;a=blob;f=libavcodec/utils.c;h=28c5785398fcf11a3d3c70a8cd09e9df798e2734;hb=HEAD#l3423 Cherry picked from head (file has moved but issue is the same). Conflicts: modules/videoio/src/cap_ffmpeg_impl.hpp
-
- 25 Sep, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 24 Sep, 2014 4 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
StevenPuttemans authored
-
Artur Wieczorek authored
-
- 23 Sep, 2014 7 commits
-
-
Artur Wieczorek authored
Currently, FFMPEG source files are included in highgui project file regardless of CMake WITH_FFMPEG option. After applying this PR FFMPEG files are included only if WITH_FFMPEG option is enabled.
-
Artur Wieczorek authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 22 Sep, 2014 2 commits
-
-
StevenPuttemans authored
-
Artur Wieczorek authored
-