1. 10 Feb, 2012 7 commits
  2. 09 Feb, 2012 5 commits
  3. 08 Feb, 2012 10 commits
  4. 07 Feb, 2012 15 commits
  5. 06 Feb, 2012 3 commits
    • Rémi Denis-Courmont's avatar
      GLX: use separate XCB and Xlib connections (close #5698) · ac2f9d9a
      Rémi Denis-Courmont authored
      Some GLX drivers, such as newer versions of the Intel drivers,
      depend on X11 events coming from Xlib. So VLC cannot steal them from
      the underlying XCB connection.
      
      I have no time and will to duplicate the XCB code found in the GLX
      plugin for windowing and events handling using Xlib. So lets make a
      separate X connection with XCB. This is inefficient, but it works.
      
      On the plus side, this patch removes the dependency on libx11-xcb.
      So it is now possible to compile and use GLX with an Xtrans-based
      Xlib (though libxcb must be present).
      
      (cherry picked from commit 63a73525adc604aad1282f5479660ee953cc6704)
      (cherry picked from commit f886dc146251ea12443aafbcf77b99871c3e7c84)
      ac2f9d9a
    • Rémi Denis-Courmont's avatar
      GLX: cache XCB connection pointer (no functional changes) · 0c8f84cc
      Rémi Denis-Courmont authored
      (cherry picked from commit b8bec8eb9217e5a525f78777962c10b40838bc4b)
      0c8f84cc
    • Rémi Denis-Courmont's avatar
      Properly remove the old dvb plugin, fix bootstrapping · 03a9205f
      Rémi Denis-Courmont authored
      (I do not know why it was removed in the first place though - not me!
       As a consequence, we cannot scan TV channels in VLC >= 2.0...)
      (cherry picked from commit d0413f1d8b0f16001a6c0820a081ce81fedf6b65)
      
      Conflicts:
      
      	modules/access/Modules.am
      03a9205f