- 27 Dec, 2009 8 commits
-
-
Erwan Tulou authored
-
Erwan Tulou authored
This loop parameter is intended to run animated images for a given time In addition, animation is started again in the following cases : - when visibility changes - when active layout changes
-
Erwan Tulou authored
Win32 API SetTimer is not a oneshot timer.
-
Brian Weaver authored
Build problem in the modules/video_output directory Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Jean-Baptiste Kempf authored
So we stop duplicating the code if we try to improve it later on :D
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 26 Dec, 2009 32 commits
-
-
Geoffroy Couprie authored
close #2089
-
Erwan Tulou authored
-
Erwan Tulou authored
-
Erwan Tulou authored
-
Erwan Tulou authored
skins2 manages a cache for building layouts. Yet, on each redraw/expose, it rebuilds the whole layout. This patch avoids these unnecessary rebuilds. It results in dramatic improvement, especially on Linux, where refresh was a real issue.
-
Erwan Tulou authored
On X11, windows are created with a 1x1 size and updated later on. In some context, vout_display can catch this 1x1 size before the size is updated. This results in a crash in swcaler.c which gets a 1x0 size (division by zero) Changing default to 10x10 solves the problem.
-
Erwan Tulou authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Revert "Win32: fix #2592 (stdin file input). It may impact other platforms, so please test, and fix/revert if you see a bug." This reverts commit e33a82db. This broke opening any file starting with a dash.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This enables passing a below state in addition to currently supported always-on-top (above) and normal. (However, none of the window provider support it just yet).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
Should fix aspect-ratio issues and fixes #2793
-
Pierre Ynard authored
-
Geoffroy Couprie authored
-
Geoffroy Couprie authored
-