- Feb 20, 2011
-
-
Jean-Baptiste Kempf authored
Lua is an important part of VLC and abusing misc has gone a bit too far...
-
Technologicat authored
Signed-off-by:
Laurent Aimar <fenrir@videolan.org>
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Technologicat authored
Signed-off-by:
Laurent Aimar <fenrir@videolan.org>
-
Technologicat authored
Signed-off-by:
Laurent Aimar <fenrir@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Depending whether they are VLC specific or not
-
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
-
ivoire authored
-
ivoire authored
The comment seems to be irrelevant (the variable is called marq-color and not marq-col).
-
ivoire authored
-
ivoire authored
-
- Feb 19, 2011
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf 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.
-