- 20 Jul, 2010 6 commits
-
-
Ilkka Ollakka authored
-
Tristan Heaven authored
From http://bugs.gentoo.org/show_bug.cgi?id=328969Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Erwan Tulou authored
This singleton is based on the same pattern as VlcManager or VoutManager. It is intended to load and cache art for the whole skin. Caching makes sense because 1/ several controls within a skin can display the current art, and 2/ art is likely to be reused by successive inputs (music album, repeat). Yet, caching is limited to two art for memory reason.
-
Erwan Tulou authored
- implement mouseOver (forgotten in prior commit) - picture rescaled only when size changed (better performance) - some cosmetics
-
Erwan Tulou authored
The height of a control associated to an animated image is not the height of the image but the height divided by the number of subimages.
-
Erwan Tulou authored
-
- 19 Jul, 2010 22 commits
-
-
Jean-Baptiste Kempf authored
Seriously, FFmpeg is way better and free...
-
Jean-Baptiste Kempf authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It fixes a segfault when the directx/direct3d device is lost at the wrong time or cannot be restored soon enough (close #3647).
-
Laurent Aimar authored
There is a little difference in Direct3DLockSurface as it now also sets the height field, but it should have no functionnal changes.
-
Laurent Aimar authored
IDirectDrawSurface2_UpdateOverlay may fails, in which case vlc should simply retry later.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Laurent Aimar authored
This reverts commit 7c93516a. It is useless as 6adc3961 added it already.
-
Rémi Denis-Courmont authored
Do not try to delete a callback and/or a mutex that do not exist. The goto error paths still look a bit suspicious, someone should double check them.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This doesn't make it usable though, but noone seems to care anyway... WARNING: this is a HUGE hack. It will kill yourself and your kittens
-
Rémi Denis-Courmont authored
This was fixed after 1.1.0-RC.
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Konstantin Pavlov authored
-
- 18 Jul, 2010 12 commits
-
-
Jean-Baptiste Kempf authored
-
Erwan Tulou authored
fullscreen is now managed (activation and deactivation) in skins2 exactly as it is done in qt4. - activation when a VOUT_WINDOW_SETFULLSCREEN is received - deactivation when (and only when) a vout_window release is received.
-
Rafaël Carré authored
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Hugo Beauzée-Luyssen authored
WId is almost always an integer (except for Symbian) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
If 0.8.8 is detected and --enable-mod is passed, it will error, if --disable-mod is passed, nothing will happen else it will autodetect. This is mostly like all other PKG_ENABLE_MODULES_VLC detections
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-