1. 07 5月, 2015 5 次提交
  2. 05 5月, 2015 19 次提交
  3. 03 5月, 2015 1 次提交
  4. 02 5月, 2015 1 次提交
    • F
      linux-v4l2: Fix build errors for older api · 4497ab31
      fryshorts 提交于
      Fix build errors for older versions of the api where
      VIDIOC_ENUM_DV_TIMINGS was defined but V4L2_IN_CAP_DV_TIMINGS was not.
      I was under the impression that they were added at the same time, but
      apparently i was wrong there.
      
      Thanks to kmoore@FreeBSD.org for spotting this on FreeBSD.
      4497ab31
  5. 01 5月, 2015 3 次提交
  6. 30 4月, 2015 1 次提交
  7. 27 4月, 2015 3 次提交
  8. 24 4月, 2015 3 次提交
  9. 23 4月, 2015 3 次提交
    • J
      Merge pull request #419 from fryshorts/deb7-compat · 1f3b7476
      Jim 提交于
      linux-v4l2: Build fixes for older versions
      1f3b7476
    • F
      linux-v4l2: Fix build when missing ENUM_DV_TIMINGS · 34c3be43
      fryshorts 提交于
      Add compatibility with older versions of the api by not failing to
      build when the VIDIOC_ENUM_DV_TIMINGS is missing. In older versions
      of the api there was a different system to get dv-timing presets, which
      was replaced by the current enumeration system with Linux 3.4.
      This will allow for the plugin to be built against older versions of the
      api by disabling the enumeration support, thus reducing the
      functionality for some devices.
      34c3be43
    • F
      linux-v4l2: Fix build when missing CAP_DEVICE_CAPS · 85518e7c
      fryshorts 提交于
      Improve compatibility with older versions of the api by not requiring
      V4L2_CAP_DEVICE_CAPS. If we don't have this, we fall back to using the
      capabilities member for the whole device instead of the device_caps
      member for the currently selected subdevice. Just like we would do if
      the device would not support this.
      The new device_caps field was introduced with Linux 3.3.
      85518e7c
  10. 21 4月, 2015 1 次提交