1. 12 Oct, 2015 1 commit
    • Pavel Vlasov's avatar
      Fixes for IPP integration: · 89eee6ca
      Pavel Vlasov authored
      dotProd_16s - disabled for IPP 9.0.0;
      filter2D - fixed kernel preparation;
      morphology - conditions fix and disabled FilterMin and FilterMax for IPP 9.0.0;
      GaussianBlur - disabled for CV_8UC1 due to buffer overflow;
      integral - disabled for IPP 9.0.0;
      
      IppAutoBuffer class was added;
      89eee6ca
  2. 01 Oct, 2015 2 commits
  3. 29 Sep, 2015 2 commits
    • Pavel Vlasov's avatar
      Enables support of IPP 9.0.0; · 62854dcc
      Pavel Vlasov authored
      HAVE_IPP_ICV_ONLY will be undefined if OpenCV was linked against ICV packet from IPP9 or greater. ICV9+ packets will be aligned with IPP in OpenCV APIs
      This will ease code management between IPP and ICV
      62854dcc
    • Pavel Vlasov's avatar
      IPP_VERSION_X100 was changed to: · 75c79176
      Pavel Vlasov authored
      IPP_VERSION_MAJOR * 100 + IPP_VERSION_MINOR*10 + IPP_VERSION_UPDATE
      to manage changes between updates more easily.
      
      IPP_DISABLE_BLOCK was added to ease tracking of disabled IPP functions;
      75c79176
  4. 25 Sep, 2015 2 commits
  5. 24 Sep, 2015 1 commit
  6. 23 Sep, 2015 1 commit
  7. 22 Sep, 2015 2 commits
  8. 21 Sep, 2015 4 commits
  9. 18 Sep, 2015 2 commits
  10. 17 Sep, 2015 1 commit
    • Pavel Vlasov's avatar
      TLS keys leak fix; · aa485ccd
      Pavel Vlasov authored
      Disables TLS copy constructor and operator, as they can lead to errors and reservation of too much keys in TLS storage;
      
      gather method was added to TLS to gather data from all threads;
      aa485ccd
  11. 13 Sep, 2015 1 commit
  12. 10 Sep, 2015 1 commit
  13. 09 Sep, 2015 2 commits
  14. 08 Sep, 2015 1 commit
  15. 07 Sep, 2015 2 commits
  16. 03 Sep, 2015 1 commit
  17. 31 Aug, 2015 1 commit
    • Maksim Shabunin's avatar
      Some changes to support mingw-w64 · 771af4f3
      Maksim Shabunin authored
      - IPP is disabled by default when compiler is mingw (couldn't make it
      work)
      - fixed some warnings
      - fixed some `__GNUC__` version checks (for correctness and convenience)
      - removed UTF-8 BOM from hough.cpp (fixes #5253)
      771af4f3
  18. 26 Aug, 2015 1 commit
  19. 25 Aug, 2015 1 commit
  20. 24 Aug, 2015 1 commit
  21. 22 Aug, 2015 1 commit
  22. 21 Aug, 2015 2 commits
  23. 20 Aug, 2015 1 commit
  24. 19 Aug, 2015 1 commit
  25. 17 Aug, 2015 1 commit
  26. 11 Aug, 2015 1 commit
  27. 10 Aug, 2015 1 commit
  28. 30 Jul, 2015 1 commit
  29. 29 Jul, 2015 1 commit