1. 24 9月, 2011 1 次提交
  2. 16 8月, 2011 1 次提交
  3. 31 7月, 2011 2 次提交
  4. 09 7月, 2011 1 次提交
  5. 08 7月, 2011 1 次提交
  6. 12 6月, 2011 1 次提交
  7. 05 6月, 2011 2 次提交
  8. 27 5月, 2011 2 次提交
  9. 12 5月, 2011 1 次提交
    • D
      configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. · 046f081b
      Diego Biurrun 提交于
      Adding _POSIX_C_SOURCE to CPPFLAGS globally produces all sorts of problems
      since it causes certain system functions to be hidden on some (BSD) systems.
      The solution is to only add the flag on systems that really require it, i.e.
      glibc-based ones.
      
      This change makes BSD systems compile out-of-the-box without the need for
      adding specific flags manually.  It also allows dropping a number of flags
      set manually on a file-per-file basis, but were only present to work around
      breakage introduced by the presence of _POSIX_C_SOURCE.
      
      Also add _XOPEN_SOURCE to CPPFLAGS for glibc systems.  We use XSI extensions
      in several places already, so it is preferable to define it globally instead
      of littering source files with individual #defines only needed for glibc.
      046f081b
  10. 19 3月, 2011 1 次提交
  11. 27 1月, 2011 1 次提交
  12. 08 11月, 2010 1 次提交
    • J
      Make x11grab cursor drawing suck less · 8ce803db
      Jason Garrett-Glaser 提交于
      This new version:
      1.  Works on 24-bit and 32-bit input, not just 32-bit.
      2.  Doesn't try to run on 16-bit or 8-bit, instead of outright crashing.
      3.  Does proper alpha-blending, so cursor shadows look correct.
      4.  Doesn't swap R and B.
      
      Mostly fixes issue 1997.
      Fixes issue 2056.
      
      Originally committed as revision 25690 to svn://svn.ffmpeg.org/ffmpeg/trunk
      8ce803db
  13. 02 7月, 2010 1 次提交
  14. 30 6月, 2010 1 次提交
  15. 22 6月, 2010 1 次提交
  16. 20 4月, 2010 1 次提交
  17. 31 3月, 2010 1 次提交
  18. 24 3月, 2010 1 次提交
  19. 15 12月, 2009 1 次提交
  20. 14 12月, 2009 1 次提交
  21. 28 11月, 2009 3 次提交
  22. 21 7月, 2009 1 次提交
  23. 01 2月, 2009 1 次提交
  24. 14 12月, 2008 1 次提交
  25. 04 6月, 2008 1 次提交
  26. 09 5月, 2008 1 次提交
  27. 24 3月, 2008 1 次提交
  28. 21 3月, 2008 1 次提交
  29. 16 3月, 2008 1 次提交
  30. 18 1月, 2008 1 次提交
  31. 23 11月, 2007 1 次提交
  32. 19 7月, 2007 2 次提交
  33. 05 7月, 2007 1 次提交
  34. 15 2月, 2007 1 次提交