- 02 Apr, 2014 8 commits
-
-
Francois Cartegnie authored
is array, not variable. cid #1194828
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
These selectors may not be called in time as the main loop is blocked if a modal dialog is open.
-
David Fuhrmann authored
There is no need to already load it here, not every user uses the open panel. Additionally, input devices listing may take one or two seconds the first time after the system started, so this is also better done only when needed. close #11098
-
Tristan Matthews authored
Falling back to 3 bytes broke the buffer allocation for BMP with ffmpeg, which defaults to RGBA. Fixes #9687
-
Rafaël Carré authored
-
Rafaël Carré authored
-
- 01 Apr, 2014 11 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
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 1 commit
-
-
David Fuhrmann authored
The window is now ordered in front every time with a single click / shortcut like in iTunes.
-