- 22 Jul, 2012 11 commits
-
-
Chris Smowton authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Denis Charmet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
KO Myung-Hun authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
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
-
- 21 Jul, 2012 12 commits
-
-
Francois Cartegnie authored
-
Erwan Tulou authored
-
Rémi Denis-Courmont authored
Far too many clueless users push the volume far too high[1]. Then they complain that VLC distorts the sound... Really anything above 100% (0dB) is prone to saturation. In my experience, loss of quality is noticeable at +6dB and unbearable at +10dB. For the references: In VLC 1.1, the UI was restricted to 200% (+6dB) by default, while the audio output core allowed up to 400% (+12dB). PulseAudio recommends +11dB. Microsoft Windows limits to +0dB. [1] I actually compared VLC 1.1, VLC 2.0 and WMP with an external decibel metter. They give the same output at 0dB. At 6dB, both VLC versions give the same decibel readings and slight distortion. So the complaints are purely caused by confusion and cluelessness from users.
-
Rémi Denis-Courmont authored
...and simplify accordingly.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This matches the Lua RC behavior.
-
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 2 commits
-
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
-