1. 27 Oct, 2018 1 commit
    • James Almer's avatar
      Revert "decode: copy the output parameters from the last bsf in the chain back... · cacb62f9
      James Almer authored
      Revert "decode: copy the output parameters from the last bsf in the chain back to the AVCodecContext"
      
      This reverts commit 662558f9.
      
      The avcodec_parameters_to_context() call was freeing and reallocating
      AVCodecContext->extradata, essentially taking ownership of it, which according
      to the doxy is user owned. This is an API break and has produces crashes in
      some library users like Firefox.
      Revert until a better solution is found to internally propagate the filtered
      extradata back into the decoder context.
      Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
      cacb62f9
  2. 13 Oct, 2018 2 commits
  3. 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
  4. 11 Oct, 2018 2 commits
  5. 06 Oct, 2018 4 commits
  6. 03 Oct, 2018 3 commits
  7. 18 Sep, 2018 1 commit
  8. 13 Sep, 2018 1 commit
  9. 05 Sep, 2018 3 commits
  10. 04 Sep, 2018 1 commit
  11. 03 Sep, 2018 1 commit
  12. 02 Sep, 2018 2 commits
  13. 31 Aug, 2018 3 commits
  14. 23 Aug, 2018 3 commits
  15. 17 Aug, 2018 8 commits
  16. 14 Aug, 2018 3 commits
  17. 06 Aug, 2018 1 commit