]> git.sesse.net Git - vlc/log
vlc
12 years agoContribs: update libpng to 1.4.8
Jean-Baptiste Kempf [Mon, 1 Aug 2011 10:25:56 +0000 (12:25 +0200)]
Contribs: update libpng to 1.4.8

See CVE-2011-2690 (we shouldn't be affected), CVE-2011-2691 (same),
CVE-2011-2692 (no idea)

12 years agoaudioscrobbler: clean up
Rafaël Carré [Mon, 1 Aug 2011 04:05:07 +0000 (00:05 -0400)]
audioscrobbler: clean up

- cosmetics ( xx ) -> (xx) (look at patch with -w)
- remove useless header inclusion
- move some variables from p_sys to Run() function scope
- fix invalid asprintf() return value checks
...

12 years agolua equalizer: fix crash when not running audio filters
Rafaël Carré [Mon, 1 Aug 2011 03:27:22 +0000 (23:27 -0400)]
lua equalizer: fix crash when not running audio filters

12 years agofix crash in lua equalizer
Rafaël Carré [Mon, 1 Aug 2011 03:24:48 +0000 (23:24 -0400)]
fix crash in lua equalizer

12 years agoaudioscrobbler: reorder functions to remove declarations
Rafaël Carré [Mon, 1 Aug 2011 00:28:58 +0000 (20:28 -0400)]
audioscrobbler: reorder functions to remove declarations

12 years agoaudioscrobbler: fix invalid memory access (Closes #5147)
Rafaël Carré [Mon, 1 Aug 2011 00:10:44 +0000 (20:10 -0400)]
audioscrobbler: fix invalid memory access (Closes #5147)

The metadata structure would not be zeroed when title or artist were missing

12 years agoaudioscrobbler: fix object leak in error path
Rafaël Carré [Sun, 31 Jul 2011 21:12:47 +0000 (17:12 -0400)]
audioscrobbler: fix object leak in error path

12 years agoChange refered to referred
Kaarlo Raiha [Sun, 31 Jul 2011 12:08:07 +0000 (15:08 +0300)]
Change refered to referred

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoChange synthetizer to synthesizer
Kaarlo Raiha [Sun, 31 Jul 2011 12:01:14 +0000 (15:01 +0300)]
Change synthetizer to synthesizer

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoChange recommented to recommended
Kaarlo Raiha [Sun, 31 Jul 2011 11:55:02 +0000 (14:55 +0300)]
Change recommented to recommended

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoChange fluctations to fluctuations
Kaarlo Raiha [Sun, 31 Jul 2011 10:23:02 +0000 (13:23 +0300)]
Change fluctations to fluctuations

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoChange optinos to options
Kaarlo Raiha [Sun, 31 Jul 2011 10:21:21 +0000 (13:21 +0300)]
Change optinos to options

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoAdd whitespace
Kaarlo Raiha [Sun, 31 Jul 2011 10:19:38 +0000 (13:19 +0300)]
Add whitespace

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoChange unstandard to nonstandard
Kaarlo Raiha [Sun, 31 Jul 2011 10:16:36 +0000 (13:16 +0300)]
Change unstandard to nonstandard

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoAdd whitespace
Kaarlo Raiha [Sun, 31 Jul 2011 10:12:41 +0000 (13:12 +0300)]
Add whitespace

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoChange controler to controller
Kaarlo Raiha [Sun, 31 Jul 2011 10:10:08 +0000 (13:10 +0300)]
Change controler to controller

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agomacosx: fixed playlist/video toggling and some memory leaks
Felix Paul Kühne [Sun, 31 Jul 2011 18:03:43 +0000 (20:03 +0200)]
macosx: fixed playlist/video toggling and some memory leaks

12 years agomacosx: fixed cocoa error complaining about missing window server connection and...
Felix Paul Kühne [Sun, 31 Jul 2011 17:25:30 +0000 (19:25 +0200)]
macosx: fixed cocoa error complaining about missing window server connection and reduced number of ticks for the speed control

12 years agoFix vlc linking broken in [7a7630a19c2]
Rafaël Carré [Sun, 31 Jul 2011 03:12:44 +0000 (23:12 -0400)]
Fix vlc linking broken in [7a7630a19c2]

It gave -static -no-install flags to vlc instead of vlc-static

12 years agoaout: clear out input and output FIFO simultaneously
Rémi Denis-Courmont [Sat, 30 Jul 2011 20:09:20 +0000 (23:09 +0300)]
aout: clear out input and output FIFO simultaneously

This occurs when the output is really late (typically as a side effect
of glitches in pause/resume). Both FIFOs  are now both protected with
the same lock, so there is no room for race conditon between the two
identical checks anymore. So we can handle both checks in one go.

12 years agoaout: remove statement with no effects
Rémi Denis-Courmont [Sat, 30 Jul 2011 20:08:57 +0000 (23:08 +0300)]
aout: remove statement with no effects

12 years agoAdd contrib/ to release/nightly tarballs.
Alexey Sokolov [Mon, 18 Jul 2011 17:54:44 +0000 (00:54 +0700)]
Add contrib/ to release/nightly tarballs.

This simplifies life for users who don't have apt-get with its
build-dep, use tarballs instead of git, but still want to easily make
all dependencies.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agoChange placholder to placeholder
Kaarlo Raiha [Sat, 30 Jul 2011 13:34:37 +0000 (16:34 +0300)]
Change placholder to placeholder

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agoAdd dots, whitespace and caps
Kaarlo Raiha [Sat, 30 Jul 2011 13:32:10 +0000 (16:32 +0300)]
Add dots, whitespace and caps

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agoChange brighness to brightness
Kaarlo Raiha [Sat, 30 Jul 2011 13:24:26 +0000 (16:24 +0300)]
Change brighness to brightness

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agoChange allways to always
Kaarlo Raiha [Sat, 30 Jul 2011 13:08:03 +0000 (16:08 +0300)]
Change allways to always

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agoAdd . and whitespace
Kaarlo Raiha [Sat, 30 Jul 2011 13:01:53 +0000 (16:01 +0300)]
Add . and whitespace

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agoChange loadedin to loaded in
Kaarlo Raiha [Sat, 30 Jul 2011 12:59:08 +0000 (15:59 +0300)]
Change loadedin to loaded in

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agoChange saturaton to saturation
Kaarlo Raiha [Sat, 30 Jul 2011 12:56:12 +0000 (15:56 +0300)]
Change saturaton to saturation

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agoChange bluring to blurring
Kaarlo Raiha [Sat, 30 Jul 2011 12:52:30 +0000 (15:52 +0300)]
Change bluring to blurring

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agoChange positionning to positioning
Kaarlo Raiha [Sat, 30 Jul 2011 12:49:58 +0000 (15:49 +0300)]
Change positionning to positioning

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agoChange coeff to coefficient
Kaarlo Raiha [Sat, 30 Jul 2011 12:46:32 +0000 (15:46 +0300)]
Change coeff to coefficient

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agoDTV: add ISDB-T (untested and exclusing sound broadcasting)
Rémi Denis-Courmont [Sat, 30 Jul 2011 08:05:17 +0000 (11:05 +0300)]
DTV: add ISDB-T (untested and exclusing sound broadcasting)

12 years agoDTV: add ISDB-S (untested)
Rémi Denis-Courmont [Sat, 30 Jul 2011 07:24:51 +0000 (10:24 +0300)]
DTV: add ISDB-S (untested)

12 years agoDTV: make delsys structures static
Rémi Denis-Courmont [Sat, 30 Jul 2011 07:02:05 +0000 (10:02 +0300)]
DTV: make delsys structures static

12 years agoDTV: fix frequencies above 4 GHz
Rémi Denis-Courmont [Sat, 30 Jul 2011 06:58:56 +0000 (09:58 +0300)]
DTV: fix frequencies above 4 GHz

12 years agoDTV: don't use 0 as NULL
Rémi Denis-Courmont [Sat, 30 Jul 2011 06:57:03 +0000 (09:57 +0300)]
DTV: don't use 0 as NULL

12 years agoconfigure: use portable shell equality operator
Rémi Denis-Courmont [Sat, 30 Jul 2011 06:31:20 +0000 (09:31 +0300)]
configure: use portable shell equality operator

12 years agoOSS audio output: Prefer GETODELAY over GETOSPACE.
Hans-Kristian Arntzen [Wed, 27 Jul 2011 18:50:14 +0000 (20:50 +0200)]
OSS audio output: Prefer GETODELAY over GETOSPACE.

Fix the possibly wrong assumption that we're able to accurately
calculate latency using GETOSPACE
(buffer size - available bytes to write).

New code uses GETODELAY to get latency directly but falls back to
GETOSPACE calculation should GETODELAY fail.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agomacosx: fixed a few memory leaks
Felix Paul Kühne [Fri, 29 Jul 2011 21:10:07 +0000 (23:10 +0200)]
macosx: fixed a few memory leaks

12 years agoauhal: Fix SPDIF support
Ron Frederick [Sun, 24 Jul 2011 02:34:48 +0000 (19:34 -0700)]
auhal: Fix SPDIF support

The recent changes to auhal had it using an AudioStreamBasicDescription
array when looking at the stream properties. However, the proper type is
AudioStreamRangedDescription. This patch corrects that, and then accesses
the AudioStreamBasicDescription inside it as necessary.

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agoQt: searchlineedit: change search text.
Francois Cartegnie [Fri, 29 Jul 2011 11:07:59 +0000 (13:07 +0200)]
Qt: searchlineedit: change search text.

Technically, it's either filter or search, but not search filter

12 years agoQt: Preferences tree filter, Alternative clear search button
Yuval Tze [Tue, 26 Jul 2011 19:30:41 +0000 (22:30 +0300)]
Qt: Preferences tree filter, Alternative clear search button

12 years agoQt: Preferences tree filter, UI
Yuval Tze [Tue, 26 Jul 2011 19:03:26 +0000 (22:03 +0300)]
Qt: Preferences tree filter, UI

add SearchLineEdit above the advanced tree that filters the tree items.

12 years agoQt: Preferences tree filter
Yuval Tze [Tue, 26 Jul 2011 18:52:43 +0000 (21:52 +0300)]
Qt: Preferences tree filter

add filter function to expand and show matched tree items and hide the rest

12 years agoQt: PrefsItemData search
Yuval Tze [Tue, 26 Jul 2011 18:44:49 +0000 (21:44 +0300)]
Qt: PrefsItemData search

add contains function to search text in item's name, help and in the config items' text

12 years agoQt: Remove leading line break on modules prefs help text
Yuval Tze [Tue, 26 Jul 2011 18:28:51 +0000 (21:28 +0300)]
Qt: Remove leading line break on modules prefs help text

module initial help value was always empty, causing leading line break when appending module psz_help text.
save name and help in modules' PrefsItemData like other prefs items.

12 years agocosmetics: fix indentation (2 spaces -> 4 spaces)
Rafaël Carré [Fri, 29 Jul 2011 02:46:10 +0000 (22:46 -0400)]
cosmetics: fix indentation (2 spaces -> 4 spaces)

12 years agoDo not create a console under Wine
Rémi Denis-Courmont [Thu, 28 Jul 2011 19:59:20 +0000 (22:59 +0300)]
Do not create a console under Wine

Not only is an extra console obnoxious, but freopen() crashes.

12 years agoWin32: fix use of WaitForMultipleObjectsEx() (fix #5130)
Rémi Denis-Courmont [Thu, 28 Jul 2011 19:53:59 +0000 (22:53 +0300)]
Win32: fix use of WaitForMultipleObjectsEx() (fix #5130)

12 years agowinvlc: fix arguments
Rémi Denis-Courmont [Thu, 28 Jul 2011 18:10:49 +0000 (21:10 +0300)]
winvlc: fix arguments

12 years agowinvlc: do use the libtool wrapper for vlc-static
Rémi Denis-Courmont [Thu, 28 Jul 2011 16:50:25 +0000 (19:50 +0300)]
winvlc: do use the libtool wrapper for vlc-static

This is required for Wine to find libvlc.dll and libvlccore.dll.

12 years agowinvlc: force plugin and data paths for vlc-static.exe
Rémi Denis-Courmont [Thu, 28 Jul 2011 16:47:50 +0000 (19:47 +0300)]
winvlc: force plugin and data paths for vlc-static.exe

Just like we already do for (Unix) vlc.

12 years agowinvlc: fix warning
Rémi Denis-Courmont [Thu, 28 Jul 2011 16:35:35 +0000 (19:35 +0300)]
winvlc: fix warning

12 years agomacosx: updated graphics
Damien Erambert [Thu, 28 Jul 2011 16:03:22 +0000 (18:03 +0200)]
macosx: updated graphics

12 years agoDTV: add 10 and 1.712 MHz bandwidth (from DVB-T2)
Rémi Denis-Courmont [Thu, 28 Jul 2011 16:03:19 +0000 (19:03 +0300)]
DTV: add 10 and 1.712 MHz bandwidth (from DVB-T2)

12 years agoyoutube.lua: update to new website changes
Pierre Ynard [Thu, 28 Jul 2011 15:44:06 +0000 (17:44 +0200)]
youtube.lua: update to new website changes

12 years agoPulseAudio: more conservative and stable resampling
Rémi Denis-Courmont [Wed, 27 Jul 2011 20:18:08 +0000 (23:18 +0300)]
PulseAudio: more conservative and stable resampling

This time, it should work (famous last words).

12 years agoPulseAudio: limit resampling to 1% variation at a time
Rémi Denis-Courmont [Wed, 27 Jul 2011 18:19:41 +0000 (21:19 +0300)]
PulseAudio: limit resampling to 1% variation at a time

1kHz is way too much for human perception.

12 years agoPulseAudio: improve sync upon resuming from pause
Rémi Denis-Courmont [Wed, 27 Jul 2011 18:15:12 +0000 (21:15 +0300)]
PulseAudio: improve sync upon resuming from pause

This unfortunately inserts silence shortly after resuming, right after
the samples that were held in the buffer during pause. This can possibly
be avoided with prebuffering (not tested).

12 years agomacosx: store counting mode of the time field (default is to count up)
Felix Paul Kühne [Wed, 27 Jul 2011 09:43:30 +0000 (11:43 +0200)]
macosx: store counting mode of the time field (default is to count up)

Fixes #3078

12 years agomacosx: fixed redraw issue when moving the time slider faster than intended
Felix Paul Kühne [Wed, 27 Jul 2011 09:04:24 +0000 (11:04 +0200)]
macosx: fixed redraw issue when moving the time slider faster than intended

12 years agoinhibit: start inhibiting power suspend as soon as input changes
Rafaël Carré [Tue, 26 Jul 2011 22:55:04 +0000 (18:55 -0400)]
inhibit: start inhibiting power suspend as soon as input changes

do not wait until a state change event

12 years agoinhibit (power management) : supports gnome-session >= 2.27
Rafaël Carré [Tue, 26 Jul 2011 22:51:07 +0000 (18:51 -0400)]
inhibit (power management) : supports gnome-session >= 2.27

GNOME went away from freedesktop DBus interface some time ago (for the sake of being 'special' ?)
Unfortunately that means we have to support 2 different (but very similar) interfaces

12 years agoaout: remove aout_mixer_input_t (no functional changes)
Rémi Denis-Courmont [Tue, 26 Jul 2011 19:19:25 +0000 (22:19 +0300)]
aout: remove aout_mixer_input_t (no functional changes)

12 years agoaout: premultiply gain before mixing
Rémi Denis-Courmont [Tue, 26 Jul 2011 19:15:43 +0000 (22:15 +0300)]
aout: premultiply gain before mixing

12 years agoWin32: do not enable glwin32 if GL/glext.h is missing
Rémi Denis-Courmont [Tue, 26 Jul 2011 17:05:14 +0000 (20:05 +0300)]
Win32: do not enable glwin32 if GL/glext.h is missing

(GL/gl.h ought to be present if GL/glext.h is)

12 years agoRevert "Win32: opengl module needs glext.h"
Rémi Denis-Courmont [Tue, 26 Jul 2011 17:03:12 +0000 (20:03 +0300)]
Revert "Win32: opengl module needs glext.h"

AC_CHECK_HEADERS does not work the way this change assumes. This commit
did not fix the stated problem.

This reverts commit 4e33295fb12245a7757d67135790a3c7582262a6.

12 years agoaout: map software volume as cubic root of amplification factor
Rémi Denis-Courmont [Tue, 26 Jul 2011 16:47:13 +0000 (19:47 +0300)]
aout: map software volume as cubic root of amplification factor

Also scale maximum down to 2 times the nominal volume (i.e. +18dB) to
stay in the recommended range of +10 to +20dB.

12 years agoWaveOut: map volume max to VLC max (fix #4554)
Rémi Denis-Courmont [Tue, 26 Jul 2011 16:42:27 +0000 (19:42 +0300)]
WaveOut: map volume max to VLC max (fix #4554)

The formula should be changed in any case. WaveOut has a logarithmic
scale, which is not consistent with the other audio outputs.

12 years agomacosx: implemented fancy gradient effect for the time slider (fixes #4945)
Felix Paul Kühne [Tue, 26 Jul 2011 16:43:35 +0000 (18:43 +0200)]
macosx: implemented fancy gradient effect for the time slider (fixes #4945)

12 years agoQt4: try to cleanup use of AOUT_VOLUME_* and QT_VOLUME_*
Rémi Denis-Courmont [Tue, 26 Jul 2011 16:34:58 +0000 (19:34 +0300)]
Qt4: try to cleanup use of AOUT_VOLUME_* and QT_VOLUME_*

12 years agoskins2: do not assume AOUT_VOLUME_MAX = 4 * AOUT_VOLUME_DEFAULT
Rémi Denis-Courmont [Tue, 26 Jul 2011 16:31:18 +0000 (19:31 +0300)]
skins2: do not assume AOUT_VOLUME_MAX = 4 * AOUT_VOLUME_DEFAULT

12 years agoRC (old): do not protect aout_VolumeUp() against overflow
Rémi Denis-Courmont [Tue, 26 Jul 2011 15:37:11 +0000 (18:37 +0300)]
RC (old): do not protect aout_VolumeUp() against overflow

aout_VolumeUp() already handles this case correctly internally.

12 years agoDBus: fix scale on setting volume
Rémi Denis-Courmont [Tue, 26 Jul 2011 15:35:08 +0000 (18:35 +0300)]
DBus: fix scale on setting volume

1.0 is nominal, not maximum. This is consistent with both VLC and the
MPRIS 2.1 specification. Also, the setter ought to have the same scale
as the getter!

12 years agoDBus: do not assume AOUT_VOLUME_DEFAULT = AOUT_VOLUME_MAX / 4
Rémi Denis-Courmont [Tue, 26 Jul 2011 15:34:53 +0000 (18:34 +0300)]
DBus: do not assume AOUT_VOLUME_DEFAULT = AOUT_VOLUME_MAX / 4

12 years agoLibVLC: fix volume scale and make documentation more explicit
Rémi Denis-Courmont [Tue, 26 Jul 2011 15:28:47 +0000 (18:28 +0300)]
LibVLC: fix volume scale and make documentation more explicit

12 years agoRC (old): remove useless check for AOUT_VOLUME_MAX
Rémi Denis-Courmont [Tue, 26 Jul 2011 15:17:42 +0000 (18:17 +0300)]
RC (old): remove useless check for AOUT_VOLUME_MAX

12 years agoncurses: fix volume percentage computation
Rémi Denis-Courmont [Tue, 26 Jul 2011 15:17:22 +0000 (18:17 +0300)]
ncurses: fix volume percentage computation

12 years agohotkeys: print volume also in fullscreen and fix reference value
Rémi Denis-Courmont [Tue, 26 Jul 2011 15:16:19 +0000 (18:16 +0300)]
hotkeys: print volume also in fullscreen and fix reference value

(Do not assume that AOUT_VOLUME_MAX is 4 times AOUT_VOLUME_DEFAULT.)

12 years agoPulseAudio: fix VLC <-> PulseAudio volume conversion
Rémi Denis-Courmont [Tue, 26 Jul 2011 14:53:34 +0000 (17:53 +0300)]
PulseAudio: fix VLC <-> PulseAudio volume conversion

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.

12 years agoPulseAudio: preserve balance when setting the volume
Rémi Denis-Courmont [Tue, 26 Jul 2011 14:37:20 +0000 (17:37 +0300)]
PulseAudio: preserve balance when setting the volume

12 years agoconfigure: simplify checks for libm
Rémi Denis-Courmont [Tue, 26 Jul 2011 15:03:02 +0000 (18:03 +0300)]
configure: simplify checks for libm

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.

12 years agomacosx: couple of fixes within the main window
Felix Paul Kühne [Tue, 26 Jul 2011 14:21:40 +0000 (16:21 +0200)]
macosx: couple of fixes within the main window

12 years agomacosx: implemented both skipping within an item and item changing for the forward...
Felix Paul Kühne [Tue, 26 Jul 2011 14:20:16 +0000 (16:20 +0200)]
macosx: implemented both skipping within an item and item changing for the forward/backward buttons (closes #4943)

12 years agomacosx: respond to updated synchro values
Felix Paul Kühne [Tue, 26 Jul 2011 12:19:53 +0000 (14:19 +0200)]
macosx: respond to updated synchro values

12 years agoLUA SD: Fix Librivox duration parser.
Konstantin Pavlov [Tue, 26 Jul 2011 09:04:08 +0000 (13:04 +0400)]
LUA SD: Fix Librivox duration parser.

12 years agomacosx: fixed warning
Felix Paul Kühne [Mon, 25 Jul 2011 21:17:03 +0000 (23:17 +0200)]
macosx: fixed warning

12 years agomacosx: prepare sidebar
Felix Paul Kühne [Mon, 25 Jul 2011 21:16:22 +0000 (23:16 +0200)]
macosx: prepare sidebar

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

12 years agoAdd few more bool returns to libvlc.
Alexey Sokolov [Mon, 25 Jul 2011 18:41:41 +0000 (01:41 +0700)]
Add few more bool returns to libvlc.

Didn't notice them first time.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoSkin2: fix compilation
Jean-Baptiste Kempf [Mon, 25 Jul 2011 20:29:51 +0000 (22:29 +0200)]
Skin2: fix compilation

12 years agoDVDnav: remove unused variable
Jean-Baptiste Kempf [Mon, 25 Jul 2011 20:06:56 +0000 (22:06 +0200)]
DVDnav: remove unused variable

12 years agoAdd few missing error messages to libvlc.
Alexey Sokolov [Sun, 24 Jul 2011 13:35:26 +0000 (20:35 +0700)]
Add few missing error messages to libvlc.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoPulseAudio: keep track of sink input volume
Rémi Denis-Courmont [Thu, 21 Jul 2011 18:59:07 +0000 (21:59 +0300)]
PulseAudio: keep track of sink input volume

12 years agoaout: clean up output volume handling and fix races
Rémi Denis-Courmont [Thu, 21 Jul 2011 17:58:49 +0000 (20:58 +0300)]
aout: clean up output volume handling and fix races

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.

12 years agoaout_VolumeDown: convert to a macro
Rémi Denis-Courmont [Mon, 25 Jul 2011 18:13:55 +0000 (21:13 +0300)]
aout_VolumeDown: convert to a macro

12 years agoPrivatize AOUT_VOLUME_STEP
Rémi Denis-Courmont [Mon, 25 Jul 2011 18:13:20 +0000 (21:13 +0300)]
Privatize AOUT_VOLUME_STEP

12 years agoReplace AOUT_VOLUME_MIN with 0
Rémi Denis-Courmont [Mon, 25 Jul 2011 18:11:49 +0000 (21:11 +0300)]
Replace AOUT_VOLUME_MIN with 0

This assumption is correct and already present in plenty of code paths
(e.g. when converting to/from float).

12 years agoPulseAudio: do not alter format until successful probing
Rémi Denis-Courmont [Mon, 25 Jul 2011 18:03:01 +0000 (21:03 +0300)]
PulseAudio: do not alter format until successful probing

12 years agoauhal: compilation fix
Felix Paul Kühne [Mon, 25 Jul 2011 17:31:27 +0000 (19:31 +0200)]
auhal: compilation fix

untested, since the affected code is part of the S/PDIF handling