- 09 Aug, 2012 5 commits
-
-
Rémi Denis-Courmont authored
In some cases, that gets more accurate timing meaurements faster. VLC does not use pa_stream_get_time(), so there is certainly no need for pa_stream_get_time() to return monotonic values. (cherry picked from commit 44bf8bbc)
-
Rémi Denis-Courmont authored
Such a latency update is an opportunity to reschedule the stream trigger time, or to trigger immediately if late. That can reduce the initial audio delay in some cases. (cherry picked from commit 1b06737a)
-
Felix Paul Kühne authored
(cherry picked from commit 6e56b492) Conflicts: extras/package/macosx/Resources/English.lproj/MainMenu.xib
-
Felix Paul Kühne authored
The code is far from being great, but it matches the Qt intf now. (cherry picked from commit cd612818) Conflicts: modules/gui/macosx/bookmarks.m
-
Rémi Denis-Courmont authored
(cherry picked from commit 44488d6d)
-
- 08 Aug, 2012 1 commit
-
-
Rémi Denis-Courmont authored
VLC has a native parser with higher priority. So ModPlug only got to parse the broken files that VLC rejected. ModPlug is not robust and it crashes in that case. (cherry picked from commit 76b15d40)
-
- 07 Aug, 2012 7 commits
-
-
Jean-Baptiste Kempf authored
(cherry picked from commit 7f3a4223) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit f8aa3950) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 74b50fc6) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit a3e44089) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 38830c3b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
macosx/fspanel: allow continued clicks on the backward/forward buttons like we do in windowed mode (close #7258) (cherry picked from commit 14cc1eed)
-
Felix Paul Kühne authored
(cherry picked from commit 4ee68dda)
-
- 06 Aug, 2012 5 commits
-
-
Mark Hassman authored
Close #5583 Playlist is cached/updated locally within browser instead of refreshing after each function call. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 60758c03) (cherry picked from commit b4cf7a9b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit d23510de) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Ref #7210 (cherry picked from commit 2a8983fe) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #7251
-
Sebastien Zwickert authored
vout_macosx: disable the VOUT_DISPLAY_HIDE_MOUSE event to not hide mouse cursor when we need it visible. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 80fb36e4) Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
- 05 Aug, 2012 1 commit
-
-
Thierry Reding authored
Memory associated with a FcPattern is freed when the pattern is destroyed, so copying the font filename needs to be done before the call to FcPatternDestroy. Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de> Modified-by: Rafaël Carré <funman@videolan.org> (simplify return) Signed-off-by: Rafaël Carré <funman@videolan.org> (cherry picked from commit ae3fd827) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 03 Aug, 2012 1 commit
-
-
Felix Paul Kühne authored
macosx: fixed NSRangeException when triggering modifier keys without characters as enabled by some international keyboards (close #7268) (cherry picked from commit c97faddc) Conflicts: modules/gui/macosx/MainWindow.m modules/gui/macosx/intf.m
-
- 01 Aug, 2012 2 commits
-
-
Hugo Beauzée-Luyssen authored
This should fix #6875 (cherry picked from commit a5c381a2) Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Edward Wang authored
Close #6879 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 73e24627) Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 31 Jul, 2012 1 commit
-
-
Rémi Denis-Courmont authored
(cherry picked from commit f8ac9254)
-
- 29 Jul, 2012 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The "item-change" callback is called with the playlist lock held in at least one case: when the now playing meta is cleared while a new input is created by the playlist. playlist_CurrentInput() acquires the playlist lock. So the "item-change" callback cannot call it. This bug is present in the Growl, MSN and Telepathy modules since version 1.0.0. It got copied into Notify in version 2.0.0. This reverts commit fc56b92a. This should fix #6641. (cherry picked from commit 1e5f4b46)
-
- 28 Jul, 2012 12 commits
-
-
Felix Paul Kühne authored
no functional changes (cherry picked from commit f7986362)
-
David Fuhrmann authored
Now, the detached window position is restored on relaunch. Furthermore, this fixes some positioning issue when switching from macosx-background to detached video view. Manual backport of 41631564Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Felix Paul Kühne authored
macosx: make sure that the marquee is displayed correctly when enabled for the first time in a session (cherry picked from commit 412b2d72)
-
Felix Paul Kühne authored
(cherry picked from commit edee0a56)
-
David Fuhrmann authored
(cherry picked from commit 7f48cb43) Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
(cherry picked from commit 23247a85) Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
especially: - don't show outdated items in sub menus - disable unusable sub menus close #6998 (cherry picked from commit 07e72e56) Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
(cherry picked from commit 18dee68f) Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
(cherry picked from commit 9bd356e5) Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
(cherry picked from commit 304a1c0a) Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
(cherry picked from commit 729fe67eaab131e283c386d478c816c768b2df28) Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Benjamin Drung authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit 3f0d5d17820de59e73530d51530ce9d90ae7ef67)
-
- 27 Jul, 2012 1 commit
-
-
Felix Paul Kühne authored
Trust the ObjC runtime, it will do its job properly. (cherry picked from commit 50329a43138159395ad0e67f44a7a0c2815546f3)
-
- 26 Jul, 2012 1 commit
-
-
Jean-Baptiste Kempf authored
(cherry picked from commit df3b867cf33330a3e75055722aff7dd54ca99f88) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 25 Jul, 2012 1 commit
-
-
Rémi Denis-Courmont authored
(cherry picked from commit 1904dbf5172cc63e3b209d4f0ca8cdd9fad562b4)
-