- 01 Apr, 2014 7 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The * modifier expects an int. A pointer difference is ptrdiff_t.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Felix Abecassis authored
See bbbc51c7
-
- 31 Mar, 2014 5 commits
-
-
David Fuhrmann authored
This reverts commit 7c2652cd.
-
David Fuhrmann authored
These flags will be set internally to the correct values. Mavericks even warns in the log that these calls are ignored. Additionally, the os itself knows best if the dock needs to be hidden - this is not always the case due to the new multi-monitor fullscreen in Mavericks.
-
David Fuhrmann authored
should close #10670
-
Rémi Denis-Courmont authored
-
David Fuhrmann authored
-
- 30 Mar, 2014 5 commits
-
-
David Fuhrmann authored
This implements the behaviour in a similar way as in non-native mode. Only if the window was set to fullscreen already before video started, it will stay in this state.
-
David Fuhrmann authored
-
David Fuhrmann authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
- 29 Mar, 2014 1 commit
-
-
Felix Paul Kühne authored
-
- 28 Mar, 2014 7 commits
-
-
Felix Abecassis authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Felix Abecassis authored
Previously, glVertexAttribPointer was called in function DrawWithShaders using an host array (textureCoord) allocated on the stack inside a loop. This caused stack buffer overflow afterwards. See http://www.opengl.org/wiki/Synchronization#Asynchronous_action Array definition could have been hoisted out of the loop but using buffer objects is a better solution since it is now the only option with recent OpenGL versions.
-
Rafaël Carré authored
This version is dual licensed GPLv2/LGPLv3
-
Adrien Maglo authored
Do not use the frequency rate in the computation.
-
Sean McGovern authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
- 27 Mar, 2014 2 commits
-
-
David Fuhrmann authored
-
Sean McGovern authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
- 26 Mar, 2014 10 commits
-
-
David Fuhrmann authored
The window is now ordered in front every time with a single click / shortcut like in iTunes.
-
Francois Cartegnie authored
This reverts commit bcf79896. According to some other samples, doesn't sound like a correct fix.
-
Matthias Keiser authored
Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
-
David Fuhrmann authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Avoid naming confusion, because data is an atom itself.
-
Francois Cartegnie authored
-
- 25 Mar, 2014 3 commits
-
-
David Fuhrmann authored
close #11061
-
David Fuhrmann authored
refs #11061
-
Tristan Matthews authored
libass is now hosted on github
-