- 20 Aug, 2011 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 19 Aug, 2011 4 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Modified-by and Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
-
- 18 Aug, 2011 8 commits
-
-
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
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
No need to invoke vlc-config to expand a shell variable.
-
Rémi Denis-Courmont authored
-
- 16 Aug, 2011 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
There should be more V4L2-based plugins later, e.g. FM RX, FM TX, VOUT.
-
Rémi Denis-Courmont authored
-
- 09 Aug, 2011 1 commit
-
-
Rémi Denis-Courmont authored
-
- 04 Aug, 2011 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 03 Aug, 2011 1 commit
-
-
Rémi Denis-Courmont authored
-
- 02 Aug, 2011 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 01 Aug, 2011 1 commit
-
-
Rémi Denis-Courmont authored
-
- 30 Jul, 2011 1 commit
-
-
Rémi Denis-Courmont authored
-
- 26 Jul, 2011 3 commits
-
-
Rémi Denis-Courmont authored
(GL/gl.h ought to be present if GL/glext.h is)
-
Rémi Denis-Courmont authored
AC_CHECK_HEADERS does not work the way this change assumes. This commit did not fix the stated problem. This reverts commit 4e33295f.
-
Rémi Denis-Courmont authored
We do not need to care which functions are in the math library. We only need to care whether libm actually exists and can be linked against. And by the way, lets define @LIBM@ for makefiles.
-
- 25 Jul, 2011 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 17 Jul, 2011 2 commits
-
-
Rafaël Carré authored
These days the extra vlc revision is an integer (1.1.10.1), not a letter like in 0.8.6f days Make PACKAGE_VERSION_* be integer, we don't need them to be strings PACKAGE_VERSION_EXTRA now represents only this number, and is set to 0 when not used (1.1.11.0 represents 1.1.11) Add PACKAGE_VERSION_DEV (== "git" or "rc*"), to be sure development versions are less recent than released versions. This string is never displayed, it is only tested for nullity The file format on our servers can use X.Y.Z or X.Y.Z.E
-
Felix Paul Kühne authored
-
- 14 Jul, 2011 1 commit
-
-
Rémi Denis-Courmont authored
-
- 12 Jul, 2011 1 commit
-
-
Rémi Denis-Courmont authored
Also implement correct run-time POSIX clock selection.
-
- 11 Jul, 2011 1 commit
-
-
Rémi Denis-Courmont authored
-
- 05 Jul, 2011 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 04 Jul, 2011 1 commit
-
-
Rémi Denis-Courmont authored
Unfortunately, we cannot emit NEON opcodes when NEON is not explicitly enabled (-mfpu=neon), contrary to MMX & SSE on x86. As a consequence, this will not work for inline assembler in a non-optimized plugin, namely the deinterlacer. There is also a(n hopefully theoretical) bug whereby the compiler would emit NEON instructions in the descriptor or activation callback of a NEON plugin. This could then crash if NEON is not supported, even before the NEON run-time check is reached.
-
- 30 Jun, 2011 1 commit
-
-
Ref #3682 and #3666 Now, we have [022d6ffc] main tls client debug: TLS client session initialized instead of [004e6ffc] gnutls tls client error: Certificate could not be verified However, this still doesn't work fine, since we got a: "access_http acccess error: failed to read answer" Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 25 Jun, 2011 1 commit
-
-
Laurent Aimar authored
The shadow is enabled by default.
-
- 24 Jun, 2011 1 commit
-
-
Rafaël Carré authored
-