- 03 Jun, 2012 3 commits
-
-
Sam Lade authored
(cherry picked from commit 21e4928a) (cherry picked from commit 3e7cc6f5) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
opengl vout: fixed chroma issue with dated PowerPC-based Macs, which run OpenGL 1.3 only and don't support the GL_ARB_fragment_program extension (cherry picked from commit ac5631c7)
-
Rémi Denis-Courmont authored
This should fix the build with recent automake (fix #6911). (cherry picked from commit fc55e4a1)
-
- 31 May, 2012 10 commits
-
-
Rémi Denis-Courmont authored
Anyway V4L1 is dead, so there is no ambiguity. (cherry picked from commit c7d27607) Conflicts: modules/access/v4l2/v4l2.c
-
John Peterson authored
whoami need to escape the backslash in 'pc\user' otherwise src/version.c can't compile. Signed-off-by: Rafaël Carré <funman@videolan.org> (cherry picked from commit 126d1ccc) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Joe Taber authored
Variable `loop` was uninitialized and resulted in an error when being concatenated. Initialize the variable to blank: `local loop = ""`. Close #6882 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit a75ff33f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Chris Smowton authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 78baddd0) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Chris Smowton authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 7e21f34f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Konstantin Pavlov authored
(cherry picked from commit 0e3e2b84) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Konstantin Pavlov authored
X-Patched-By: Sergey Bolshakov <sbolshakov@altlinux.org> (cherry picked from commit 75a167f5) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
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 10 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>
-