- 19 Jul, 2010 3 commits
-
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Konstantin Pavlov authored
-
- 18 Jul, 2010 26 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
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
This was annoying because if you had a modplug.pc and didn't --enable-mod, it was auto-detected and then failed.
-
Jean-Baptiste Kempf authored
Should fix #3767
-
Jean-Baptiste Kempf authored
Close #3887
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
plughw provides transparent userspace format conversion if needed. That is much safer. In fact, I doubt VLC would support all raw hardware drivers - some have rather weird format requirements.
-
Rémi Denis-Courmont authored
-
Jai Menon authored
The current code seems to require _all_ metadata fields to be populated which seems a bit unreasonable. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This brings some useless overhead for native UTF-8 systems. Linux packagers may want to define ASSUME_UTF8 to avoid this problem. Also, this assumes that iconv_open() recognizes "" as the current character set (POSIX says nothing about valid iconv_open() parameters).
-
- 17 Jul, 2010 11 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is a little bit more understandable than device numbers. Unfortunately, hot plug is as flaky as before: udev reports the device before it is ready. alsa-lib provides no event interface (that I know), so we have to stick with udev for now though. Also, alsa-lib is _not_ used to fetch the card name. In my opinion, the udev vendor string is a lot better. Compare: - "USB Device 0xccd:0x77" (alsa card name) with "TerraTec Electronic GmbH" (udev vendor), or - "Intel ICH6" (alsa card name) with "Intel Corporation" (udev vendor).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Ilkka Ollakka authored
Move googleimage search first, and enable it again but don't use eg filename in search query. Move musicbrainz after last.fm, and don't try more than one way to find art, also do query once in 2 sec If you get bad hits from googleimage album-art, please report them to me.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Pankaj Yadav authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Pankaj Yadav authored
... use them as names of our variables Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Juho Vähä-Herttua authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-