- 05 Feb, 2012 7 commits
-
-
David Fuhrmann authored
this is especially important in multi monitor setups Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
This fixes several issues when you move your mouse outside the fullscreen at an sedondary display and reenter vlc with the mouse. Now, the controls are shown reliably and the mouse movement actions work as aspected in that case. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Felix Paul Kühne authored
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Pierre Ynard authored
This became likely to happen using VoD. Thanks to Denis Charmet for pointing out this issue.
-
- 04 Feb, 2012 8 commits
-
-
Kaarlo Raiha authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Kelly Anderson authored
OK, this patch should take into account the recommendations. Signed-off-by: Antoine Cellerier <dionoea@videolan.org>
-
Antoine Cellerier authored
-
Antoine Cellerier authored
As mentionned in the long help, this sort guarantees that adding a directory with files like track-1.ogg track-2.ogg track-10.ogg will result in files being added in the expected order. This is the default sort method used by most apps which display directory listings as well as some media players like rockbox. If it were up to me it would be the default sort method. In previous version of vlc, this behavior could be emulated with: find /media/MUSIC/lossless-to-ogg/Metronomy/ -type f|sort -V|vlc fd/m3u://0 Now you can just use: vlc /media/MUSIC/lossless-to-ogg/Metronomy/ --directory-version-sort
-
Felix Paul Kühne authored
-
KO Myung-Hun authored
This fixes the following error, In file included from ../../../include/vlc_stream.h:27, from ../../../include/vlc_demux.h:33, from mkv.hpp:55, from demux.hpp:28, from virtual_segment.cpp:27: ../../../include/vlc_block.h:138: error: 'ssize_t' has not been declared Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Jean-Baptiste Kempf authored
Deactivate totally avdevice and avfiters Remove bink decoder that does not work in VLC anyway
-
Rafaël Carré authored
Don't hide the needed steps as it confuses users reading the detailed instructions
-
- 03 Feb, 2012 18 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
remove now meaningless very old mingw.org workarounds
-
Rafaël Carré authored
use _snwprintf instead of unsafe wsprintfW define NO_DSHOW_STRSAFE to not ask for secure replacements remove now meaningless very old mingw.org workarounds
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
This can be tested on Wild Earth 3D on freebox streams in France.
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
This complements commit dadb0622 which moved responsability for setting the user agent to the client application.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Edward Sheldrake authored
Fix dbus assertion failure which aborts vlc when the dbus control plugin is active and you try to launch vlc with a large number of files on the command line (such as when doing "vlc *" to play all the files in a directory). Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Hugo Beauzée-Luyssen authored
THe standard doesn't guaranty anything, but the code assumes it.
-
Hugo Beauzée-Luyssen authored
This makes the playback start faster.
-
- 02 Feb, 2012 7 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Ilkka Ollakka authored
-
Edward Wang authored
http://www.compdigitec.com/labs/2012/02/01/android-codec-benchmarks/Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rémi Denis-Courmont authored
This is not a good idea if the stream is playing.
-
Rémi Denis-Courmont authored
-
Denis Charmet authored
Don't use the var_SetTime hack anymore and don't flush the fifo when it's not necessary. Fix #5967 and #2855 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-