- 24 Feb, 2015 1 commit
-
-
Alexander Nitsch authored
The architecture has been correctly determined earlier in this file. No need to do it again.
-
- 23 Feb, 2015 1 commit
-
-
Alexander Nitsch authored
MinGW-w64 always uses "w64" as vendor key which the previously used check for "64" anywhere in the target triplet matched. This would lead to MinGW-w64 setups always being treated as x64. Since we are actually interested in finding the "64" in the triplet's operating system key, this fix makes sure to look for "mingw64" and thus avoids the false match. Fixes issue #3835. Credits to Lode Leroy for the original patch.
-
- 21 Feb, 2015 3 commits
-
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-
- 20 Feb, 2015 12 commits
-
-
Alexander Nitsch authored
This avoids violation of possible future CMake policy checks regarding reserved/read-only variables.
-
Andrey Pavlenko authored
-
StevenPuttemans authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-
Roman Donchenko authored
It's pretty much a simplified copy of the Linux script, lacking fancy colors. Also, I had to drop Python testing, because it's not easy to pass the Python module location to the script, and I have no pressing need to run the Python tests at the moment.
-
- 19 Feb, 2015 2 commits
-
-
Alexander Nitsch authored
The use of built-in CMAKE_CURRENT_LIST_DIR requires at least CMake 2.8.3. This fix properly defines the variable to allow its use in versions < 2.8.3 as well. Fixes issue #4205.
-
Vadim Pisarevsky authored
-
- 18 Feb, 2015 3 commits
-
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 17 Feb, 2015 3 commits
-
-
Vijay Pradeep authored
-
Vijay Pradeep authored
-
StevenPuttemans authored
-
- 16 Feb, 2015 5 commits
-
-
Alexander Alekhin authored
1) Fixed deadlock if camera is started and stopped immediately 2) Invalid pattern usage of Object.wait(). Refer to "spurious wakeup": http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait 3) Fixed buffer usage: a) fix eliminates processing of zero NV12 (green in RGB) first frame b) latest ready frame is delivered for processing (not previous)
-
Roman Donchenko authored
The two functions featuring nNull are not particularly needed, so I simply removed them.
-
Roman Donchenko authored
Because why not?
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 13 Feb, 2015 5 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
They don't actually do anything. And even if they did, all components are enabled by default, anyway.
-
Roman Donchenko authored
FFmpeg now requires that frames allocated with avcodec_alloc_frame are freed with avcodec_free_frame.
-
Thomas Gabrowski authored
-
- 12 Feb, 2015 1 commit
-
-
Roman Donchenko authored
The HAVE_DOC_GENERATOR variable was always true.
-
- 10 Feb, 2015 2 commits
-
-
Roman Donchenko authored
Absolute destinations are not necessary, and prevent CPack from working.
-
Vadim Pisarevsky authored
-
- 09 Feb, 2015 2 commits
-
-
Vladislav Vinogradov authored
-
Andrew Senin authored
-