1. 06 Jun, 2017 1 commit
  2. 03 Jun, 2017 5 commits
  3. 02 Jun, 2017 1 commit
    • Diego Biurrun's avatar
      tls: Hide backend implementation details from users · 61cec5ad
      Diego Biurrun authored
      TLS is currently implemented over either OpenSSL or GnuTLS, with more
      backends likely to appear in the future. Currently, those backend libraries
      are part of the protocol names used during e.g. the configure stage of a
      build. Hide those details behind a generically-named declaration for the
      TLS protocol to avoid leaking those details into the configuration stage.
      61cec5ad
  4. 01 Jun, 2017 4 commits
  5. 31 May, 2017 3 commits
  6. 29 May, 2017 2 commits
  7. 20 May, 2017 6 commits
  8. 16 May, 2017 4 commits
  9. 15 May, 2017 5 commits
  10. 11 May, 2017 1 commit
  11. 09 May, 2017 3 commits
  12. 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
  13. 04 May, 2017 2 commits
  14. 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
  15. 02 May, 2017 1 commit