- 17 Sep, 2006 3 commits
-
-
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 12 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
-
Clément Stenac authored
-
- 14 Sep, 2006 8 commits
-
-
Damien Fouilleul authored
-
Clément Stenac authored
Remove the "seeking too far" error, as it happens for broken AVI and is quite confusing
-
Christophe Mutricy authored
-
Damien Fouilleul authored
- ActiveX: support for libvlc and common scripting APIS, widl has replaced midl as default IDL compiler
-
Clément Stenac authored
Will have to be updated/factorized when new chain and filter stuff is in.
-
Felix Paul Kühne authored
-
Clément Stenac authored
-
Felix Paul Kühne authored
-
- 13 Sep, 2006 3 commits
-
-
Jean-Baptiste Kempf authored
Object::connect: Parentheses expected, signal QTimer::timeout
-
Yoann Peronneau authored
-
Clément Stenac authored
-