- 26 Jul, 2011 11 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(Do not assume that AOUT_VOLUME_MAX is 4 times AOUT_VOLUME_DEFAULT.)
-
Rémi Denis-Courmont authored
VLC (like PulseAudio) stores the software volume i.e. the position of the volume UI slider, rather than the linear amplification multiplier. So do not use PulseAudio linear to volume conversion. Otherwise the VLC volume gets wrongly cube-rooted.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
We do not need to care which functions are in the math library. We only need to care whether libm actually exists and can be linked against. And by the way, lets define @LIBM@ for makefiles.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: implemented both skipping within an item and item changing for the forward/backward buttons (closes #4943)
-
Felix Paul Kühne authored
-
Konstantin Pavlov authored
-
- 25 Jul, 2011 27 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
removed remnants of the Dudiak interface, added PXSourceList by Alex Rozanski (BSD-new licensed) which will be used for the new implementation, added a to-be-replaced png for the window's topbar
-
Alexey Sokolov authored
Didn't notice them first time. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Alexey Sokolov authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This should cleanup locking when applying the volume, though there are still some (non-crashing) races in setting/getting the volume. This also adds an API to report the volume from the output, though it's currently left as a dummy.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This assumption is correct and already present in plenty of code paths (e.g. when converting to/from float).
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
untested, since the affected code is part of the S/PDIF handling
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Otherwise the next probed plugin would get a potentially corrupted input format. This bug may affect other audio output plugins and similarly even some video outptu display plugins (not checked yet).
-
Rémi Denis-Courmont authored
-
Benjamin Drung authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Alexey Sokolov authored
New doxygen command \libvlc_return_bool means that wrapper generators should translate returning int to a boolean value. For example, this is useful for Ruby, where every number, including 0, is considered to be true. For normal HTML/LaTeX documentation it's invisible. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Alexey Sokolov authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This prepares for a possible cleanup of the audio output object, especially hiding more stuff into the core.
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
macosx: fixed updateTitle as suggested by j-b and made sure to the represented filename correctly, if applicable
-
Felix Paul Kühne authored
macosx: remove 2 interface update timers (2 threads), 1 additional interface update thread and replaced everything by callbacks
-
Jean-Baptiste Kempf authored
-
- 24 Jul, 2011 2 commits
-
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-