- 09 Aug, 2010 19 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Brad Smith authored
Also include sys/param.h when trying to detect the presence of sys/mount.h so that the test works on OpenBSD, as documented by mount(2). Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
For somewhat reason, on debian's (and arch's) mingw, strcasecmp isn't defined in c99 (very probably because _NO_OLDNAMES is defined)
-
Jean-Baptiste Kempf authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
It now compiles fine
-
Jean-Baptiste Kempf authored
And remove unneeded patch + simplify target for speed-up
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
And create new patches accordingly for new build hiccups...
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Brad Smith authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 08 Aug, 2010 6 commits
-
-
Rémi Denis-Courmont authored
-
Brad Smith authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
Removes the KDE scheduler hack.
-
Rémi Denis-Courmont authored
This saves over 30% space from BZip2.
-
Rémi Denis-Courmont authored
This reverts commit 2a4a8f9a.
-
Rémi Denis-Courmont authored
The same check is already done in the dvdread, ps and vobsub modules.
-
- 07 Aug, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 05 Aug, 2010 14 commits
-
-
David Kaplan authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
David Kaplan authored
DVB satellite scanning using transponder lists from the config directory Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
David Kaplan authored
ScanDvbTNextExhaustive() -> ScanDvbNextExhaustive() as is used for both DVB-T/C Various code format improvements Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
David Kaplan authored
These are simply too short - expecially for DVB-S Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
In my opinion, we do not want to encourage use of this. On the one hand, our libxml2 catalog support has never been thread-safe and this seems to have caused problems in the past (looking at the skins2 comments). On the other hand, the xtag plugin never implemented catalogs, so XML parsers have to handle unknown XML tags gracefully in any case. Also, shipping DTDs with VLC is awkward and arguably a waste of space.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Also don't fail if the XML validator cannot be loaded.
-
Erwan Tulou authored
getNextSibling was buggy (previous patch), and the only use doesn't seem right.
-
Erwan Tulou authored
-
Erwan Tulou authored
-