- 21 Jul, 2012 5 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Erwan Tulou authored
- use the overall volume managed by the playlist rather than aout_volumeGet() that now only works when a aout is running. This is no problem since the skins2 volume slider functionally reflects this overall volume managed by the playlist anyway. - stick to what include/vlc_aout_intf.h lets us know about volume boundaries(as of today, AOUT_VOLUME_DEFAULT and AOUT_VOLUME_MAX) and infer volume to be in the [0., AOUT_VOLUME_MAX/AOUT_VOLUME_DEFAULT] range as requested by some functions taking a float as parameter.
-
Rémi Denis-Courmont authored
This is generic and reusable on non-POSIX platforms.
-
Rémi Denis-Courmont authored
-
- 20 Jul, 2012 15 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
A more proper fix was made in 3567c033.
-
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
pb_peak and pf_peak have only two elements. (regression from dcf3f71b)
-
David Fuhrmann authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Also fixes a mistake in 229c807c where isCurrent == isSelected
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
-
Erwan Tulou authored
This fixes #7165 and can be backported.
-
- 19 Jul, 2012 20 commits
-
-
Francois Cartegnie 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
Several of UI & control plugins follow the volume and mute status through the playlist instead of the aout. This patch works around that limitation.
-
Rémi Denis-Courmont authored
int64_t is not supported natively by the Qt object system.
-
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
-
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
These helper handle mute (i.e. zero gain) and keep track of the volume across sessions on a per-output basis. This is intended for the "old" audio outputs that cannot amplify natively.
-
Rémi Denis-Courmont authored
-