An error occurred fetching the project authors.
  1. 20 Jun, 2008 1 commit
  2. 19 Jun, 2008 1 commit
  3. 18 Jun, 2008 1 commit
  4. 15 Jun, 2008 1 commit
  5. 14 Jun, 2008 1 commit
  6. 07 Jun, 2008 1 commit
  7. 04 Jun, 2008 3 commits
  8. 02 Jun, 2008 2 commits
  9. 01 Jun, 2008 2 commits
  10. 31 May, 2008 1 commit
  11. 28 May, 2008 1 commit
  12. 27 May, 2008 1 commit
  13. 08 May, 2008 1 commit
  14. 07 May, 2008 1 commit
  15. 04 May, 2008 1 commit
  16. 01 May, 2008 1 commit
  17. 14 Apr, 2008 1 commit
  18. 30 Mar, 2008 1 commit
  19. 29 Mar, 2008 2 commits
  20. 26 Mar, 2008 2 commits
  21. 13 Mar, 2008 1 commit
  22. 12 Mar, 2008 1 commit
  23. 01 Mar, 2008 1 commit
  24. 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
  25. 23 Jan, 2008 1 commit
  26. 06 Jan, 2008 1 commit
  27. 20 Dec, 2007 1 commit
  28. 21 Oct, 2007 1 commit
  29. 02 Oct, 2007 1 commit
  30. 10 Sep, 2007 1 commit
  31. 22 Aug, 2007 1 commit
    • Rafaël Carré's avatar
      Input access locking, part 3 (final). · e02432e5
      Rafaël Carré authored
      Enforce access to input_item_t through input_item_{G,S}et*()
      Unlock mutexes before calling these functions
      Free strings returned by input_item_Get*()
      
      New functions added:
      
      char * input_item_GetURI( input_item_t  * )
      void input_item_SetURI( input_item_t * , char * )
      
      mtime_t input_item_GetDuration( input_item_t * )
      void input_item_SetDuration( input_item_t * , mtime_t )
      
      to access input_item_t->psz_uri and input_item_t->i_duration
      
      e02432e5
  32. 18 Aug, 2007 2 commits
  33. 16 Aug, 2007 1 commit