An error occurred fetching the project authors.
  1. 16 Jul, 2011 1 commit
  2. 14 Jul, 2011 1 commit
  3. 08 Jul, 2011 1 commit
  4. 07 Jun, 2011 1 commit
  5. 12 Apr, 2011 4 commits
  6. 11 Apr, 2011 1 commit
  7. 09 Apr, 2011 1 commit
  8. 07 Apr, 2011 2 commits
  9. 06 Apr, 2011 5 commits
  10. 05 Apr, 2011 1 commit
  11. 03 Apr, 2011 1 commit
  12. 02 Apr, 2011 4 commits
  13. 31 Mar, 2011 3 commits
  14. 26 Mar, 2011 1 commit
  15. 09 Mar, 2011 1 commit
  16. 06 Nov, 2010 1 commit
  17. 30 Oct, 2010 1 commit
  18. 11 Jul, 2010 1 commit
  19. 05 Jul, 2010 1 commit
    • Ilkka Ollakka's avatar
      Pulse: do flush in close() not play() · f16cd68a
      Ilkka Ollakka authored
      Also compare against RUNNING and not DONE on waiting loop. Also lock mainloop
      when modifying values that are used in callback-code, and don't signal without lock.
      f16cd68a
  20. 12 Jun, 2010 1 commit
  21. 08 Jun, 2010 2 commits
  22. 03 Jun, 2010 1 commit
  23. 02 Jun, 2010 1 commit
    • Rémi Denis-Courmont's avatar
      --no-xlib: prevent use of XInitThreads() and hence Xlib · 95c95cc9
      Rémi Denis-Courmont authored
      Certain LibVLC applications fail to call XInitThreads() before they
      call XOpenDisplay(). Then VLC calls XInitThreads(). Then the
      applications call XCloseDisplay(), which raises a segmentation fault.
      In this case, Xlib tries acquire lock that was never created as the
      Display ppinter was created before threaded Xlib mode was enabled.
      
      These applications can now pass --no-xlib to libvlc_new(). This will
      prevent any VLC Xlib-based plugin from being used. Currently, this
      affects interfaces (not really an issue), PulseAudio (until Colin's
      patch is merged upstream) and GLX (Xlib-based by design).
      
      This will be necessary to address #3662.
      95c95cc9
  24. 25 May, 2010 1 commit
  25. 13 Mar, 2010 1 commit
  26. 03 Mar, 2010 1 commit