- 25 Mar, 2012 11 commits
-
-
Rémi Denis-Courmont authored
If there is nothing to do, then the interface thread can finish.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The Lua interpreter is not thread-safe. So this API made absolutely no sense: the timer callback is called asynchronously from another thread. Fortunately, none of our Lua scripts used this except for testing.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(This should probably be moved to Lua code.)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Pointed-out-by: Edward Wang <edward.c.wang@compdigitec.com>
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Pierre Ynard authored
The function is a bit ugly but it's difficult to do this using pure arithmetic. Fixes #6378
-
- 24 Mar, 2012 11 commits
-
-
Erwan Tulou authored
Till now, when a tooltip showed up, the underlying main window lost keyboard focus (keys + mouse wheel). Users had to click again on the window to regain this focus. this patch mainly uses a flag that enables to display a window without activating it (see msdn doc) plus a bit of cosmetics. this patch should be backported.
-
Pierre Ynard authored
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
Note that all current configcontrol are instanciated using the existing gridlayout constructor by createConfigControl(). We probably can drop constructors for self contained configcontrols.
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Felix Paul Kühne authored
-
- 23 Mar, 2012 18 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
They would not work with IDirect3DDevice9::StretchRect See: http://forum.videolan.org/viewtopic.php?f=14&t=99498 http://forum.videolan.org/viewtopic.php?f=14&t=99235 http://forum.videolan.org/viewtopic.php?f=14&t=98882 http://forum.videolan.org/viewtopic.php?f=14&t=98514
-
Jean-Baptiste Kempf authored
This is necessary to track the issues we have on XP with some GPU.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Frédéric Yhuel authored
end of the stream. This is wrong and the patch fix that. Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
-
Jean-Baptiste Kempf authored
Should close #6397
-
Frédéric Yhuel authored
These are Smooth Streaming specific boxes, which provide duration and time offset of subsequent(s) fragment(s), thus allowing us to avoid manifest polling in "live" mode. See the following file for reference: http://download.microsoft.com/download/B/0/B/B0B199DB-41E6-400F-90CD-C350D0C14A53/%5BMS-SSTR%5D.pdfSigned-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Frédéric Yhuel authored
- Take into account 'duration-is-empty' flag - Avoid a full level of indentation Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sébastien Escudier authored
-
Sébastien Escudier authored
refs #6461
-
Felix Paul Kühne authored
This reverts commit 5c1644d4.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
additionally, set the correct endianness value, since the check will fail
-
Felix Paul Kühne authored
-