- 05 Jul, 2012 1 commit
-
-
Rémi Denis-Courmont authored
-
- 04 Jul, 2012 17 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Conversion from FI32 to S16 is already supported by the Laurent's generic audio format filter. Conversion to FI32 are useless for lack of (functional) FI32 encoder or output.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
None of the real audio outputs support FI32; they already typically converted down to S16 internally. Moreover, mixing FI32 requires 64-bits (signed) multiplication, which non-FPU processors typically do not support natively.
-
David Fuhrmann authored
TODO: - somehow implement mute callback - initially report right volume to ui
-
Rémi Denis-Courmont authored
-
David Fuhrmann authored
-
Felix Paul Kühne authored
-
Rafaël Carré authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
VLC needs QtWidgets (which does not exist in Qt4).
-
Jean-Baptiste Kempf authored
-
- 03 Jul, 2012 22 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rafaël Carré authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rafaël Carré authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This fixes a race between requesting mute and the aout actually muting. There are still at least two known bugs with the mute widget: - Qt tries to sets the LibVLC status when LibVLC status changes (there is a hack around this for volume but not for mute). - Qt tracks the playlist "mute" variable instead of the aout one.
-
Rémi Denis-Courmont authored
Volume and mute states are now independant. There is no need to update them together in a single transaction. Furthermore, other processes can change the volume and/or mute state of VLC playback streams asynchronously. Thus volume-up/volume-down and mute-toggle are not atomic operations even when protected by the volume lock. We would need to have toggle and up/down provided by the to the output plugins. That is probably impossible and overkill. So accept the small race condition and simplify the code.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
In particular, show OSD mute icon when mute is enabled, rather than when volume is nul (which is orthogonal).
-
Rémi Denis-Courmont authored
-
Christoph Miebach authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Christoph Miebach authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Christoph Miebach authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-