1. 21 Feb, 2013 2 commits
    • gferry's avatar
      fix for OpenCV issue #2815 · e3803f99
      gferry authored
      - libavcodec issue
      - some decoders alter AVCodecContext width/height values, in a wrong way
      - eg. in issue 2815, vp6f decoder changes these values, resulting in distorted / invalid frames
      - this patch forces default AVCodecContext values
      e3803f99
    • Vladislav Vinogradov's avatar
      restored binary compatibility · a938534a
      Vladislav Vinogradov authored
      a938534a
  2. 19 Feb, 2013 1 commit
    • Vladislav Vinogradov's avatar
      updated OpenGL functionality: · e06c3ec7
      Vladislav Vinogradov authored
      * removed OpenGLFuncTab, now extensions are loaded internally
      * added support of GlBuffer and GlTexture2D to InputArray/OutputArray
      * added ELEMENT_ARRAY_BUFFER and PIXEL_PACK_BUFFER targets
      * added copyFrom/copyTo method for GlBuffer and GlTexture2D
      * removed GlFont
      * removed pointCloudShow
      * removed OpenGLCleanCallback
      * added Access parameter to GlBuffer::mapHost
      * added autoRelease parameter to all create methods
      e06c3ec7
  3. 12 Feb, 2013 2 commits
  4. 11 Feb, 2013 1 commit
  5. 01 Feb, 2013 2 commits
  6. 31 Jan, 2013 1 commit
  7. 30 Jan, 2013 3 commits
  8. 29 Jan, 2013 3 commits
  9. 28 Jan, 2013 5 commits
    • Andrey Kamaev's avatar
      Don't check for EINTR and replace xioctl with ioctl · cf407c2e
      Andrey Kamaev authored
      This should be safe todo unless we are writing a signal handler.
      cf407c2e
    • Patrick Welche's avatar
      NetBSD video(4) support, patch 3 of 3 · 1a84bcc5
      Patrick Welche authored
      xioctl() assumes that ioctl takes int request. Cope with
        int ioctl(int d, unsigned long request, ...)
      to avoid "invalid argument".
      1a84bcc5
    • Patrick Welche's avatar
      NetBSD video(4) support, patch 2 of 3 · 681ffd9a
      Patrick Welche authored
      * Decouple Video4Linux2 support from Video4Linux as existence of
        v4l2 on a system does not imply support for v4l.
      * Don't use V4L's struct video_window in V4L2 code.
      * Removed __USE_GNU as comment says:
            /* support for MJPEG is only available with libjpeg and gcc,
               because it's use libjepg and fmemopen()
        so replace with test for fmemopen() if found necessary.
      681ffd9a
    • Patrick Welche's avatar
      NetBSD video(4) support, patch 1 of 3 · d90b8d61
      Patrick Welche authored
      The video(4) driver provides a Video4Linux2 compatible API for
      various video peripherals. This patch propagates HAVE_VIDEOIO if
      the sys/videoio.h include file is found, which is the signature of
      video(4).
      d90b8d61
    • Andrey Kamaev's avatar
      Improve error reporting of JPEG image encoder · 255cd61a
      Andrey Kamaev authored
      OpenCV issue #2604
      
      After this patch applied an attempt to encode empty images produces exception
      saying "Raw image encoder error: Empty JPEG image (DNL not supported)"
      255cd61a
  10. 26 Jan, 2013 1 commit
  11. 18 Jan, 2013 1 commit
  12. 08 Jan, 2013 1 commit
  13. 15 Dec, 2012 1 commit
  14. 06 Dec, 2012 1 commit
  15. 03 Dec, 2012 1 commit
  16. 28 Nov, 2012 1 commit
  17. 19 Nov, 2012 1 commit
  18. 09 Nov, 2012 1 commit
  19. 01 Nov, 2012 1 commit
  20. 22 Oct, 2012 1 commit
  21. 17 Oct, 2012 1 commit
  22. 12 Oct, 2012 2 commits
  23. 11 Oct, 2012 1 commit
  24. 10 Oct, 2012 2 commits
  25. 09 Oct, 2012 2 commits
  26. 04 Oct, 2012 1 commit
    • Roy Reapor's avatar
      Fixed issue 2404 · 5d9d4659
      Roy Reapor authored
      - imdecode_() only creates a temporary file when needed.
      - Use the string's empty() function to flag if the temporary file needs
      to be deleted.
      5d9d4659