1. 01 9月, 2020 7 次提交
  2. 21 4月, 2020 1 次提交
  3. 14 4月, 2020 3 次提交
  4. 02 3月, 2020 1 次提交
  5. 09 11月, 2019 1 次提交
  6. 25 10月, 2019 1 次提交
    • P
      media: v4l: Add definitions for HEVC stateless decoding · 256fa392
      Paul Kocialkowski 提交于
      This introduces the required definitions for HEVC decoding support with
      stateless VPUs. The controls associated to the HEVC slice format provide
      the required meta-data for decoding slices extracted from the bitstream.
      
      They are not exported to the public V4L2 API since reworking this API
      will likely be needed for covering various use-cases and new hardware.
      
      Multi-slice decoding is exposed as a valid decoding mode to match current
      H.264 support but it is not yet implemented.
      
      The interface comes with the following limitations:
      * No custom quantization matrices (scaling lists);
      * Support for a single temporal layer only;
      * No slice entry point offsets support;
      * No conformance window support;
      * No VUI parameters support;
      * No support for SPS extensions: range, multilayer, 3d, scc, 4 bits;
      * No support for PPS extensions: range, multilayer, 3d, scc, 4 bits.
      Signed-off-by: NPaul Kocialkowski <paul.kocialkowski@bootlin.com>
      [hverkuil-cisco@xs4all.nl: use 1ULL in flags defines in hevc-ctrls.h]
      Signed-off-by: NHans Verkuil <hverkuil-cisco@xs4all.nl>
      Signed-off-by: NMauro Carvalho Chehab <mchehab+samsung@kernel.org>
      256fa392
  7. 02 10月, 2019 2 次提交
  8. 20 8月, 2019 3 次提交
  9. 23 7月, 2019 1 次提交
  10. 29 5月, 2019 2 次提交
  11. 22 4月, 2019 1 次提交
  12. 30 3月, 2019 1 次提交
  13. 26 3月, 2019 2 次提交
  14. 01 3月, 2019 1 次提交
  15. 19 2月, 2019 1 次提交
    • H
      extended-controls.rst: split up per control class · 4f14e327
      Hans Verkuil 提交于
      The extended-controls.rst file had become too big. Split it up: each
      control class reference gets its own rst file, and this file just
      describes the Extended Control API.
      
      Each control class reference is also moved up one level into the
      table of contents to make it easier to find e.g. the codec control
      reference.
      
      Finally I rearranged the order so that all camera-related control
      classes are grouped together, ditto for codec/jpeg and fm-rx/tx.
      
      The ext-ctrls-codec.rst is still pretty big and it is a candidate
      to split up further in the future, possibly per codec.
      Signed-off-by: NHans Verkuil <hverkuil-cisco@xs4all.nl>
      Signed-off-by: NMauro Carvalho Chehab <mchehab+samsung@kernel.org>
      4f14e327
  16. 17 1月, 2019 2 次提交
  17. 08 1月, 2019 1 次提交
  18. 07 12月, 2018 1 次提交
  19. 06 12月, 2018 1 次提交
  20. 05 12月, 2018 2 次提交
  21. 21 11月, 2018 1 次提交
    • W
      Documentation: Use "while" instead of "whilst" · 806654a9
      Will Deacon 提交于
      Whilst making an unrelated change to some Documentation, Linus sayeth:
      
        | Afaik, even in Britain, "whilst" is unusual and considered more
        | formal, and "while" is the common word.
        |
        | [...]
        |
        | Can we just admit that we work with computers, and we don't need to
        | use þe eald Englisc spelling of words that most of the world never
        | uses?
      
      dictionary.com refers to the word as "Chiefly British", which is
      probably an undesirable attribute for technical documentation.
      
      Replace all occurrences under Documentation/ with "while".
      
      Cc: David Howells <dhowells@redhat.com>
      Cc: Liam Girdwood <lgirdwood@gmail.com>
      Cc: Chris Wilson <chris@chris-wilson.co.uk>
      Cc: Michael Halcrow <mhalcrow@google.com>
      Cc: Jonathan Corbet <corbet@lwn.net>
      Reported-by: NLinus Torvalds <torvalds@linux-foundation.org>
      Signed-off-by: NWill Deacon <will.deacon@arm.com>
      Signed-off-by: NJonathan Corbet <corbet@lwn.net>
      806654a9
  22. 24 9月, 2018 1 次提交
  23. 04 7月, 2018 2 次提交
  24. 04 4月, 2018 1 次提交