- 13 Feb, 2011 15 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
First this is a fork of the old intel code, and then we only have one upnp module now
-
Rémi Denis-Courmont authored
This commit does not add support for multiples hotkeys though.
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
mux-ts-use-key-frames is not a key!
-
Rémi Denis-Courmont authored
(Beats me why GCC did not warn about this one)
-
Rémi Denis-Courmont authored
Names are looked up when starting VLC. Codes are looked up when editing the preferences. I prfer to optimize the VLC startup.
-
Laurent Aimar authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
Hotkeys are separated by tabs. I would have allowed white spaces, but they are found in some media key names :-(
-
Rémi Denis-Courmont authored
We have had a replacement for quite a while already.
-
Rémi Denis-Courmont authored
-
- 12 Feb, 2011 25 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This avoids storing unmapping actions. More interestingly, this will enable multiple keys per action.
-
Rémi Denis-Courmont authored
We cannot fully privatize this, as the global hotkeys plugin read the list of actions through the public LibVLC instance pointer.
-
Francois Cartegnie authored
'scale' is vlc autoscale not a value snapshot could have meant thumb size directx wallpaper is win32 only just show desktop feature, not tech details to end user
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It will prevents issue with our code but also with external libraries.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Steinar H. Gunderson authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steinar H. Gunderson authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steinar H. Gunderson authored
Hold on to the DeckLink configuration object for the entire session, or it will revert to the defaults in the configuration file. (This change was made during the 7.9 series SDK, it seems.) This also fixes an issue where VLC would segfault if it could not initialize the card. Patch originally by Ed Groth <ed at boxpopuli.com>. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
...rather than with a command line option. This enables extending the set of plugins paths globally, for all LibVLC applications. Using an environment variable seems more logical than a command line option considering that the module bank is shared by all VLC instances in the process. In other words, it did not belong as a parameter to libvlc_new().
-