An error occurred fetching the project authors.
  1. 06 Jul, 2008 2 commits
  2. 28 Jun, 2008 1 commit
  3. 25 Jun, 2008 2 commits
  4. 19 Jun, 2008 1 commit
  5. 15 Jun, 2008 2 commits
  6. 01 Jun, 2008 1 commit
  7. 31 May, 2008 1 commit
  8. 27 May, 2008 2 commits
  9. 24 May, 2008 1 commit
  10. 17 May, 2008 1 commit
  11. 04 May, 2008 2 commits
  12. 15 Apr, 2008 1 commit
  13. 14 Apr, 2008 1 commit
  14. 09 Mar, 2008 1 commit
  15. 08 Mar, 2008 1 commit
  16. 26 Feb, 2008 1 commit
    • Pierre d'Herbemont's avatar
      misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but... · a78e273e
      Pierre d'Herbemont authored
      misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but expects vlc_object_release to do it when the refcount goes to zero.
      * Meaning, that when created objects gets a refcount to 1.
      * Destroying is instantaneous and we don't have to poll for a few secondss or so to wait until the object's refcount reach 0.
      * We now track vlc_object_t's mem leaks when libvlc_global is released (Hard error for now, so they don't get unoticed)
      * We fail hard if an object is released with a refcount of 1 without being detached from its parent and its children, to make sure such cases don't go unoticed.
      (make test or make check still pass after that one. VLC is known to leak one object when no module is loaded, this must be fixed).
      
      a78e273e
  17. 25 Feb, 2008 1 commit
  18. 24 Feb, 2008 1 commit
  19. 20 Feb, 2008 2 commits
  20. 13 Feb, 2008 1 commit
  21. 12 Feb, 2008 1 commit
  22. 02 Feb, 2008 2 commits
  23. 28 Jan, 2008 1 commit
  24. 23 Jan, 2008 1 commit
  25. 22 Jan, 2008 3 commits
  26. 16 Jan, 2008 1 commit
  27. 13 Jan, 2008 1 commit
  28. 08 Jan, 2008 1 commit
  29. 31 Dec, 2007 1 commit
  30. 23 Dec, 2007 1 commit
  31. 22 Dec, 2007 1 commit