1. 06 2月, 2013 2 次提交
  2. 06 1月, 2013 1 次提交
  3. 05 1月, 2013 1 次提交
  4. 06 10月, 2012 3 次提交
  5. 02 10月, 2012 1 次提交
  6. 26 9月, 2012 1 次提交
  7. 14 9月, 2012 2 次提交
  8. 14 8月, 2012 1 次提交
  9. 31 7月, 2012 2 次提交
  10. 15 5月, 2012 12 次提交
  11. 14 5月, 2012 3 次提交
  12. 08 5月, 2012 2 次提交
  13. 20 4月, 2012 1 次提交
  14. 18 4月, 2012 2 次提交
  15. 11 4月, 2012 1 次提交
  16. 20 3月, 2012 1 次提交
  17. 08 3月, 2012 1 次提交
    • H
      [media] v4l2-ctrls: v4l2_ctrl_add_handler should add all refs · 072e6602
      Hans Verkuil 提交于
      Currently v4l2_ctrl_add_handler adds only the controls that are owned
      by the handler. This is wrong. Instead all controls, whether owned or
      not, should be added.
      
      This is also implied by the v4l2-controls.txt documentation and it is
      clearly the right thing to do. The only reason this was never noticed
      before is because we never did this. Only recent changes in ivtv made
      this error visible because there a third handler layer was added (handler
      A inherits from handler B which inherits from C, D and E). Without this
      change handler A only sees the controls owned by handler B and the controls
      from C, D and E are missing.
      Signed-off-by: NHans Verkuil <hans.verkuil@cisco.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      072e6602
  18. 29 2月, 2012 1 次提交
    • S
      [media] V4L: Add JPEG compression control class · c7361ae1
      Sylwester Nawrocki 提交于
      The V4L2_CID_JPEG_CLASS control class is intended to expose various
      adjustable parameters of JPEG encoders and decoders. Following controls
      are defined:
      
       - V4L2_CID_JPEG_CHROMA_SUBSAMPLING,
       - V4L2_CID_JPEG_RESTART_INTERVAL,
       - V4L2_CID_JPEG_COMPRESSION_QUALITY,
       - V4L2_CID_JPEG_ACTIVE_MARKER.
      
      This covers only a part of relevant standard specifications. More
      controls should be added in future if required.
      
      The purpose of V4L2_CID_JPEG_CLASS class is also to replace some
      functionality covered by VIDIOC_S/G_JPEGCOMP ioctls, i.e. the JPEG
      markers presence and compression quality control. The applications
      and drivers should switch from the ioctl to control based API, as
      described in the subsequent patches for the Media API DocBook.
      Signed-off-by: NSylwester Nawrocki <s.nawrocki@samsung.com>
      Signed-off-by: NKyungmin Park <kyungmin.park@samsung.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      c7361ae1
  19. 15 2月, 2012 2 次提交