- 28 Dec, 2009 32 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Geoffroy Couprie authored
-
Geoffroy Couprie authored
-
Sebastien Zwickert authored
Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>
-
Sebastien Zwickert authored
Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
Anyway: * cmml samples can't be found in the nature * cmml demux does not works AFAIK * we will remove cmml soon.
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Erwan Tulou authored
This patch opts for the new vout_window_SetFullscreen when a vout window provider is available and keeps on the old way otherwise
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Pierre d'Herbemont authored
macosx_dialog_provider: Don't waste a thread for nothing and make sure we call AppKit from main thread.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
This hasn't been converted to "vout display". This is to my knowledge not in use. This is calling main thread synchronously on every redraw making the overhead too important, and the overall performance of the module very bad. There is to my knowledge no way to fix this using public API on 10.5, without a complete rewrite.
-
- 27 Dec, 2009 8 commits
-
-
Jean-Baptiste Kempf authored
This remove unnecessary include and fixes a warning
-
Srikanth Raju authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
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
-