An error occurred fetching the project authors.
- 08 Mar, 2010 1 commit
-
-
Fabio Ritrovato authored
-
- 07 Mar, 2010 2 commits
-
-
Rémi Duraffort authored
-
Nathan Phillip Brink authored
...as the FAQ on http://libsdl.org/ declares this is the most portable method. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 05 Mar, 2010 1 commit
-
-
Rémi Denis-Courmont authored
This is the POSIX linear congruential pseudo-random generator with 48-bits of state. It is non-secure/reproducible and thread-safe. rand() is not thread-safe and *ahem* must not be used in VLC code. rand_r() is thread-safe but obsoleted in POSIX.2008. For secure random numbers, use the slower vlc_rand_bytes(). vlc_rand_bytes() can also be used to generate the seed if you are short on idea for a 48-bits pseudo-random value.
-
- 04 Mar, 2010 1 commit
-
-
Pierre d'Herbemont authored
Now you just need to properly set --host to build for the arch you want (ppc, i386, x86_64).
-
- 03 Mar, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 28 Feb, 2010 2 commits
-
-
Rémi Denis-Courmont authored
(We still need -lgnugetopt for cachegen)
-
Rémi Denis-Courmont authored
-
- 24 Feb, 2010 1 commit
-
-
Gildas Bazin authored
-
- 18 Feb, 2010 1 commit
-
-
Rafaël Carré authored
-
- 17 Feb, 2010 1 commit
-
-
Rémi Denis-Courmont authored
udev has dropped libsysfs in favor of libudev. Normally, you'd want to port the code, but this only concerns old devices with FireWire.
-
- 16 Feb, 2010 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The first three modules are empty. The last one is so out of date that it has become totally useless.
-
- 15 Feb, 2010 1 commit
-
-
Pierre d'Herbemont authored
This fixes the build on Mac OS X. This is probably not the best way for non-contrib dependant build, but I don't have any better idea. Feel free to make it works differently.
-
- 14 Feb, 2010 5 commits
-
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This reverts commit cc4cabdf.
-
Jean-Baptiste Kempf authored
-
- 10 Feb, 2010 2 commits
-
-
Christophe Mutricy authored
For odd Xlib installations
-
Christophe Mutricy authored
Needed for XGetWindowAttributes() and XSelectInput()
-
- 09 Feb, 2010 1 commit
-
-
Gildas Bazin authored
-
- 07 Feb, 2010 8 commits
-
-
Rémi Denis-Courmont authored
-
Gildas Bazin authored
This decoder will try to use OpenMAX IL components to decode video/audio. Only 2 OpenMAX cores are currently looked for. The TI OMAP IL core (used for instance on the N900) and the Bellagio IL core. This decoder is disabled by default (use --enable-omxil) and for now has a zero priority (use --codec omxil).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Daniel Mierswa authored
This is obsolete according to IRC conversation. But I also think it got never really executed, code like "case foo in fo*) a ;; foo*) b ;; esac" would never lead to b in the shells i've tested. Signed-off-by:
Daniel Mierswa <impulze@impulze.org> Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Daniel Mierswa authored
See 9eb3e68fSigned-off-by:
Daniel Mierswa <impulze@impulze.org> Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Daniel Mierswa authored
LIBS_dvdcss is vague since it's not it's own module but rather just accidently set on bsdi systems. Just do the check in the modules that need the hack now. Signed-off-by:
Daniel Mierswa <impulze@impulze.org> Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Daniel Mierswa authored
Since we used AC_ARG_WITH(groupname) to indicate a group of options we definitely want the configure output sorted. Now we use EXTEND_HELP_STRING and do no longer abuse AC_ARG_WITH. Signed-off-by:
Daniel Mierswa <impulze@impulze.org> Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 06 Feb, 2010 1 commit
-
-
Rémi Duraffort authored
-
- 05 Feb, 2010 1 commit
-
-
Rémi Duraffort authored
-
- 04 Feb, 2010 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 03 Feb, 2010 7 commits
-
-
Rémi Denis-Courmont authored
-
Daniel Mierswa authored
Signed-off-by:
Daniel Mierswa <impulze@impulze.org> Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Daniel Mierswa authored
uname considers the build system not the host system. Signed-off-by:
Daniel Mierswa <impulze@impulze.org> Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Daniel Mierswa authored
This matches the behaviour of --enable-jack and --enable-oss. Signed-off-by:
Daniel Mierswa <impulze@impulze.org> Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Daniel Mierswa authored
Make use of the new feature in configure.ac. I also removed some redundant calls to VLC_ADD* by combining them. Signed-off-by:
Daniel Mierswa <impulze@impulze.org> Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Daniel Mierswa authored
It's time to let go of those. Signed-off-by:
Daniel Mierswa <impulze@impulze.org> Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Daniel Mierswa authored
Signed-off-by:
Daniel Mierswa <impulze@impulze.org> Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-