- 03 Jun, 2009 3 commits
-
-
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 Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Derk-Jan Hartman authored
This closes #2814 (cherry picked from commit 20967dfe)
-
Tero Pelander authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 02 Jun, 2009 17 commits
-
-
Christophe Mutricy authored
Note that not all can be activated due to restriction of NSIS. Switching to UTF8 nsis would help. Or pushing nsis upstream to incorporate the patch and/or add new language ID.
-
Ara Qadir authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
A S Alam authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Matej Urbančič authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Tòni Galhard authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Md. Rezwan Shahid authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Cristian Secara authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Éric Lassauge authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Myckel Habets authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Antonio Javier Varela Calvo authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Ivo Ivanov authored
Including a UTF-8 -> CP1251 re-encoding Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Ivo Ivanov authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Laurent Aimar authored
It avoid an assert if a program was created after the input was paused. (cherry picked from commit 600446be)
-
Derk-Jan Hartman authored
Add a few more lockings around other playlist data as well. We really need to redo all this stuff. (cherry picked from commit 03071b8a) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Felix Paul Kühne authored
macosx: volume needs to be stored in absolute numbers instead of percentages. If you don't do this, the user will get a quite different noise experience... Closes #2805
-
Derk-Jan Hartman authored
(cherry picked from commit 0c24ead9) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Derk-Jan Hartman authored
Partial backport of [cc4f67fe]
-
- 01 Jun, 2009 13 commits
-
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
A memleak in the handling of NSAnimation (cherry picked from commit 9d7513ae) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Felix Paul Kühne authored
Use UDBZ instead of UDZO as disk-image format, which should save us about almost 20% of its previous size This format isn't 10.3 compatible, but VLC isn't either, so we shouldn't care. Pointed by zacwest on the forums. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Pierre d'Herbemont authored
Those finer grained locks help the media_list_player. (cherry picked from commit 6dbf7ce4) Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Jean-Baptiste Kempf authored
Patch by Kaloyan Kovachev (cherry picked from commit 2d81a38b)
-
Derk-Jan Hartman authored
/me idiot. (cherry picked from commit 4c2b6cc3) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Derk-Jan Hartman authored
misc/mtime.c:59:18: warning: extra tokens at end of #ifdef directive Grah, sorry about this, Apple parser doesn't see this as a problem, but other platforms do of course. (cherry picked from commit 7d391a6d) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Derk-Jan Hartman authored
Introduced in [5ead92ff], on PowerPC-based Macs this breaks the playback of a certain AVI and WMV files for reasons not fully understood. The commit was reverted for PPC macs in * [49f3721c] * [7786caa5] but these commits were never applied to the master branch. (cherry picked from commit c6ce6df8) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Derk-Jan Hartman authored
Most of the time the module was still selected due to extension lookup. It is also reported that avformat still is unstable when seeking mkv's (cherry picked from commit eafaeb2c) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Derk-Jan Hartman authored
(cherry picked from commit f8bc9414) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
- 31 May, 2009 1 commit
-
-
Jean-Baptiste Kempf authored
"Adjustment and Effects, Synchronisation, Subtitles/Video, Speed of the subtitles, minus sign is not clickable" Spotted by Trax. (cherry picked from commit 9cef9256) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 30 May, 2009 4 commits
-
-
Felix Paul Kühne authored
-
Cristian Secara authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Mahrazi Mohd Kamal authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Myckel Habets authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
- 29 May, 2009 2 commits
-
-
Derk-Jan Hartman authored
A thank you to the Xbmc authors who had this fixed in their version of Martin Kahr's class.
-
Felix Paul Kühne authored
-