1. 20 Nov, 2009 5 commits
  2. 19 Nov, 2009 9 commits
  3. 18 Nov, 2009 3 commits
  4. 17 Nov, 2009 11 commits
  5. 16 Nov, 2009 9 commits
  6. 15 Nov, 2009 3 commits
    • JP Dinger's avatar
      eb461c0d
    • JP Dinger's avatar
      rtmp_amf_flv: Try and refactor a bit by reducing overly long · dacbb93b
      JP Dinger authored
      indexed accesses and packing up repetetive free() calls. Also
      some cosmetics. Should not add functional changes but should make
      it a bit more readable.
      dacbb93b
    • Rémi Denis-Courmont's avatar
      Ugly hack to prevent qt4-x11 from using alpha channel · 0d96c8d2
      Rémi Denis-Courmont authored
      This breaks our current Xlib XVideo and plain X11 outputs.
      Qt4 would create an ARGB window for our embedded video. Then, the
      Xlib plugins would raise BadMatch errors and VLC aborts. Starting
      cairo-dock is an easy way to trigger this problem.
      (With XCB plugins, we fail safe to OpenGL/GLX instead of crashing.)
      
      We should instead handle ARGB visuals properly. But that would involve
      more efforts, and would only enable plain X11, not XVideo anyway.
      
      This should work around LP#416294.
      
      This is ugly and not thread-safe. If you have a better idea, go ahead.
      (cherry picked from commit c0ec5be56e71c273eef4faea8d927eeb3cbc7ec5)
      0d96c8d2