- 13 Feb, 2011 4 commits
-
-
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 26 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().
-
Rémi Denis-Courmont authored
-
- 11 Feb, 2011 8 commits
-
-
Jean-Baptiste Kempf authored
I have to say I fail to understand why...
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
The parsing of .m3u8 HLS files was too position dependend and did not work well with some implementations of HLS playlist files. Parsing and reading the .m3u8 file are now separated.
-
Jean-Paul Saman authored
Functions to read an entire M3U8 meta or playlist file from the HLS server into a buffer. The buffer will be parsed later.
-
Jean-Paul Saman authored
If downloading of a segment takes longer then its duration, then print a warning instead of terminating playback.
-
Jean-Paul Saman authored
When there is less then 3 times the target duration of data available in the HLS stream print a warning and try to start anyway. Instead of aborting playback. Other HLS clients seem to do the same.
-
Jean-Paul Saman authored
Improve detection of HTTP Live Streaming detection to all EXT-X tags.
-
Jean-Paul Saman authored
-
- 10 Feb, 2011 2 commits
-
-
Jean-Baptiste Kempf authored
-
Christophe Massiot authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-