An error occurred fetching the project authors.
  1. 13 Jul, 2011 1 commit
  2. 10 Jul, 2011 1 commit
  3. 18 Jun, 2011 1 commit
  4. 07 May, 2011 1 commit
  5. 30 Apr, 2011 2 commits
  6. 07 Apr, 2011 2 commits
  7. 21 Mar, 2011 2 commits
  8. 17 Feb, 2011 1 commit
  9. 13 Feb, 2011 1 commit
    • Pierre Ynard's avatar
      Win32: revert to old rc interface · 3841c085
      Pierre Ynard authored
      See #4455. The lua interface merely polls, reads and writes on file
      descriptors 0 and 1, and expects it to work. There is no support for
      spawning a console and redirecting/getting file descriptors to it, and
      file descriptors are mixed with socket descriptors and polled, which
      won't work on windows. Until something is done about it, revert to the
      old rc interface
      3841c085
  10. 02 Feb, 2011 1 commit
  11. 27 Jan, 2011 2 commits
  12. 22 Oct, 2010 2 commits
  13. 14 Oct, 2010 1 commit
  14. 04 Oct, 2010 1 commit
  15. 09 Aug, 2010 1 commit
  16. 17 Jul, 2010 3 commits
  17. 11 Jul, 2010 1 commit
  18. 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
  19. 11 Jun, 2010 1 commit
  20. 05 Jun, 2010 1 commit
  21. 03 Mar, 2010 1 commit
  22. 14 Feb, 2010 1 commit
  23. 10 Feb, 2010 2 commits
  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. 11 Jan, 2010 2 commits
  26. 30 Dec, 2009 2 commits
  27. 06 Dec, 2009 1 commit
  28. 05 Dec, 2009 1 commit
  29. 02 Dec, 2009 1 commit
  30. 01 Dec, 2009 1 commit