- 16 Feb, 2010 14 commits
-
-
Pierre d'Herbemont authored
-
Erwan Tulou authored
libvlc: intf-show and intf-popmenu must be created before interfaces are launched (via use of --extraintf) This fixes 'vlc -I rc --extraintf skins' that fails to add a callback to these variables because they are not yet created (pointed out by assert failed in debug mode when calling var_DelCallback)
-
Hugo Beauzee-Luyssen authored
Singleton pattern is about not carring about this. Fixing failing assert when quitting VLC after the view menu has been clicked Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Fabio Ritrovato authored
-
Fabio Ritrovato authored
-
Erwan Tulou authored
fmt.p_extra should only reference malloc'ed memory, since it is cleaned with free() in es_format_Clean. This patch reuses the same logic for p_vids as that of p_auds.
-
Fabio Ritrovato authored
-
Rémi Duraffort authored
-
Pierre d'Herbemont authored
-
Jakob Leben authored
Instead it shows a "..." button which opens a menu with those locations. Current location is thus always displayed as wide as possible.
-
Pierre d'Herbemont authored
This reverts commit c8a67b80. Conflicts: modules/services_discovery/freebox.c freebox luasd is doing a wonderful job now.
-
Pierre d'Herbemont authored
The current contrib bin for i386 seems to be a bit broken here and most modules are x86_64 only.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
- 15 Feb, 2010 26 commits
-
-
Fabio Ritrovato authored
-
Fabio Ritrovato authored
-
Jean-Baptiste Kempf authored
Patch probably from arekm -- pld-linux . org
-
Laurent Aimar authored
It doesn't work...
-
Pierre d'Herbemont authored
Thanks to DiDjCodt.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Fabio Ritrovato authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jakob Leben 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
-
Rémi Denis-Courmont authored
-
Jakob Leben authored
-
Pierre d'Herbemont authored
lua version doesn't support adding subitems and passing the option over to subitems. One day the lua libs will be ready to offer feature parity for luafreebox and this one will be able to go away. But not yet.
-
Pierre d'Herbemont authored
You can now load them with --services-discovery=freebox,frenchtv. However non registered lua sd will still require --lua-sd=<name>.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
This fixes the build on Mac OS X. This is probably not the best way for non-contrib dependant build, but I don't have any better idea. Feel free to make it works differently.
-
ogg.k.ogg.k authored
fix the un-premultiplying post processing step, which would yield values above 255 for full white - and thus shade some text. Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Jean-Baptiste Kempf authored
So that debian packaging can take it.
-
Jakob Leben authored
-