1. 12 Dec, 2018 1 commit
    • James Almer's avatar
      libdav1d: update API usage to the first stable release · 70ab2778
      James Almer authored
      The color fields were moved to another struct, and a way to propagate
      timestamps and other input metadata was introduced, so the packet
      fifo can be removed.
      
      Add support for 12bit streams, an option to disable film grain, and
      read the profile from the sequence header referenced by the ouput
      picture instead of guessing based on output pix_fmt.
      Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
      70ab2778
  2. 15 Nov, 2018 1 commit
  3. 13 Nov, 2018 1 commit
    • Linjie Fu's avatar
      qsvenc: Add VDENC support for H264 and HEVC · e716323f
      Linjie Fu authored
      Add VDENC(lowpower mode) support for QSV h264 and HEVC
      
      It's an experimental function(like lowpower in vaapi) with
      some limitations:
      - CBR/VBR require HuC which should be explicitly loaded via i915
      module parameter(i915.enable_guc=2 for linux kerner version >= 4.16)
      - HEVC VDENC was supported >= ICE LAKE
      
      use option "-low_power 1" to enable VDENC.
      Signed-off-by: 's avatarLinjie Fu <linjie.fu@intel.com>
      e716323f
  4. 06 Nov, 2018 3 commits
  5. 05 Nov, 2018 2 commits
  6. 27 Oct, 2018 2 commits
  7. 13 Oct, 2018 2 commits
  8. 12 Oct, 2018 1 commit
    • Martin Storsjö's avatar
      arm: Emit .thumb_func directives · 5584abf6
      Martin Storsjö authored
      Prior to Xcode 9.3, the clang built-in assembler didn't support
      altmacro, and gas-preprocessor was used for assembling for arm/darwin.
      
      For thumb functions, gas-preprocessor took care of adding the .thumb_func
      directives, but when now being able to assemble without gas-preprocessor,
      we need to add these directives ourselves.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      5584abf6
  9. 11 Oct, 2018 2 commits
  10. 06 Oct, 2018 4 commits
  11. 03 Oct, 2018 3 commits
  12. 18 Sep, 2018 1 commit
  13. 13 Sep, 2018 1 commit
  14. 05 Sep, 2018 3 commits
  15. 04 Sep, 2018 1 commit
  16. 03 Sep, 2018 1 commit
  17. 02 Sep, 2018 2 commits
  18. 31 Aug, 2018 3 commits
  19. 23 Aug, 2018 3 commits
  20. 17 Aug, 2018 3 commits