- 22 Jul, 2010 7 commits
-
-
Ilkka Ollakka authored
-
Rémi Denis-Courmont authored
-
Juho Vähä-Herttua authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Juho Vähä-Herttua authored
Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
Erwan Tulou authored
... and make user experience with skins2 less frightening ! missing files in skins should never occur, but reality is quite different (see vlc skins website). Yet, if a check is done before any other processing, we can avoid the unfriendly error dialog boxes issued by vlc core, and those skins often end up quite usable (missing files are either no longer used or for ancillary functionalities, that go unnoticed)
-
Jean-Baptiste Kempf authored
Split Avutil<->VLC chroma conversions functions from avcodec.h so that swscale doesn't depend on libavcodec
-
Juho Vähä-Herttua authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 21 Jul, 2010 18 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Pierre d'Herbemont authored
This will colorize the `make check` output if your term supports it. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Blake Livingston authored
Signed-off-by: Laurent Aimar <fenrir@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
("It is more than a year old")
-
Juho Vähä-Herttua authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 20 Jul, 2010 10 commits
-
-
Christophe Mutricy authored
We already use pkg-config in configure for the fist part
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
They are more than 1 year old...
-
Erwan Tulou authored
-
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 5 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.
-