- 08 Nov, 2010 7 commits
-
-
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 33 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).
-
Laurent Aimar authored
They were previously lost.
-
Laurent Aimar authored
Moved up two functions.
-
Laurent Aimar authored
-
Laurent Aimar authored
Now vout_SetDisplayCrop() takes crop parameters relative to the visible part.
-
Laurent Aimar authored
The old code used the current thread affinity.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It is more of a workaround, a cleaner way to configure video filters will need to be done.
-