1. 13 Oct, 2018 1 commit
    • Zhong Li's avatar
      lavc/qsvenc_jpeg: add async_depth support · 4c5e77e0
      Zhong Li authored
      Currently qsv (m)jpeg encoding is broken.
      Regression introducing by the commit(id: c1bcd3): fix async support,
      which requires the minimum async_depth to be 1, instead previous zero.
      But the default async_depth of qsv (m)jpeg encoding is still initialized
      (mostly) as zero.
      
      This patch also abviously improves qsv (m)jpeg encoding performance
      due to the default async_depth is changed to 4.
      Signed-off-by: 's avatarZhong Li <zhong.li@intel.com>
      Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
      4c5e77e0
  2. 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
  3. 11 Oct, 2018 2 commits
  4. 06 Oct, 2018 4 commits
  5. 03 Oct, 2018 3 commits
  6. 18 Sep, 2018 1 commit
  7. 13 Sep, 2018 1 commit
  8. 05 Sep, 2018 3 commits
  9. 04 Sep, 2018 1 commit
  10. 03 Sep, 2018 1 commit
  11. 02 Sep, 2018 2 commits
  12. 31 Aug, 2018 3 commits
  13. 23 Aug, 2018 3 commits
  14. 17 Aug, 2018 8 commits
  15. 14 Aug, 2018 3 commits
  16. 06 Aug, 2018 1 commit
  17. 05 Aug, 2018 1 commit
  18. 01 Aug, 2018 1 commit