- 12 Mar, 2012 9 commits
-
-
Jean-Paul Saman authored
The skins2 code checked for the audio volume to be zero. However the audio is muted with by caling the function aout_SetMute() or aout_ToggleMute(). Use aout_IsMuted() to test for muted audio.
-
Jean-Paul Saman authored
When switching layouts the windows was resized to the default state at design time. Now the layout being switched to is first resized to the size of the current layout. Switching layouts now nolonger results in the layout being restored to its default size, instead it keeps the size the user inteded it to have.
-
Jean-Paul Saman authored
The skins2 GUI showed the URI by default, but this is not what most people expect.
-
Jean-Baptiste Kempf authored
-
Christoph Miebach authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
It behaves badly on Win32
-
Frédéric Yhuel authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sukrit Sangwan authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
- 11 Mar, 2012 23 commits
-
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
If pausing the decoder races with setting up the audio output pipeline, the decoder can end up already paused when the audio output is created. The audio output insists on a strict start -> (pause -> resume ->)* (pause ->)? stop series of state transition. So it must be paused explicitly in this corner case. I have not investigated whether this problem affects the video output but this seems very likely too.
-
Rémi Denis-Courmont authored
This removes the build-time and install-time dependency.
-
Jean-Baptiste Kempf authored
Close #6116
-
David Fuhrmann authored
-
Rémi Denis-Courmont authored
This enables running VLC to run on a kernel that does not support version 5.5 of the Linux DVB API (i.e. Linux < 3.3), even if VLC was compiled with more recent kernel headers. Unfortunately, this is of limited use. In practice, the running kernel version is more likely to be newer than the kernel headers, than to be older. In that case, VLC will print an explicit error.
-
Rémi Denis-Courmont authored
-
Hugo Beauzée-Luyssen authored
This reverts commit 6afa23b2. This was breaking length computing, thus breaking seeking. Conflicts: modules/access/bluray.c
-
Hugo Beauzée-Luyssen authored
-
Rémi Denis-Courmont authored
This requires Linux DVBv5.5.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This will be needed for proper DVBv5.5 support.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Rafaël Carré authored
-
Hugo Beauzée-Luyssen authored
This should fix bluray playback on windows.
-
Felix Paul Kühne authored
note that this patch includes a hack to revert to the 'Default' state correctly
-
Rémi Denis-Courmont authored
-
Konstantin Pavlov authored
Required for metadata support.
-
- 10 Mar, 2012 8 commits
-
-
Rafaël Carré authored
-
David Fuhrmann authored
-
Felix Paul Kühne authored
macosx: allow to hide the drop zone while the playlist is empty using an option-click on the playlist toggle button (refs #6213)
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
This fixes crash with BD-J menu, if libbluray isn't built with java support.
-
Hugo Beauzée-Luyssen authored
-
Ilkka Ollakka authored
Only fail if user explicitly enabled x26410b option and suitable libraries are not found.
-
Rémi Denis-Courmont authored
-