- 05 Mar, 2009 6 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
config_PutPsz() and var_SetString() are calling strdup() internally. This reverts commit 86783662.
-
JP Dinger authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Geoffroy Couprie authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This doesn't mean I don't share the opinion, but let's try to ease the work for packagers that get bugs on that part. And of course VLC + debian-multimedia in debian is still completly broken...
-
- 04 Mar, 2009 16 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Contrary to commit 719f12a6 log, input_GetItem() does not check for a lock on the input. There may be need for locking here(?), but taking the object lock would definitely not help, as this was the only place is the entire tree using the generic object lock on an input object.
-
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
-
Rémi Denis-Courmont authored
- use automatic structure instead of heap - retain the playlist lock only while needed
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
By the way: - the OSX implementation seemed buggy w.r.t. fullscreen, - the X11 implementation seemed buggy w.r.t. both vout_window and events, - the OMAPFB implementation was bogus.
-
Rémi Denis-Courmont authored
as discussed^Wmonologued on the mailing list.
-
JP Dinger authored
...and express the rest in terms of that. Also small documentation fixes and VLC_UNUSED() instead of (void). Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
JP Dinger authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
JP Dinger authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Jean-Baptiste Kempf authored
-
- 03 Mar, 2009 18 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: hide the MRL field by default and shrink it. You can make it appear by clicking on the triangle button next to the MRL label.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
Erwan Tulou authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Erwan Tulou authored
Dialogs:destroy move from the Close function, because it prevents skins2 normal cleanup (Close function is never called because refcount remains > 1) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Erwan Tulou authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-