- 26 Mar, 2008 13 commits
-
-
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 27 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
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Anthony Loiseau authored
'embed' HTML node that import VLC mozplug. Default to visible. Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
ogg.k.ogg.k authored
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
ogg.k.ogg.k authored
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Set rc_qsquish=1 in AVContext when b_strict is used. This uses a nice continous function to limit qscale within qmin/qmax.
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Geoffroy Couprie authored
Signed-off-by: Pierre d'Herbemont <pdherbemont@videolan.org>
-
Rafaël Carré authored
-
Mirsal Ennaime authored
Dbus control module: * Add missing MPRIS capability * GetCaps should not try to update capabilities * Check for capabilities on input state change rather than on track change Signed-off-by: Mirsal Ennaime <mirsal.ennaime@gmail.com> Signed-off-by: Rafaël Carré <funman@videolan.org>
-