- 17 Sep, 2006 15 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Christophe Mutricy authored
-
Clément Stenac authored
-
Clément Stenac authored
Fix a debug message
-
Clément Stenac authored
-
Clément Stenac authored
-
Clément Stenac authored
-
Clément Stenac authored
-
Clément Stenac authored
-
Jean-Baptiste Kempf authored
-
Clément Stenac authored
This will help reduce useless process wakeups
-
Clément Stenac authored
-
Clément Stenac authored
* Don't find playlist * Fix a few bugs in notification plugins Todo: find a way to get rid of this mostly redundant code and rewrite the XOSD plugin
-
Clément Stenac authored
-
- 16 Sep, 2006 14 commits
-
-
Clément Stenac authored
-
Clément Stenac authored
-
Clément Stenac authored
-
Clément Stenac authored
-
Clément Stenac authored
-
Jean-Paul Saman authored
Don't remove AC_PROG_CPP our headerfile and library checking macros depend on it. Unbreak configure.ac
-
Benjamin Pracht authored
-
Felix Paul Kühne authored
* various improvements to our Apple Remote bindings by the original author of the inofficial API, Martin Kahr (martin at his surname.com)
-
Benjamin Pracht authored
-
Benjamin Pracht authored
-
Clément Stenac authored
-
Clément Stenac authored
-
Clément Stenac authored
I'm far from being sure this is the right thing to do, but it allows MMSH to work correctly (it requests some data while the server is closing connection)
-
Clément Stenac authored
Do not search for playlist
-
- 15 Sep, 2006 11 commits
-
-
Clément Stenac authored
-
Clément Stenac authored
-
Clément Stenac authored
-
Clément Stenac authored
Convert the new libvlc API (so, the one that is in src/control) not to use the old libVLC API (the one that is in libvlc.c, er, no, was... ah... maybe it's the internal one... err .... well, it's about vlc for sure...)
-
Clément Stenac authored
* instances creation/deletion stuff to libvlc-common.c * implementation of the old libvlc API to libvlc.c
-
Christophe Mutricy authored
vlc_t => libvlc_int_t
-
Christophe Mutricy authored
-
Clément Stenac authored
-
Clément Stenac authored
-
Clément Stenac authored
Also, make it clearer what is shared and instance-specific So, libvlc_t ==> libvlc_global_t vlc_t ==> libvlc_int_t (internal instance) p_object->p_libvlc ==> p_object->p_libvlc_globale p_object->p_vlc ==> p_object->p_libvlc VLC_OBJECT_VLC ==> VLC_OBJECT_LIBVLC And by the way, there is some cleanup required :) (ie, some things are created in the global object instead of the instance-specific one)
-
Dennis van Amerongen authored
-