1. 25 Jan, 2019 1 commit
    • Martin Storsjö's avatar
      arm: Create proper .rdata sections for COFF · 41cf3e3b
      Martin Storsjö authored
      As .rodata isn't one of the default created sections for COFF, it was
      created as a read-write data section. By using the default .rdata
      section name for COFF, it automatically becomes a read-only data section.
      The existing ".section .rodata" works as intended for ELF though.
      
      This is based on an original patch and diagnose by Tom Tan
      <Tom.Tan@microsoft.com>.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      41cf3e3b
  2. 23 Jan, 2019 1 commit
  3. 17 Jan, 2019 1 commit
  4. 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
  5. 15 Nov, 2018 1 commit
  6. 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
  7. 06 Nov, 2018 3 commits
  8. 05 Nov, 2018 2 commits
  9. 27 Oct, 2018 2 commits
  10. 13 Oct, 2018 2 commits
  11. 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
  12. 11 Oct, 2018 2 commits
  13. 06 Oct, 2018 4 commits
  14. 03 Oct, 2018 3 commits
  15. 18 Sep, 2018 1 commit
  16. 13 Sep, 2018 1 commit
  17. 05 Sep, 2018 3 commits
  18. 04 Sep, 2018 1 commit
  19. 03 Sep, 2018 1 commit
  20. 02 Sep, 2018 2 commits
  21. 31 Aug, 2018 3 commits
  22. 23 Aug, 2018 3 commits