1. 22 3月, 2021 3 次提交
  2. 27 1月, 2021 1 次提交
  3. 14 1月, 2021 3 次提交
  4. 03 12月, 2020 8 次提交
  5. 17 11月, 2020 1 次提交
  6. 14 9月, 2020 1 次提交
  7. 01 9月, 2020 5 次提交
  8. 24 8月, 2020 1 次提交
  9. 12 6月, 2020 1 次提交
  10. 18 5月, 2020 3 次提交
  11. 21 4月, 2020 3 次提交
  12. 06 3月, 2020 1 次提交
  13. 10 11月, 2019 1 次提交
  14. 08 11月, 2019 2 次提交
  15. 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
  16. 10 10月, 2019 3 次提交
  17. 20 8月, 2019 2 次提交