1. 26 7月, 2017 3 次提交
  2. 26 6月, 2017 1 次提交
  3. 24 6月, 2017 1 次提交
  4. 23 6月, 2017 1 次提交
  5. 20 6月, 2017 3 次提交
  6. 07 6月, 2017 1 次提交
  7. 19 4月, 2017 3 次提交
  8. 15 4月, 2017 6 次提交
  9. 10 4月, 2017 4 次提交
  10. 03 4月, 2017 1 次提交
  11. 22 3月, 2017 1 次提交
    • H
      [media] videodev2.h: map xvYCC601/709 to limited range quantization · 79e92dc0
      Hans Verkuil 提交于
      The xvYCC601/709 encodings were mapped by default to full range quantization.
      This is actually wrong since these encodings use limited range quantization,
      but accept values outside of the limited range.
      
      This makes sense since for values within the limited range it behaves exactly
      the same as BT.601 or Rec. 709. The only difference is that with the xvYCC
      encodings the values outside of the limited range also produce value colors.
      
      Talking to people who know a lot more about this than I do made me realize
      that mapping xvYCC to full range quantization was wrong, so this patch corrects
      this and also improves the documentation.
      
      These formats are very rare, and since the formula for decoding these Y'CbCr
      encodings is actually fixed and independent of the quantization field value
      it is safe to make this change.
      
      The main advantage is that keeps the V4L2 specification in sync with the
      corresponding colorspace, HDMI and CEA861 standards when it comes to these
      xvYCC formats.
      Signed-off-by: NHans Verkuil <hans.verkuil@cisco.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
      79e92dc0
  12. 14 3月, 2017 1 次提交
  13. 03 3月, 2017 1 次提交
  14. 14 2月, 2017 1 次提交
  15. 01 12月, 2016 7 次提交
  16. 24 11月, 2016 3 次提交
  17. 17 11月, 2016 2 次提交
    • M
      [media] docs-rst: cleanup SVG files · 9e3d0730
      Mauro Carvalho Chehab 提交于
      The SVG files are larger than the draw dimentions, have long
      lines and aren't cleaned. Use inkscape to automatically fix
      those issues.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
      9e3d0730
    • M
      docs-rst: auto-generate PDF image files · 15a04d4e
      Mauro Carvalho Chehab 提交于
      The PDF files that contain media images were actually generated
      offline from their SVG or PNG source files.
      
      Sphinx can handle PNG sources automatially. So, let's just
      drop their PDF counterparts.
      
      For SVG, however, Sphinx doesn't produce the right tags to
      use the TexLive SVG support. Also, the SVG support is done via
      shell execution, with is not nice.
      
      So, while we don't have any support for SVG inside Sphinx
      core or as an extension, move the logic to build them to Makefile,
      producing the PDF images on runtime.
      
      NOTE: due to the way Sphinx works, the PDF images should be
      generated inside the Kernel source tree, as otherwise Sphinx
      won't find it, not obeying what's specified by "O=" makefile
      parameter.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
      Signed-off-by: NJonathan Corbet <corbet@lwn.net>
      15a04d4e