- 08 Nov, 2005 3 commits
-
-
Gildas Bazin authored
-
Felix Paul Kühne authored
-
Clément Stenac authored
-
- 07 Nov, 2005 2 commits
-
-
Olivier Teulière authored
-
Christophe Mutricy authored
bootstrap: test for the presence of contrib/share/aclocal before including it because m4 react badly to missing directory
-
- 06 Nov, 2005 12 commits
-
-
Olivier Teulière authored
-
Cyril Deguet authored
-
Cyril Deguet authored
-
Felix Paul Kühne authored
-
Olivier Teulière authored
* skins2/src/theme_loader.cpp: Fixed another directory delimiter issue. The winamp skins load perfectly on windows now...
-
Olivier Teulière authored
-
Cyril Deguet authored
* winamp2.xml: more controls
-
Cyril Deguet authored
* theme_loader.cpp: correct handling of subdirectories in winamp skins
-
Cyril Deguet authored
lot of things to do but it works ! * theme_loader.cpp: when a theme contains no XML file, assume we are trying to load a winamp skin, and use winamp2.xml * vlcproc.cpp: repaired text variables ($N was broken)
-
Cyril Deguet authored
several bitmaps in a skin from regions of the same image file. Usage is: <Bitmap id="body" file="main.bmp" alphacolor="#FF0000"> <SubBitmap id="sub1" x="0" y="10" width="100" height="100" /> <SubBitmap id="sub2" x="100" y="10" width="100" height="100" /> </Bitmap>
-
Cyril Deguet authored
-
Cyril Deguet authored
Borrowed code from Gilles Vollant for the unzip part (I guess this code should be put elsewhere in vlc, but it was the easy way for me at the moment;) I hope it compiles fine everywhere, I've tested only on linux. Now, everything's ready for winamp skins ;)
-
- 05 Nov, 2005 3 commits
-
-
Cyril Deguet authored
can be loaded
-
Cyril Deguet authored
taken into account, which caused getting RGBA pictures instead of ARGB, or GBR instead of RGB). 8bpp is obviously broken too, I have not tested it. --> now BMP images (and other formats) can be used in skins, not only PNG! (of course the goal is to add a winamp skins loader ;-)
-
Cyril Deguet authored
"equalizer.enable()" and "equalizer.disable()" to enable or disable the equalizer audio filter. + small fixes
-
- 04 Nov, 2005 2 commits
-
-
Rémi Denis-Courmont authored
Bug report credited to Matthew Hodgson
-
Marian Durkovic authored
-
- 03 Nov, 2005 9 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Gildas Bazin authored
-
Marian Durkovic authored
-
- 02 Nov, 2005 9 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
* modules/codec/libmpeg2.c: use sequence->picture_width insted of display_width since display_width is used to convey the pan&scan info.
-
Gildas Bazin authored
* ALL: changed VOUT_SET_ZOOM into VOUT_SET_SIZE and implemented a VOUT_GET_SIZE for some of the vouts.
-
Cyril Deguet authored
It can be defined in the XML with usual sliders, using the new variables equalizer.band(0), ..., equalizer.band(9) (0% means -20dB, and 100% means +20 dB). More things to come, but it is already working as is. * all: AsyncQueue::push() now does also a remove() by default, as the two methods are always called together
-
Benjamin Pracht authored
-
Benjamin Pracht authored
-
Gildas Bazin authored
* extras/contrib/src/Makefile, extras/contrib/src/Patches/libmpcdec.patch: patch for libmpcdec on win32.
-
Gildas Bazin authored
* extras/contrib/src/Makefile: disable asm in FLAC on win32 since its build system insists on creating elf objects (would need fixing).
-
Christophe Mutricy authored
-