1. 01 Apr, 2013 1 commit
  2. 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
  3. 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
  4. 12 Feb, 2013 2 commits
  5. 11 Feb, 2013 1 commit
  6. 01 Feb, 2013 2 commits
  7. 31 Jan, 2013 1 commit
  8. 30 Jan, 2013 3 commits
  9. 29 Jan, 2013 3 commits
  10. 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
  11. 26 Jan, 2013 1 commit
  12. 18 Jan, 2013 1 commit
  13. 08 Jan, 2013 1 commit
  14. 15 Dec, 2012 1 commit
  15. 06 Dec, 2012 1 commit
  16. 03 Dec, 2012 1 commit
  17. 28 Nov, 2012 1 commit
  18. 19 Nov, 2012 1 commit
  19. 09 Nov, 2012 1 commit
  20. 01 Nov, 2012 1 commit
  21. 22 Oct, 2012 1 commit
  22. 17 Oct, 2012 1 commit
  23. 12 Oct, 2012 2 commits
  24. 11 Oct, 2012 1 commit
  25. 10 Oct, 2012 2 commits
  26. 09 Oct, 2012 2 commits