- 20 Feb, 2011 11 commits
-
-
Jean-Baptiste Kempf authored
SD and extensions are very visible inside the interfaces, and we are, considered "éditeurs", on those. Therefore, we do not distribute those where we don't know the legal state. Having them in the git, is not considered distribution, (yet).
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
It only worked for non-ES OpenGL and if the libGL development files were installed (otherwise "libGL.so" does not exist). So let Mesa fix their bugs and stop caring about them: https://bugs.freedesktop.org/show_bug.cgi?id=34476 In the mean time, you can use VLC and EGL with: # LD_PRELOAD=/usr/lib/libGL.so vlc
-
Rémi Denis-Courmont authored
xcb_window can be compiled without libxcb-keysyms nowadays, so this check was rather useless.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Special credits to Debian for releasing Squeeze.
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
The comment seems to be irrelevant (the variable is called marq-color and not marq-col).
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
- 19 Feb, 2011 21 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Marton Balint authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Mirsal Ennaime authored
-
Mirsal Ennaime authored
* use a poll() based model instead of msleep() * Use input events to detect when the input thread stops playback * Use an enum for mpris playback statuses instead of hardcoded values
-
Rémi Denis-Courmont authored
v1 does not work and v2 does not compile but nevermind...
-
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
This is needed for global hotkeys. In the best of worlds, I think the global hotkey plugins would directly get the list of keycodes to grab using a dedicated plugin type. This would avoid the need to replicate hotkey configuration parsing. But it would need some more work.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Why can't Mesa people link their shared objects correctly!?
-
Rémi Denis-Courmont authored
This suffers from the same limitations as the EGL output (no resize and mouse events) currently and should be considered work in progress.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is purely a syntactical change to share the opengl.c code. This commit does not actually make use of the vlc_gl_Create().
-
Rémi Denis-Courmont authored
This API is abstracted away from the video output. In a way, this goes back to the previous opengl provider API, except that: - it is really independent of the video output, - it supports GL ES explicitly.
-
Rémi Denis-Courmont authored
-
- 18 Feb, 2011 2 commits
-
-
Samuli Suominen authored
Patch by Samuli Suominen. See: https://bugs.gentoo.org/show_bug.cgi?id=353848Sent-by: Alexis Ballier <aballier@gentoo.org> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
-
- 17 Feb, 2011 6 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-