- 25 Aug, 2009 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 23 Aug, 2009 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 20 Aug, 2009 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 19 Aug, 2009 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 27 Jul, 2009 1 commit
-
-
ivoire authored
-
- 25 Jul, 2009 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 17 Jul, 2009 2 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 25 Jun, 2009 1 commit
-
-
ivoire authored
-
- 21 May, 2009 1 commit
-
-
Geoffroy Couprie authored
-
- 13 May, 2009 1 commit
-
-
Laurent Aimar authored
There will be some regressions, I used automatic sed replacement with manual checks but there was a lot to change. It's only the first pass.
-
- 05 May, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 19 Mar, 2009 1 commit
-
-
ivoire authored
-
- 06 Mar, 2009 1 commit
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 02 Feb, 2009 1 commit
-
-
Modifications by /me Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 28 Jan, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 27 Jan, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 17 Jan, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 15 Jan, 2009 1 commit
-
-
Jean-Marc Dressler authored
Signed-off-by:
Rémi Denis-Courmont <rdenis@simphalempin.com>
-
- 14 Jan, 2009 1 commit
-
-
Rémi Denis-Courmont authored
By the way, the Win32 video outputs could probably go through some code factorization. Don't ask me.
-
- 29 Oct, 2008 1 commit
-
-
Rémi Denis-Courmont authored
Those multi-lines are still to be done (it's going to be fun...) See also 5af4cc85.
-
- 02 Oct, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
Win32 Vout: after the previous fix of Win32 Vout, the fullscreen mode wasn't kept for the next item. This fixes that.
-
- 01 Oct, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
This fix the big bug of disappearing of the interface in embedded mode. (cherry picked from commit 29e96eaed0b0d38b5d812b6717f1429739ee8c3b) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 20 Sep, 2008 1 commit
-
-
dionoea authored
-
- 25 Jul, 2008 1 commit
-
-
ivoire authored
-
- 24 Jul, 2008 1 commit
-
-
ivoire authored
-
- 05 Jul, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 15 Jun, 2008 1 commit
-
-
Felix Paul Kühne authored
the vout might still run after the playlist termination, so we don't want to use pl_Yield. Pointed by courmisch, thanks!
-
- 13 Jun, 2008 1 commit
-
-
Felix Paul Kühne authored
Great news: there is no need to check for the existance of the playlist!
-
- 31 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 27 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 22 May, 2008 1 commit
-
-
ivoire authored
Fix a potential segfault.
-
- 21 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 08 May, 2008 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 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
-
- 12 Mar, 2008 1 commit
-
-
ivoire 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).
-