- 16 Sep, 2006 9 commits
-
-
Jean-Paul Saman authored
Don't remove AC_PROG_CPP our headerfile and library checking macros depend on it. Unbreak configure.ac
-
bigben 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)
-
bigben authored
-
bigben authored
-
zorglub authored
-
zorglub authored
-
zorglub 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)
-
zorglub authored
Do not search for playlist
-
- 15 Sep, 2006 12 commits
-
-
zorglub authored
-
zorglub authored
-
zorglub authored
-
zorglub 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...)
-
zorglub 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
-
zorglub authored
-
zorglub authored
-
zorglub 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)
-
trax authored
-
zorglub authored
-
- 14 Sep, 2006 8 commits
-
-
damienf authored
-
zorglub authored
Remove the "seeking too far" error, as it happens for broken AVI and is quite confusing
-
Christophe Mutricy authored
-
damienf authored
- ActiveX: support for libvlc and common scripting APIS, widl has replaced midl as default IDL compiler
-
zorglub authored
Will have to be updated/factorized when new chain and filter stuff is in.
-
Felix Paul Kühne authored
-
zorglub authored
-
Felix Paul Kühne authored
-
- 13 Sep, 2006 7 commits
-
-
Jean-Baptiste Kempf authored
Object::connect: Parentheses expected, signal QTimer::timeout
-
yoann authored
-
zorglub authored
-
zorglub authored
* Add a CONNECT macro for simple signal->slot connections * Untested save support in simple preferences
-
Christophe Mutricy authored
-
zorglub authored
(untested)
-
zorglub authored
* Remove i18n_string stuff
-
- 12 Sep, 2006 4 commits
-
-
dionoea authored
-
dionoea authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-