- 16 May, 2012 6 commits
-
-
Felix Paul Kühne authored
(cherry picked from commit 890ea0765894d32df2604f0d6d9b9e66eb2f8a37)
-
Karlheinz Wohlmuth authored
Support for the NSDistributedNotificationCenter based methods was removed in Growl 1.3. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit 999170bd706b7d56d50a40a032522be7a379746b) Conflicts: modules/notify/growl.m
-
David Fuhrmann authored
Time can be greater than duration, when you scroll right to much. Furthermore, this commit moves the duplicated code into a own method. (cherry picked from commit cb98770db2ead84cb01568553ecc26839d9d85e5) Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Rémi Denis-Courmont authored
This bug is already fixed in VLC 2.1, but the fix is probably too invasive to be backported.
-
Rémi Denis-Courmont authored
It can fail in rare circumstances such as context failures (in other words, PulseAudio daemon crash or exit). (cherry picked from commit 5a0c690fb160d2b343b10eda8c986b8b4c7c531c)
-
KO Myung-Hun authored
fpathconf (_PC_NAME_MAX) set errno to EBADF. This leads vlc_loaddir() to misinterpret the result of vlc_readdir() if there are no more files. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 15 May, 2012 9 commits
-
-
Naohiro KORIYAMA authored
Close #6716 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 83a9c8442f393e4ada4c0cdccfebb41b67a17851) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 1d8fd45bfad1a91ce2a623c2a301b8115e14f05c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
On Windows playing items like dvd:// or screen:// causes strange shortcuts in the user recently used folder. See http://social.technet.microsoft.com/Forums/nb-NO/w7itprogeneral/thread/02a71215-e308-408c-94a6-81f5a8e564a6 for some information. The solution calls SHAddToRecentDocs only if make_path returns a valid path. Patch by anonymous VlcVelope Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 391bb3272583cbe41c5dfec60141b76e9fd61d0e) (cherry picked from commit 06ceac25f5d7a30ee585cb0f1c0b925f31234d74) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
This is not fully fixed, but it works after a state change Patch from anonymous VlcVelope (cherry picked from commit 1fc1506a8ff78d0ef8c5f8d2d77634ba6e8b4b12) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Tobias Güntner authored
Close #5898 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 6e3489732966f4b124b4d68a53988b593c08777b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #6812 (cherry picked from commit 16c1b2916cf36a8e9c218ab856a62f289f6d2d80) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #6813 (cherry picked from commit 88a69655ae94b045d84fd9d45daf155e1728a65a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Pointed-By: Clément Lecigne (cherry picked from commit 08879e4e4284cd5359578731701195e5d19c2f20) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
(cherry picked from commit 0ef62578e5b6e06e67868e8a9e2ac11d4436b5da) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 14 May, 2012 7 commits
-
-
Felix Paul Kühne authored
an option to switch the modes is in the works (cherry picked from commit 81162e722f2f92e6415d7947416823486992b073)
-
Rémi Denis-Courmont authored
This avoids leaking the Unix socket to child processes. (cherry picked from commit cb11b7841319bd9017b76229291223c49b40d219)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(cherry picked from commit 619b980ef0eb9b91fd45b2657d810c324401e0b2)
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
(cherry picked from commit 6acd0f4c54dcd69d029106c2465cba19d99ff24b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Pierre Ynard authored
This is just a partial fix. Fixes #6148 (cherry picked from commit 114a88bc426ee433e0d060c5d74caaaf10a7fab1) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
- 13 May, 2012 3 commits
-
-
Rémi Denis-Courmont authored
(cherry picked from commit 760668e7a6accb3046207b7ae426e509cf73dc7f)
-
Rémi Denis-Courmont authored
(cherry picked from commit 52197b014bebfd9744aac4ad34f3e3d379abd53c)
-
Rémi Denis-Courmont authored
This plugin can cause VLC to crash or exit prematurely. Sicne it is mostly useless and mostly superseded by the coloured variant, lets disable it unless explicitly selected. This should fix LP#971106. (cherry picked from commit 5a772cbf7d490bc9cffa6c2f97c5fd2d3e30f068)
-
- 12 May, 2012 1 commit
-
-
Rémi Denis-Courmont authored
(cherry picked from commit 9984e74dbff847645ae0e63db96bcd249568b7a4)
-
- 11 May, 2012 14 commits
-
-
Jean-Baptiste Kempf authored
-
Mark Lee authored
This is now the same as was already implemented in the set_relative_playlist_position_and_play() method. (cherry picked from commit c64c794ee123b8a7d57682db6b753bf1dadec54f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Fuhrmann authored
-
David Fuhrmann authored
(cherry picked from commit deb8ae92650b4b112fada9b4c7b8ba3c71ed74d7) Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
-
David Fuhrmann authored
(cherry picked from commit da65be4390a8cbe466840f76d13965a4893bbd7a) Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
-
David Fuhrmann authored
(cherry picked from commit 3b3a8924773effa59c8e85b6075fd8c659c6e39a) Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
-
David Fuhrmann authored
(cherry picked from commit 3d649ef6e18e0d13faf8deaf28eb17de55be5df4) Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
-
David Fuhrmann authored
(cherry picked from commit a2347e5728d0c6749172f43ce40387338224103e) Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
-
David Fuhrmann authored
(cherry picked from commit 2aa0ad9c3da62df3f31ff317bd747eb0b8524b71) Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
-
David Fuhrmann authored
(cherry picked from commit dc5988addd4d36655fcbce3fbb39e817ef88dc1f) Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
-
David Fuhrmann authored
Now it should be usable within own libvlc applications (cherry picked from commit 729e509f11a90d417a2f28c84b68d3648167142b) Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
-
Felix Paul Kühne authored
macosx: improve the handling of broken prefs and make sure that the user is unable to re-break them without using the command-line or a text editor (cherry picked from commit 4fac18958067cc3506413ae1d690910a1994506b)
-
David Fuhrmann authored
The original purpose for this code is fixed somewhere else today. close #6769 (cherry picked from commit 0f0d47518b683267190256ae0cb5f4c403b306ea) Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
(cherry picked from commit 7ebcfcf446d55a29ea3dfe7783beea27557e83be) Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-