An error occurred fetching the project authors.
- 16 Feb, 2012 1 commit
-
-
Felix Paul Kühne authored
macosx: when opening subtitles while playing a movie, try to add them to the clip instead of the playlist (cherry picked from commit 6a6539f95f99f9cdebbce39fb7fb80b9efa91804)
-
- 15 Feb, 2012 1 commit
-
-
David Fuhrmann authored
fixes #6048 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit ef8a9e7e3aef1d64a969047059ba5c8ad6c6873b) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 12 Feb, 2012 1 commit
-
-
Felix Paul Kühne authored
macosx: implemented the sidebar completely to support switching between the playlist's top-level nodes (fixes #4944) (cherry picked from commit 59a028786195c9a61c62b65e66c7c6d65a04c93b)
-
- 21 Jan, 2012 1 commit
-
-
David Fuhrmann authored
should fix #4812 for vlc 2 Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit 9ae001675da6a878b4bdbe3fc4c693bd9a802013) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 14 Jan, 2012 1 commit
-
-
Felix Paul Kühne authored
note that the playlist table remains to be fixed to show the current selection only (cherry picked from commit 4c0f16871304032f95f0d56737d438c17621d51d) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 08 Jan, 2012 1 commit
-
-
David Fuhrmann authored
also adds forgotten PL_LOCK and removes a commented out code block which should not be needed anymore Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit 3ed6c0090febe190909fb867ae4dfac5311e9c06) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 24 Nov, 2011 1 commit
-
-
David Fuhrmann authored
Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
- 15 Oct, 2011 1 commit
-
-
Felix Paul Kühne authored
-
- 15 Aug, 2011 1 commit
-
-
Felix Paul Kühne authored
-
- 03 Aug, 2011 1 commit
-
-
Felix Paul Kühne authored
-
- 01 Aug, 2011 1 commit
-
-
Felix Paul Kühne authored
macosx: fixed volume slider appearance in black intf mode and disable the track slider when appropriate
-
- 25 Jul, 2011 2 commits
-
-
Felix Paul Kühne authored
removed remnants of the Dudiak interface, added PXSourceList by Alex Rozanski (BSD-new licensed) which will be used for the new implementation, added a to-be-replaced png for the window's topbar
-
Felix Paul Kühne authored
macosx: remove 2 interface update timers (2 threads), 1 additional interface update thread and replaced everything by callbacks
-
- 24 Jul, 2011 1 commit
-
-
Felix Paul Kühne authored
-
- 22 Jul, 2011 1 commit
-
-
Felix Paul Kühne authored
macosx: moved preliminary vout to main window, removed most interface related parts from VLCMain, implemented theming for the main window the former embedded window is no longer accessible
-
- 10 Jul, 2011 1 commit
-
-
Rémi Denis-Courmont authored
-
- 30 Jun, 2011 1 commit
-
-
Felix Paul Kühne authored
this also prepares a mainwindow object and includes some clean-up
-
- 22 Jun, 2011 1 commit
-
-
Felix Paul Kühne authored
minor functional changes only
-
- 23 May, 2011 1 commit
-
-
Laurent Aimar authored
The thread are already created with the right priority. If not, then vlc_clone() should be fixed instead. Also, the vlc_thread_set_priority() calls on the main interface thread seem bogus, as the target thread is dedicated to monitor the libvlc death and is not the main running thread.
-
- 30 Apr, 2011 1 commit
-
-
Felix Paul Kühne authored
closes #4721
-
- 05 Apr, 2011 1 commit
-
-
Felix Paul Kühne authored
No functional changes. Some more can't be replaced yet, as we still support 10.5
-
- 28 Dec, 2010 1 commit
-
-
Felix Paul Kühne authored
-
- 18 Jul, 2010 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 01 Jul, 2010 1 commit
-
-
Sebastien Zwickert authored
MacOS: fixes an issue with the recents item that doesn't list the opened media since changes made in b0620aea6b50d3062d1240e6d4a3945ca40b5e92. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 17 Jun, 2010 1 commit
-
-
Sebastien Zwickert authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 05 Jun, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 13 Mar, 2010 1 commit
-
-
Jakob Leben authored
-
- 10 Feb, 2010 1 commit
-
-
Jakob Leben authored
-
- 09 Feb, 2010 2 commits
-
-
Rémi Denis-Courmont authored
pl_Hold() assumed the playlist was already created. pl_Release() does not solve any problem. Playlist synchronization is done with the playlist lock, while playlist deletion must anyway be done after all interfaces, services and other threads are joined.
-
Rémi Denis-Courmont authored
The previous fix made the fetcher and preparser persistent throughout the lifetime of the playlist. So we don't need to protect the pointers anymore. Also, they are internally thread-safe (with their own lock).
-
- 02 Feb, 2010 1 commit
-
-
Jakob Leben authored
-
- 21 Dec, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 10 Oct, 2009 1 commit
-
-
Pierre d'Herbemont authored
-
- 26 Jun, 2009 1 commit
-
-
Derk-Jan Hartman authored
-
- 22 Jun, 2009 1 commit
-
-
Derk-Jan Hartman authored
-
- 13 Jun, 2009 1 commit
-
-
Felix Paul Kühne authored
-
- 03 Jun, 2009 1 commit
-
-
Derk-Jan Hartman authored
In general, we should avoid PL_LOCK'ing around stuff that the Datasource does, and restrict it to the lines that directly deal with the core playlist. This should fix #2810
-
- 02 Jun, 2009 1 commit
-
-
Derk-Jan Hartman authored
Add a few more lockings around other playlist data as well. We really need to redo all this stuff.
-
- 29 May, 2009 1 commit
-
-
Derk-Jan Hartman authored
(cherry picked from commit bc3883a52ee35d2d118f8a7c43093faa253cc0b4)
-
- 27 May, 2009 1 commit
-
-
Derk-Jan Hartman authored
(cherry picked from commit cbccd729) Signed-off-by:
Derk-Jan Hartman <hartman@videolan.org>
-