1. 22 6月, 2012 2 次提交
  2. 21 6月, 2012 1 次提交
  3. 19 6月, 2012 2 次提交
  4. 18 6月, 2012 2 次提交
  5. 13 6月, 2012 3 次提交
  6. 10 6月, 2012 1 次提交
  7. 03 6月, 2012 2 次提交
  8. 30 5月, 2012 1 次提交
  9. 29 5月, 2012 1 次提交
  10. 21 5月, 2012 2 次提交
  11. 13 5月, 2012 1 次提交
  12. 10 5月, 2012 1 次提交
  13. 09 5月, 2012 2 次提交
  14. 06 5月, 2012 1 次提交
  15. 04 5月, 2012 1 次提交
  16. 03 5月, 2012 1 次提交
    • R
      configure: remove malloc_aligned. · 77cfb256
      Ronald S. Bultje 提交于
      It was to signal that allocations are 16-byte aligned, but AVX requires
      32-byte alignment, thus the check is no longer useful (and causes
      crashes).
      77cfb256
  17. 26 4月, 2012 2 次提交
  18. 25 4月, 2012 1 次提交
    • J
      Add libavresample · c8af852b
      Justin Ruggles 提交于
      This is a new library for audio sample format, channel layout, and sample rate
      conversion.
      c8af852b
  19. 23 4月, 2012 1 次提交
  20. 19 4月, 2012 1 次提交
  21. 13 4月, 2012 1 次提交
  22. 07 4月, 2012 1 次提交
  23. 05 4月, 2012 1 次提交
  24. 30 3月, 2012 1 次提交
    • M
      configure: Check for a different SDL function · 9bd41bb1
      Martin Storsjö 提交于
      This one is available both in SDL 1.2 and in 1.3 (which is the current
      version available e.g. in macports), while 1.3 doesn't contain
      SDL_Linked_Version().
      
      The current check for SDL_Linked_Version() (available since SDL 1.2.13)
      was added in 8f1b06c8, because including the headers for SDL_Init()
      redirects the main() function, requiring the main function signature
      to match the one of SDL_main (including argc/argv).
      Signed-off-by: NMartin Storsjö <martin@martin.st>
      9bd41bb1
  25. 27 3月, 2012 2 次提交
  26. 26 3月, 2012 2 次提交
  27. 25 3月, 2012 1 次提交
  28. 23 3月, 2012 1 次提交
  29. 22 3月, 2012 1 次提交