- 30 May, 2012 1 commit
-
-
Felix Paul Kühne authored
-
- 29 May, 2012 6 commits
-
-
Rafaël Carré authored
This breaks with bionic (see b0ea0942)
-
Felix Paul Kühne authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
Only non-trivial authors are: Christophe Massiot Rafaël Carré
-
Hugo Beauzée-Luyssen authored
-
Konstantin Pavlov authored
-
- 28 May, 2012 8 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
-
Laurent Aimar authored
-
Felix Paul Kühne authored
no functional change
-
Felix Paul Kühne authored
-
David Fuhrmann authored
close #6870
-
Jean-Baptiste Kempf authored
If we only have one font, we can still support color, size and other things...
-
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.
-
- 27 May, 2012 13 commits
-
-
Rémi Denis-Courmont authored
(WSAENETUNREACH is used instead of ENETUNREACH in the code anyway.)
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
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>
-
Edward Wang authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
Close #6879 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
Close #4472 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
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>
-
- 26 May, 2012 1 commit
-
-
Rafaël Carré authored
-
- 25 May, 2012 11 commits
-
-
Ming Hu authored
Skip src (we don't need applications) and srclib (buggy replacement functions) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
Small potential overread/overwrite(/ineficiency are fixed.
-
Laurent Aimar authored
Only the basic modes are supported, blend is used as a fallback.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
The code used for I422 was a mix of blend (luma) and discard (chroma).
-
Laurent Aimar authored
The code used for I422 was a mix of bob (luma) and discard (chroma).
-
Laurent Aimar authored
The code used for I422 was a mix of a simplified bob (luma) and discard (chroma).
-
Jean-Baptiste Kempf authored
-