- 19 Jul, 2010 14 commits
-
-
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 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).
-