1. 31 May, 2017 1 commit
  2. 29 May, 2017 2 commits
  3. 20 May, 2017 6 commits
  4. 16 May, 2017 4 commits
  5. 15 May, 2017 5 commits
  6. 11 May, 2017 1 commit
  7. 09 May, 2017 3 commits
  8. 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
  9. 04 May, 2017 2 commits
  10. 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
  11. 02 May, 2017 3 commits
  12. 01 May, 2017 1 commit
  13. 30 Apr, 2017 10 commits