- 08 May, 2011 2 commits
-
-
Jean-Baptiste Kempf authored
-
Pierre Ynard authored
-
- 07 May, 2011 24 commits
-
-
Rémi Denis-Courmont authored
There are no functional, source or binary changes. This is only for consistency: libvlc stuff -> LIBVLC, vlc plugin stuff -> VLC
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
additionally, make sure /opt doesn't sneak in our patch
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
How many times does this have to be spelt?!
-
Rémi Denis-Courmont authored
Unfortunately, libtool is yet incapable of doing marking symbols as hidden (not exported) at compilation time. So lets do it manually. According to the GCC documentation, this allow some compile-time optimizations depending on the platform. This was already done by Damien earlier (and removed during the plugin headers cleanup). The check is disabled on Windows, as the compiler accepts the flag, but generates lots of warnings during compilation.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This should help Doxygen parse VLC headers, and generally makes headers easier to read. LibVLC already uses a similar approach.
-
Katsushi Kobayashi authored
manually merged and tweaked
-
Katsushi Kobayashi authored
includes a couple of tweaks by me and will need further testing and cleaning
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
- Do not probe paths that do not exist (ENOENT). - If the OS supports open()ing directories (HAVE_FDOPENDIR), do not probe paths that cannot be opened. - Do not probe files whereby fstat() fails. - Do not probe non-regular files other than directories and block devices (previously, only FIFOs were discarded). - Look for anchor even if fstat() is not supported.
-
Rémi Denis-Courmont authored
-
- 06 May, 2011 3 commits
-
-
Rafaël Carré authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 05 May, 2011 6 commits
-
-
Rémi Denis-Courmont authored
-
Benjamin Drung authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 04 May, 2011 4 commits
-
-
Mike Houben authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Rémi Denis-Courmont authored
-
Pierre Ynard authored
-
Pierre Ynard authored
-
- 03 May, 2011 1 commit
-
-
Pierre Ynard authored
-