1. 04 2月, 2014 3 次提交
  2. 07 1月, 2014 1 次提交
  3. 21 6月, 2013 1 次提交
  4. 09 6月, 2013 1 次提交
  5. 15 4月, 2013 1 次提交
  6. 25 3月, 2013 4 次提交
  7. 06 2月, 2013 2 次提交
    • H
      [media] DocBook: fix various validation errors · 07b64b83
      Hans Verkuil 提交于
      Fixed the following errors (with exception of the SVG errors):
        GEN     /home/hans/work/src/v4l/media-git/Documentation/DocBook//v4l2.xml
        rm -rf Documentation/DocBook/index.html; echo '<h1>Linux Kernel HTML Documentation</h1>' >> Documentation/DocBook/index.html && echo '<h2>Kernel Version: 3.8.0-rc1</h2>' >> Documentation/DocBook/index.html && cat Documentation/DocBook/media_api.html >> Documentation/DocBook/index.html
        /tmp/x.xml:883: element revremark: validity error : Element structname is not declared in revremark list of possible children
        /tmp/x.xml:883: element revremark: validity error : Element xref is not declared in revremark list of possible children
        /tmp/x.xml:9580: element xref: validity error : Element xref was declared EMPTY this one has content
        /tmp/x.xml:13508: element link: validity error : Element link does not carry attribute linkend
        /tmp/x.xml:13508: element link: validity error : No declaration for attribute linked of element link
        /tmp/x.xml:16986: element imagedata: validity error : Value "SVG" for attribute format of imagedata is not among the enumerated set
        /tmp/x.xml:17003: element imagedata: validity error : Value "SVG" for attribute format of imagedata is not among the enumerated set
        /tmp/x.xml:17022: element imagedata: validity error : Value "SVG" for attribute format of imagedata is not among the enumerated set
      Signed-off-by: NHans Verkuil <hans.verkuil@cisco.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      07b64b83
    • S
      [media] v4l2-ctrl: Add helper function for the controls range update · 2ccbe779
      Sylwester Nawrocki 提交于
      This patch adds a helper function that allows to modify range,
      i.e. minimum, maximum, step and default value of a v4l2 control,
      after the control has been created and initialized. This is helpful
      in situations when range of a control depends on user configurable
      parameters, e.g. camera sensor absolute exposure time depending on
      an output image resolution and frame rate.
      v4l2_ctrl_modify_range() function allows to modify range of an
      INTEGER, BOOL, MENU, INTEGER_MENU and BITMASK type controls.
      Based on a patch from Hans Verkuil http://patchwork.linuxtv.org/patch/8654.
      Signed-off-by: NSylwester Nawrocki <sylvester.nawrocki@gmail.com>
      Acked-by: NHans Verkuil <hans.verkuil@cisco.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      2ccbe779
  8. 21 12月, 2012 1 次提交
  9. 26 11月, 2012 1 次提交
  10. 27 9月, 2012 1 次提交
  11. 14 9月, 2012 2 次提交
  12. 12 8月, 2012 1 次提交
  13. 31 7月, 2012 1 次提交
  14. 07 7月, 2012 1 次提交
  15. 12 6月, 2012 1 次提交
  16. 20 5月, 2012 1 次提交
  17. 15 5月, 2012 2 次提交
  18. 11 4月, 2012 2 次提交
  19. 29 2月, 2012 1 次提交
  20. 14 2月, 2012 1 次提交
  21. 24 1月, 2012 1 次提交
    • H
      [media] V4L2: Add per-device-node capabilities · 583aa3a9
      Hans Verkuil 提交于
      If V4L2_CAP_DEVICE_CAPS is set, then the new device_caps field is filled with
      the capabilities of the opened device node.
      
      The capabilities field traditionally contains the capabilities of the physical
      device, being a superset of all capabilities available at the several device
      nodes. E.g., if you open /dev/video0, then if it contains VBI caps then that means
      that there is a corresponding vbi node as well. And the capabilities field of
      both the video and vbi nodes should contain identical caps.
      
      However, it would be very useful to also have a capabilities field that contains
      just the caps for the currently open device, hence the new CAP bit and field.
      Signed-off-by: NHans Verkuil <hans.verkuil@cisco.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      583aa3a9
  22. 11 1月, 2012 1 次提交
  23. 04 11月, 2011 1 次提交
  24. 21 9月, 2011 1 次提交
  25. 28 7月, 2011 4 次提交
  26. 22 3月, 2011 3 次提交