- 16 Sep, 2006 6 commits
-
-
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 7 commits
-
-
Jean-Baptiste Kempf authored
Object::connect: Parentheses expected, signal QTimer::timeout
-
Yoann Peronneau authored
-
Clément Stenac authored
-
Clément Stenac authored
* Add a CONNECT macro for simple signal->slot connections * Untested save support in simple preferences
-
Christophe Mutricy authored
-
Clément Stenac authored
(untested)
-
Clément Stenac authored
* Remove i18n_string stuff
-
- 12 Sep, 2006 7 commits
-
-
Antoine Cellerier authored
-
Antoine Cellerier 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
-