1. 27 Jan, 2019 1 commit
  2. 27 Feb, 2017 7 commits
  3. 18 Feb, 2017 3 commits
  4. 30 Nov, 2016 1 commit
  5. 05 Feb, 2016 2 commits
  6. 11 Aug, 2015 1 commit
  7. 04 Aug, 2015 1 commit
    • Henrik Gramner's avatar
      x86inc: Support arbitrary stack alignments · 826790f5
      Henrik Gramner authored
      Change ALLOC_STACK to always align the stack before allocating stack space for
      consistency. Previously alignment would occur either before or after allocating
      stack space depending on whether manual alignment was required or not.
      826790f5
  8. 01 Jul, 2014 1 commit
  9. 10 Jun, 2014 1 commit
    • Martin Storsjö's avatar
      x86: h264: Don't keep data in the redzone across function calls on 64 bit unix · 570d4b21
      Martin Storsjö authored
      We know that the called function (ff_chroma_inter_body_mmxext)
      doesn't touch the redzone, and thus will be kept intact - thus,
      this doesn't fix any bug per se.
      
      However, valgrind's memcheck tool intentionally assumes that the
      redzone is clobbered on every function call and function return
      (see a long comment in valgrind/memcheck/mc_main.c). This avoids
      false positives in that tool, at the cost of an extra stack pointer
      adjustment.
      
      The other alternative would be a valgrind suppression for this issue,
      but that's an extra burden for everybody that wants to run libavcodec
      within valgrind.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      570d4b21
  10. 13 Mar, 2014 1 commit
  11. 07 Oct, 2013 1 commit
  12. 10 Apr, 2013 1 commit
  13. 12 Mar, 2013 1 commit
  14. 21 Feb, 2013 2 commits
  15. 12 Dec, 2012 2 commits
  16. 13 Nov, 2012 1 commit
  17. 30 Oct, 2012 2 commits
  18. 31 Aug, 2012 1 commit
  19. 31 Jul, 2012 1 commit
  20. 28 Jul, 2012 1 commit
  21. 11 Apr, 2012 1 commit
  22. 19 Feb, 2012 1 commit
  23. 17 Feb, 2012 1 commit
  24. 12 Feb, 2012 1 commit
  25. 27 Jan, 2012 1 commit
  26. 19 Oct, 2011 1 commit
  27. 15 Aug, 2011 1 commit
  28. 12 Aug, 2011 1 commit