- 31 May, 2012 3 commits
-
-
Felix Paul Kühne authored
freetype: in case the provided font name is neither found by name nor by family, let ATS check whether it is a correct PostScript name This fixes issues with some Asian fonts as pointed by Naohiro Koriyama (cherry picked from commit e943ace3)
-
Felix Paul Kühne authored
freetype: provide a proper fix to prevent ATS from crashing when searching for the font family instead of the fontname (cherry picked from commit 10e87394)
-
Felix Paul Kühne authored
This fixes the freetype ATS lookup for some Asian fonts such as Hiragino Micho ProN with multiple weights. (cherry picked from commit 26303bdd)
-
- 30 May, 2012 5 commits
-
-
David Fuhrmann authored
(cherry picked from commit b10e5817) Conflicts: modules/notify/growl.m
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This API was deprecated in 10.6, but still works correctly on 10.7. CoreText is the modern replacement, but doesn't provide the needed functionality so far. (cherry picked from commit 9cee736f) (cherry picked from commit 76313965) (cherry picked from commit 6938a98a) (cherry picked from commit 780bc869)
-
Rémi Denis-Courmont authored
This is as already done a long time ago for PulseAudio. VLC might deliver audio a long time ahead, but there is no warranty thereof. So a small latency must be assumed for the worst case. (cherry picked from commit 894b9dfb)
-
Rémi Denis-Courmont authored
This should fix support for or work around bugs in, some drivers: * explicitly disable soft-resampler, * define access mode before sample format, * set buffer before period, * use period time rather than period count. (cherry picked from commit d80d6da7)
-
- 28 May, 2012 3 commits
-
-
Felix Paul Kühne authored
macosx: lock the scroll direction for 0.8 secs, so the user can scroll through the movie or adjust the volume without affecting the other function (close #6893) This is especially needed for the multitouch trackpads (cherry picked from commit d34619d3)
-
Felix Paul Kühne authored
no functional change (cherry picked from commit d9fb60be)
-
David Fuhrmann authored
close #6870 (cherry picked from commit 01533a3c) Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
- 27 May, 2012 6 commits
-
-
Laurent Aimar authored
(cherry picked from commit d20acdec) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit 003ba60d)
-
Rémi Denis-Courmont authored
(cherry picked from commit 3b0b4fb3)
-
David Fuhrmann authored
(cherry picked from commit 506ef92b) Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
-
David Fuhrmann authored
- volume and mute hotkeys are handled by core now, providing a proper osd screen - some fixes in detection if key combo is valid hotkey - fix for mem leak (cherry picked from commit 1536ed21) Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
-
David Fuhrmann authored
Currently, two objects of the class VLCMainWindow are generated. The first is alloated from intf.m (triggered by the first log message that arrives) and is initialized by both init and initWithContentRect. The second object is created from inside the nib file, and is instantiated ONLY with initWithContentRect. Therefore, up to now _o_sharedInstance had the wrong object and all calls to sharedInstance would cause problems. But somehow, o_mainwindow in intf.m is updated to the correct second object, although it holds the first object at start. Furthermore, o_fspanel is also instantiated through the nib file. (cherry picked from commit 0d847ccb) Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
-
- 25 May, 2012 3 commits
-
-
Jean-Baptiste Kempf authored
Fixes MSVR 151, MSVR 193 and MSVR 195 Finder: Jeremy Brown at Microsoft and Microsoft Vulnerability Research (MSVR)
-
Konstantin Pavlov authored
(cherry picked from commit 59c0cf6f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Konstantin Pavlov authored
(cherry picked from commit 18faa622) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 24 May, 2012 19 commits
-
-
Christoph Miebach authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Christoph Miebach authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Michael Bauer authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Dean Lee authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Gaëtan Rousseaux authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Marián Hikaník authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Michał Trzebiatowski authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Khoem Sokhem authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Fumio Nakayama authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Vincenzo Reale authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Éric Lassauge authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Tomáš Chvátal authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Christophe Mutricy authored
-
Frédéric Yhuel authored
This is a temporary workaround until someone add support for f4v. Work-around #4915 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit f47133cbac88a1ef04e526df27eaa4e86a6f2d5a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Some muxers are unable to read the spec... (cherry picked from commit 164c7d31939a16674cd5c678e453085af2cbef4c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
Ref #6652 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 4763a6a249a3280abe346b67238e8f9861a5999f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
The updateStatus() function should not interrupt the user and reset his position while he is dragging the volume slider. Close #6652 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit e91edd90eaf9cd4339b45fd90f8af4fe8a3b31b3) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Ruei-Yuan Lu authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 23 May, 2012 1 commit
-
-
Laurent Aimar authored
(cherry picked from commit 8de46adc1189fe3a3ad7c127896ec026d9da3d62) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-