- 03 Sep, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 27 Aug, 2008 1 commit
-
-
Laurent Aimar authored
This fixes the skin loading. The color seems wrong but I think the skin code is right (vlc RGBA is stored in memory R, B, G, A).
-
- 13 Aug, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 11 Aug, 2008 1 commit
-
-
Fabio Ritrovato authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 07 Aug, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 18 Jul, 2008 1 commit
-
-
Laurent Aimar authored
-
- 05 Jul, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 28 Jun, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 20 Jun, 2008 7 commits
-
-
Christophe Mutricy authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Christophe Mutricy authored
That would need to be properly fix with the new embedded vout API
-
- 13 Jun, 2008 1 commit
-
-
Felix Paul Kühne authored
Great news: there is no need to check for the existance of the playlist!
-
- 04 Jun, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 01 Jun, 2008 1 commit
-
-
Pierre d'Herbemont authored
libvlccore: "intf-show" is now a libvlc var instead of a playlist var. This removes a vout->playlist dependency.
-
- 31 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 30 May, 2008 1 commit
-
-
Rafaël Carré authored
CID 140
-
- 21 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 10 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
There is only one queue at the moment, and if someone wants multiple queues, it's probably not a good idea to hard-code queues as integers.
-
- 08 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 14 Apr, 2008 2 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
This improves readability a lot and prevent us from reinventing the wheel.
-
- 15 Mar, 2008 1 commit
-
-
Rémi Duraffort authored
-
- 12 Mar, 2008 1 commit
-
-
Rémi Duraffort authored
-
- 08 Mar, 2008 1 commit
-
-
Rémi Duraffort authored
Signed-off-by:
Rafaël Carré <funman@videolan.org>
-
- 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).
-
- 24 Jan, 2008 1 commit
-
-
Dennis van Amerongen authored
-
- 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.
-
- 09 Dec, 2007 1 commit
-
-
Rémi Denis-Courmont authored
(Modules that would still depend on module_config_t are not going to like this, but it's not like you weren't warned a long time ahead)
-
- 16 Sep, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-
- 05 Sep, 2007 2 commits
-
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
- 22 Aug, 2007 1 commit
-
-
Rafaël Carré authored
-
- 20 Aug, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-
- 04 Apr, 2007 1 commit
-
-
Loïc Minier authored
Martin Michlmayr; Debian #417750.
-
- 27 Mar, 2007 1 commit
-
-
Yoann Peronneau authored
-
- 13 Mar, 2007 1 commit
-
-
Olivier Teulière authored
-