1. 30 Mar, 2018 1 commit
    • ltqusst's avatar
      Fix #10557 · 0d646490
      ltqusst authored
      Fix overflow bugs in conversion from NV12 VA-surface/D3D11texture2D to OpenCL UMat
      0d646490
  2. 22 Feb, 2018 1 commit
  3. 18 Feb, 2018 1 commit
  4. 16 Feb, 2018 1 commit
  5. 15 Feb, 2018 1 commit
  6. 13 Feb, 2018 2 commits
  7. 12 Feb, 2018 5 commits
  8. 09 Feb, 2018 1 commit
  9. 06 Feb, 2018 4 commits
  10. 05 Feb, 2018 1 commit
  11. 31 Jan, 2018 2 commits
  12. 29 Jan, 2018 1 commit
  13. 27 Jan, 2018 3 commits
  14. 26 Jan, 2018 1 commit
    • Alexander Alekhin's avatar
      core: fix pthreads performance · c49d5d52
      Alexander Alekhin authored
      OpenCV pthreads-based implementation changes:
      - rework worker threads pool, allow to execute job by the main thread too
      - rework synchronization scheme (wait for job completion, threads 'pong' answer is not required)
      - allow "active wait" (spin) by worker threads and by the main thread
      - use _mm_pause() during active wait (support for Hyper-Threading technology)
      - use sched_yield() to avoid preemption of still working other workers
      - don't use getTickCount()
      - optional builtin thread pool profiler (disabled by compilation flag)
      c49d5d52
  15. 24 Jan, 2018 1 commit
  16. 23 Jan, 2018 1 commit
  17. 22 Jan, 2018 2 commits
  18. 16 Jan, 2018 2 commits
  19. 12 Jan, 2018 1 commit
  20. 09 Jan, 2018 1 commit
  21. 29 Dec, 2017 1 commit
  22. 27 Dec, 2017 1 commit
  23. 26 Dec, 2017 2 commits
  24. 22 Dec, 2017 2 commits
  25. 19 Dec, 2017 1 commit