- 27 Dec, 2009 18 commits
-
-
Antoine Cellerier authored
Enables setting playback rate to a specific value.
-
Antoine Cellerier authored
(accepts full hotkey names or hotkey names without the leading key-)
-
Antoine Cellerier authored
vlc_GetActionId() is used to get an ACTIONID from the action's name, which is way better than getting the hotkey setting from the hotkey name and then, if the hotkey was set, looking up the corresponding action id ... since this also works if the hotkey isn't set. Export this function in lua and use in common.hotkey().
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Jean-Baptiste Kempf authored
And other alignment changes
-
Jean-Baptiste Kempf authored
-
Paul Corke authored
Fix compilation under MinGW/MSYS on WinXP Remove an error about a missing symbol WSA_QOS_EUNKNOWNPSOBJ Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
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 22 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
-