1. 12 12月, 2015 1 次提交
  2. 19 10月, 2015 1 次提交
  3. 13 10月, 2015 1 次提交
  4. 17 8月, 2015 1 次提交
  5. 04 7月, 2015 1 次提交
    • A
      update ffmpeg wrapper binaries · 56ad207d
      Alexander Alekhin 提交于
      Scripts are updated for Linux-based (Ubuntu 14.04) mingw cross-compilation (full stack of scripts provided)
      Part of these scripts may work under Windows installation of MinGW, but it is not supported.
      
      FFMPEG update: 2.7.1
      Added OpenH264 Cisco binaries support for H264 encoding: v1.4.0
      56ad207d
  6. 18 6月, 2015 1 次提交
  7. 17 6月, 2015 1 次提交
  8. 22 5月, 2015 1 次提交
  9. 08 4月, 2015 1 次提交
  10. 06 4月, 2015 1 次提交
  11. 31 3月, 2015 1 次提交
    • R
      Use imported targets for linking to CUDA · 6e121b2e
      Roman Donchenko 提交于
      This retains the desirable quality of not including paths to CUDA libraries
      from the build system into the config files, and has two major advantages:
      
      * It removes the need to use link_directories, which doesn't guarantee that
        the libraries from the supplied directory will be used (there may be
        libraries with the same names earlier in the search path).
      
      * It removes the need to put -L entries into OPENCV_LINKER_LIBS. This variable
        is used with target_link_libraries, where such entries are treated as linker
        flags, so doing this is unportable. I remove the support for -L entries
        from OpenCVGenPkgconfig.cmake, as well, to discourage adding them in the
        future.
      6e121b2e
  12. 30 3月, 2015 1 次提交
  13. 25 2月, 2015 1 次提交
  14. 18 2月, 2015 1 次提交
  15. 10 2月, 2015 1 次提交
  16. 15 1月, 2015 1 次提交
  17. 25 12月, 2014 1 次提交
    • A
      Assorted fixes: · c105b729
      Andrey Kamaev 提交于
      * cmake CMP0054 and CMP0045
      * aarch64 build
      * portable code options in PCH cmake
      * some of gcc 4.9 warnings
      c105b729
  18. 17 10月, 2014 3 次提交
  19. 13 8月, 2014 2 次提交
  20. 06 8月, 2014 1 次提交
  21. 15 7月, 2014 1 次提交
  22. 10 2月, 2014 1 次提交
    • A
      Multiple improvements in OpenCV examples build. · a49beb7c
      Alexander Smorkalov 提交于
      EMBED_CUDA and FORCE_EMBED_OPENCV flags added to cmake macro add_android_project;
      INSTALL_CUDA_LIBRARIES option added to OpenCV.mk
      opencv_dynamicuda library installation with enabled OPENCV_INSTALL_MODULES flag fixed;
      CUDA initialization apportunity added to OpenCVLoader.initDebug();
      Tutorial-4-CUDA sample reimplemented with static OpenCV and CUDA initialization.
      (cherry picked from commit 6ae4a9b0)
      a49beb7c
  23. 06 2月, 2014 1 次提交
    • A
      Multiple improvements in OpenCV examples build. · 6ae4a9b0
      Alexander Smorkalov 提交于
      EMBED_CUDA and FORCE_EMBED_OPENCV flags added to cmake macro add_android_project;
      INSTALL_CUDA_LIBRARIES option added to OpenCV.mk
      opencv_dynamicuda library installation with enabled OPENCV_INSTALL_MODULES flag fixed;
      CUDA initialization apportunity added to OpenCVLoader.initDebug();
      Tutorial-4-CUDA sample reimplemented with static OpenCV and CUDA initialization.
      6ae4a9b0
  24. 07 12月, 2013 1 次提交
  25. 24 10月, 2013 2 次提交
  26. 18 10月, 2013 1 次提交
  27. 16 10月, 2013 1 次提交
  28. 09 10月, 2013 2 次提交
  29. 22 8月, 2013 1 次提交
    • R
      Fix errors in usages of try_compile · a9e9ce85
      Roman Donchenko 提交于
      * There's no OPENCV_BINARY_DIR variable;
      * No need to append CMakeFiles/CMakeTmp, as CMake does it for you;
      * Output variables are unused;
      * Wrong usage of CMAKE_FLAGS;
      * Small quoting and style issues.
      a9e9ce85
  30. 21 8月, 2013 1 次提交
  31. 05 6月, 2013 1 次提交
  32. 14 5月, 2013 1 次提交
  33. 13 2月, 2013 1 次提交
  34. 29 1月, 2013 1 次提交
  35. 23 8月, 2012 1 次提交