An error occurred fetching the project authors.
  1. 06 Feb, 2012 1 commit
  2. 19 Jan, 2012 1 commit
  3. 15 Dec, 2011 1 commit
  4. 15 Nov, 2011 1 commit
  5. 11 Oct, 2011 1 commit
  6. 10 Oct, 2011 2 commits
  7. 16 Jul, 2011 1 commit
  8. 12 Feb, 2011 2 commits
  9. 03 Feb, 2011 2 commits
  10. 30 Jan, 2011 2 commits
  11. 23 Jan, 2011 1 commit
  12. 31 Oct, 2010 1 commit
  13. 20 Oct, 2010 1 commit
  14. 17 Sep, 2010 1 commit
  15. 08 Aug, 2010 1 commit
  16. 02 Aug, 2010 1 commit
  17. 01 Aug, 2010 2 commits
  18. 24 Jul, 2010 1 commit
  19. 08 Jul, 2010 2 commits
  20. 26 Jun, 2010 1 commit
  21. 01 Jun, 2010 1 commit
  22. 30 May, 2010 1 commit
  23. 29 May, 2010 2 commits
  24. 27 May, 2010 1 commit
  25. 15 May, 2010 1 commit
  26. 09 May, 2010 1 commit
  27. 05 May, 2010 1 commit
  28. 02 May, 2010 1 commit
  29. 01 May, 2010 1 commit
    • Rémi Denis-Courmont's avatar
      Remove the Xlib no-ARGB hack · 9f9f6d11
      Rémi Denis-Courmont authored
      The XCB/XVideo (for a long time) and the XCB/X11 (since the commit
      before the previous one) video output plugins will fail safe in case
      the embedding window has an alpha channel. In VLC 1.0, the Xlib plugins
      needed this hack as the Xlib error handler would terminate VLC.
      
      If compositing is in use, VLC will now use GLX. This will require
      software chroma conversion from YUV to RGB. Also, unless the GLX output
      is explicitly selected, VLC will flash twice before it starts rendering.
      First, it tries (and fail) to use XVideo, then plain X11. To fix this
      cosmetic problem, we would need to keep the window across plugins.
      
      I assume this change is needed to fix #3581, but I have not tested, so
      it may or may not be sufficient.
      9f9f6d11
  30. 12 Apr, 2010 1 commit
  31. 11 Apr, 2010 3 commits