An error occurred fetching the project authors.
  1. 15 Feb, 2012 1 commit
  2. 13 Jan, 2012 1 commit
  3. 15 Oct, 2011 1 commit
  4. 04 Sep, 2011 2 commits
  5. 09 Aug, 2011 1 commit
  6. 08 Aug, 2011 2 commits
  7. 25 Jul, 2011 1 commit
  8. 03 Jul, 2011 1 commit
  9. 30 Jun, 2011 1 commit
  10. 25 Jun, 2011 1 commit
  11. 23 Jun, 2011 1 commit
  12. 22 Jun, 2011 1 commit
  13. 12 Jun, 2011 1 commit
  14. 08 Jun, 2011 1 commit
  15. 26 May, 2011 2 commits
  16. 23 May, 2011 1 commit
    • Laurent Aimar's avatar
      Removed useless vlc_thread_set_priority() calls in macosx code. · 36ce01dd
      Laurent Aimar authored
      The thread are already created with the right priority. If not, then
      vlc_clone() should be fixed instead.
      Also, the vlc_thread_set_priority() calls on the main interface thread
      seem bogus, as the target thread is dedicated to monitor the libvlc
      death and is not the main running thread.
      36ce01dd
  17. 14 Apr, 2011 1 commit
  18. 05 Apr, 2011 1 commit
  19. 30 Jan, 2011 1 commit
  20. 02 Jul, 2010 1 commit
    • Rémi Denis-Courmont's avatar
      Make vlc_value_t.i_int 64-bits · b4c9cb16
      Rémi Denis-Courmont authored
      The memory usage is already there anyway. However, this increases the
      code size a little, especially on 32-bits platforms.
      
      N.B.: helper getter functions are still 32-bits until further change.
      So are configuration items.
      b4c9cb16
  21. 10 May, 2010 1 commit
  22. 04 May, 2010 1 commit
  23. 13 Mar, 2010 1 commit
  24. 09 Feb, 2010 1 commit
    • Rémi Denis-Courmont's avatar
      Remove pl_Release, and rename pl_Hold back to pl_Get · 7e4d50ac
      Rémi Denis-Courmont authored
      pl_Hold() assumed the playlist was already created.
      pl_Release() does not solve any problem. Playlist synchronization is
      done with the playlist lock, while playlist deletion must anyway be done
      after all interfaces, services and other threads are joined.
      7e4d50ac
  25. 30 Dec, 2009 1 commit
  26. 28 Dec, 2009 1 commit
  27. 26 Dec, 2009 1 commit
  28. 25 Aug, 2009 1 commit
  29. 31 Jul, 2009 1 commit
  30. 27 Jul, 2009 1 commit
  31. 09 Jul, 2009 1 commit
  32. 15 Jun, 2009 1 commit
  33. 29 May, 2009 5 commits