- 26 Mar, 2008 27 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
Note: This is completly crippled and can easily lead to some race condition. We need to re-think the whole modules to avoid those.
-
Pierre d'Herbemont authored
This avoids the circular dependency there is from playlist and input item, which creates a dead lock at exit.
-
Pierre d'Herbemont authored
macosx: Attempt to avoid a crash. Note that this can't be working properly and could create a rare race.
-
Pierre d'Herbemont authored
objects: Allow certain operations when the object refcount is zero (read, allow certain operations from the object destructor), and make sure we don't return objects that are being destroyed.
-
Pierre d'Herbemont authored
This sanitize the circular dependency there is between playlist and input and allow a safe destruction.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
vlc_thread_join() and vlc_object_detach() are correctly run from vlc_object_release() now.
-
Pierre d'Herbemont authored
threads: Make sure we vlc_thread_join() won't block when run from joined thread using the pthread implementation. Signed-off-by: Rémi Denis-Courmont
-
Pierre d'Herbemont authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
Thanks again to Richard Øiestad!
-
Felix Paul Kühne authored
Merged the 0.8.6e and the preliminary 0.8.6f release notes.
-
Felix Paul Kühne authored
Patch by Drew Yao. Thanks and sorry for the long time it took this simple fix to be committed!
-
Felix Paul Kühne authored
Additionally, fixed a minor layout bug in the Error & Messages panel
-
Rafaël Carré authored
-
Rafaël Carré authored
This reverts commit 6c50d21c. Breaks compilation on OSX
-
Rafaël Carré authored
patch by Alexis Ballier, fix #1383
-
Rafaël Carré authored
-
Rafaël Carré authored
-
- 25 Mar, 2008 13 commits
-
-
Rafaël Carré authored
reported by Drew Yao
-
Pierre d'Herbemont authored
Typo from previous commit.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
Move code around to have deprecated at the end of the header. Regroup libvlc_video and libvlc_audio in libvlc_media_instance.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Rémi Denis-Courmont authored
This remove the triplicated id to name conversion and saves many lookups. It also removes the obnoxious "private" messages.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
As an alternative, we could avoid shipping all the gettext macros and require developpers have gettext if they want to rebuild ./configure from a source tarball. I'd tend to lean for this option.
-
Rémi Denis-Courmont authored
-