- 08 Nov, 2010 15 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Currently, this require EGL 1.3 or later to compile. This was only tested against the GLX driver from the Mesa Project, and desktop OpenGL, which requires EGL 1.4. Win32 support is untested (not even compilation). OpenGL ES 1 and 2 are mostly implemented but completely untested too. The USE_OPENGL_ES constant would have to be predefined appropriately. This plugin mostly works, but there are two major remaining issues. Therefore, this plugin is disabled by default and has zero priority. (1) Mouse is not implemented. The stupid fix involves cut&paste from the XCB-GLX plugin. Moving mouse event reception to the window provider might be smart though: I would rather not corrupt the EGL plugin with X11, otherwise we might as well stick to GLX anyway. (2) Resize events are mostly not working. EGL does not provide notification for this. But there may be some bugs in Control() too.
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Rafaël Carré 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 Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Erwan Tulou authored
This partially fixes the position indicator getting blurry, because XGetImage didn't retrieve the latest change in pixmap (Previous XCopyArea calls may still be pending) Note that XSync is needed but not sufficient. Sporadic blurriness can still happen, because there seems to be no way to know for sure when the pixmap content is really updated. (waiting for NoExpose event, if enabled, is also not enough). Also, this problem is more prone to occur with --vout xv than with x11 or opengl, as if xvideo were stressing the X server more than the other two. modules/gui/skins2/x11/x11_graphics.cpp | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
-
Erwan Tulou authored
This fixes automatic resizing not working when a skin uses vlc.hasVout to monitor video visibility. (in vlc12, the default skin belongs to this category)
-
- 07 Nov, 2010 25 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Pierre d'Herbemont authored
This may help some, and to link how to build VLC on Mac OS X for a certain version. (Should be more robust than wiki.videolan.org/OSXCompile)
-
Rafaël Carré authored
share/vlc/lua only contains the files needed for the (lua) http interface
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
This should improve readability a little bit.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
(We don't want HAVE_MACOSX when building for iOS simulator.)
-
Pierre d'Herbemont authored
Sorry for the breakage, the AC_SUBST(VLC_DEFAULT_PLUGIN_TYPE) was lost in its way.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
Qt4: speedup pictureflow rendering littlebit by using scanline and qtransform instead of doing those by hand
-
Rafaël Carré authored
add a comment at the intention of the translators to tell them they can use fancy Unicode characters since this comment is UTF-8, add --from-code=UTF-8 option to xgettext Use a macro to make DrawHelp() lines shorter Merge 'Boxes' with 'Global' help category
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rafaël Carré authored
It includes only .luac files
-
Felix Paul Kühne authored
-
Laurent Aimar authored
Workaround v4l2 drivers that do not behave correctly while enumerating inputs, standard, tuner, or format.
-
Laurent Aimar authored
Crop/AR settings can now be changed by the video filters. Crop/AR changes done by the decoder are now applied to the exact picture and without any picture loss (before this patch, it was applied too soon and due to the recreation of the vout display, some pictures where lost).
-