- 05 Mar, 2009 25 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This makes little sense to me. It could print errors directly, since it _is_ the user interface.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
Good ideas to improve the layout and the text are MORE than needed.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Qt4: change a bit the ui from sout to use the SoutInputBox and etter Sout integration and panel changing.
-
Jean-Baptiste Kempf authored
-
basos g authored
-Fix dshow "none" deivice be recognized as none Note that another patch concerning var_optionParse string dequoting should be applied for this to be fixed ( the concept is not to provide quoted strings to dshow options ) -Account for the case when BOTH devices could not be opened (file an error, instead of seeming to play) -Cleaned a little -Added dbg and error msgs -Added coments Rev 3 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Qt: step one for Sout Dialog rework. Introduce a kind of progression and gives more space to MRL-customization.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Since none of our otehr threads exist at the end, this is safe.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(otherwise we would much more serious problems than the update checker)
-
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 15 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>
-