- 04 Mar, 2012 13 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
David Fuhrmann authored
close #6252 Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Felix Paul Kühne authored
macosx: fixed resizing issue, which was in part fixed by the previous commit by accident (close #6203)
-
Francois Cartegnie authored
-
David Fuhrmann authored
Make sure that if we would resize beyond the screen we set the origin values to ensure that the complete window is visible. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Felix Paul Kühne authored
This reverts commit 3effe298.
-
David Fuhrmann authored
Make sure that if we would resize beyond the screen we set the origin values to ensure that the complete window is visible. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
David Fuhrmann authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
- 03 Mar, 2012 11 commits
-
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
i_physical_channels only uses PHYSMASK bits anyway.
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
There is no reliable way to determine the channel configuration of a certain ALSA device. The ALSA operates at too low level for that. So add a configuration option with default to stereo (as in previous VLC versions). However, the user will not need to re-enable 5.1 every time. This commit also removes all the fancy device choices. The static choices are overriden dynamically by the UI anyway. So the only use of the list was in vlc --help.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Do not clobber the output format channels to stereo. This would break the VLC filtering pipeline.
-
David Fuhrmann authored
For each input thread the callback for "intf-event" was registered at least twice, and never deleted correctly. Therefore this patch makes sure that we add the callback only once, and also properly delete the old one when the input changed. should close #6207, refs #6252 Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Felix Paul Kühne authored
macosx_vout: implemented a cleaner approach to limit the window size according to the screen it is displayed on (close #5875)
-
Rafaël Carré authored
Server rejects connection if some field are not set properly
-
- 02 Mar, 2012 16 commits
-
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
The field was renamed in lavc54 and setting values changed from enum to bitfield. We don't need to care about this because VLC doesn't specify values.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Maciej Blizinski authored
Otherwise, it gets executed with /bin/sh which on Solaris does not support the $(...) construct. This causes 'gmake check' to fail. For example: ../src/check_headers: $(dirname ../src/check_headers): does not exist Calling check_headers with $(SHELL) explicitly makes use of CONFIG_SHELL. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Maciej Blizinski authored
Otherwise: Undefined first referenced symbol in file asprintf url.o ld: fatal: Symbol referencing errors. No output written to test_url This patch uses a mix of tabs and spaces to match the existing convention. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Felix Paul Kühne authored
This reverts commit 93b21142.
-
Francois Cartegnie authored
This reverts commit e3511f67.
-
Francois Cartegnie authored
This reverts commit aeb250f7.
-
Sébastien Escudier authored
-