Skip to content
Snippets Groups Projects
  1. May 15, 2017
    • 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: default avatarMartin Storsjö <martin@martin.st>
      d7320ca3
  2. May 11, 2017
  3. May 09, 2017
  4. May 08, 2017
    • 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: default avatarMartin Storsjö <martin@martin.st>
      59cee42d
  5. May 04, 2017
  6. May 03, 2017
    • 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: default avatarSean McGovern <gseanmcg@gmail.com>
      504403ab
  7. May 02, 2017
  8. May 01, 2017
  9. Apr 30, 2017
  10. Apr 28, 2017
  11. Apr 27, 2017
  12. Apr 26, 2017
Loading