1. 15 May, 2017 1 commit
    • Martin Storsjö's avatar
      arm: Avoid using .dn register aliases · d7320ca3
      Martin Storsjö authored
      clang now (in the upcoming 5.0 version) is capable of building our
      arm assembly without relying on gas-preprocessor, although clang/LLVM
      doesn't support .dn register aliases.
      
      The VC1 MC assembly was only built and used if the chosen assembler
      supported the .dn directives though. This was supported as long as
      gas-preprocessor was used.
      
      This means that VC1 decoding got a speed regression on clang 5.0,
      unless the user manually chose using gas-preprocessor again.
      
      By avoiding using the .dn register aliases, we can build the VC1 MC
      assembly with the latest clang version.
      
      Support for the .dn/.qn directives in clang/LLVM isn't actively planned,
      see https://bugs.llvm.org/show_bug.cgi?id=18199.
      
      This partially reverts 896a5bff.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      d7320ca3
  2. 11 May, 2017 1 commit
  3. 09 May, 2017 3 commits
  4. 08 May, 2017 1 commit
    • Martin Storsjö's avatar
      arm: Check for the .arch directive in configure · 59cee42d
      Martin Storsjö authored
      When targeting windows, the .arch directive isn't available.
      
      So far, when building for windows, we've always used gas-preprocessor,
      both when using msvc's armasm and when using clang. Lately, clang/llvm
      has implemented the last missing piece (altmacro support) for building
      our assembly without gas-preprocessor. This means that we now build
      for arm/windows with clang without any extra compatibility layer.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      59cee42d
  5. 04 May, 2017 2 commits
  6. 03 May, 2017 1 commit
    • Alex Converse's avatar
      aacsbr: Turnoff in the event of over read. · 504403ab
      Alex Converse authored
      Aliased compressed AAC bytes are almost certainly not meaningful SBR
      data. In the wild this causes harsh artifacts switching HE-AAC streams
      that don't have SBR headers aligned with segment boundaries.
      
      Turning off SBR falls back to a default set of upsampling parameters
      that can function as a sort of error concealment. This is consistent
      with how the decoder handles other sorts of errors.
      
      Bug-Id: 1047
      CC: libav-stable@libav.org
      Signed-off-by: 's avatarSean McGovern <gseanmcg@gmail.com>
      504403ab
  7. 02 May, 2017 3 commits
  8. 01 May, 2017 1 commit
  9. 30 Apr, 2017 10 commits
  10. 28 Apr, 2017 2 commits
  11. 27 Apr, 2017 6 commits
  12. 26 Apr, 2017 9 commits