- 04 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 14 Apr, 2008 1 commit
-
-
Pierre d'Herbemont authored
This improves readability a lot and prevent us from reinventing the wheel.
-
- 22 Mar, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 17 Mar, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 12 Mar, 2008 1 commit
-
-
Rémi Duraffort authored
-
- 02 Mar, 2008 1 commit
-
-
Pierre authored
-
- 26 Feb, 2008 1 commit
-
-
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).
-
- 23 Jan, 2008 1 commit
-
-
Rémi Denis-Courmont authored
Missing some cases that I could not test. Also ffmpeg/chroma.c is locked, so I can but leave it broken. Fix is for the remaining modules is obvious and the issue is easy to detect.
-
- 16 Jan, 2008 2 commits
-
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
- 10 Sep, 2007 1 commit
-
-
Rafaël Carré authored
-
- 20 Aug, 2007 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 06 Jun, 2007 1 commit
-
-
Dennis van Amerongen authored
-
- 05 Jun, 2007 1 commit
-
-
Damien Fouilleul authored
-
- 22 May, 2007 1 commit
-
-
Damien Fouilleul authored
-
- 19 May, 2007 1 commit
-
-
Rémi Denis-Courmont authored
This also seems to make the pre-existing Qt4 crash more obvious.
-
- 17 May, 2007 1 commit
-
-
Damien Fouilleul authored
-
- 16 May, 2007 1 commit
-
-
Antoine Cellerier authored
-
- 14 May, 2007 1 commit
-
-
Damien Fouilleul authored
vout: merged all Microsoft Windows specific vouts under msw directory in order to leverage common event handling
-