- 09 Aug, 2009 8 commits
-
-
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
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
It did not really work since VLC 0.9. Also, it was meant for use with vlc_object_get() and the antique VLC_*() functions which are gone.
-
- 08 Aug, 2009 2 commits
-
-
Laurent Aimar authored
-
Jakob Leben authored
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 07 Aug, 2009 1 commit
-
-
Laurent Aimar authored
-
- 06 Aug, 2009 7 commits
-
-
Laurent Aimar authored
This reverts commit 33835542. It segfaults as p_next is now uninitialized. ==25869== Conditional jump or move depends on uninitialised value(s) ==25869== at 0x5078332: GetNextItem (tree.c:441) ==25869== by 0x5078D7A: playlist_GetNextLeaf (tree.c:362) ==25869== by 0x5071CFE: ResetCurrentlyPlaying (thread.c:197) ==25869== by 0x5072952: Thread (thread.c:596) ==25869== by 0x577AFC6: start_thread (in /lib/libpthread-2.7.so) ==25869== by 0x5EE65AC: clone (in /lib/libc-2.7.so)
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This partially reverts f1175e71.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 05 Aug, 2009 2 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 04 Aug, 2009 10 commits
-
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This reverts commit 224e96f2.
-
Rémi Denis-Courmont authored
This reverts commit d0905507.
-
Rémi Denis-Courmont authored
This reverts commit 7b4a81eb.
-
Rémi Denis-Courmont authored
This reverts commit aeb379ed.
-
Rémi Denis-Courmont authored
This reverts commit 98691bc7.
-
Rémi Denis-Courmont authored
-
Olivier Aubert authored
in order to be consistent with other libvlc methods (libvlc_media_player_get_length, get_time, ...)
-
Jean-Paul Saman authored
-
- 03 Aug, 2009 6 commits
-
-
Rémi Denis-Courmont authored
If vlc_cancel() while the timer thread is between mwait() and vlc_mutex_lock(), a dead lock would occur at vlc_join(). We need to release the timer lock first.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
(and also remove an unneeded include).
-
Ilkka Ollakka authored
-
- 02 Aug, 2009 4 commits
-
-
Rémi Denis-Courmont authored
A plugin can use this if it matched but detected a non-recoverable error while inside the open callback. Help yourself if you want a "better" error code.
-
Rémi Denis-Courmont authored
exit() cannot return negative numbers (the high-order bits are ignored). And anyway, that's not a meanigful place for VLC error codes. It is also questionable whether we should exit() from LibVLC anyway...
-
Rémi Denis-Courmont authored
This is consistent with existing practice inside and outside of VLC. We really don't need a separate error code for that.
-
Rémi Denis-Courmont authored
-