]> code.delx.au - pulseaudio/log
pulseaudio
14 years agoalsa-mixer: Replace erroneous PA_ALSA_VOLUME_IGNORE with PA_ALSA_ENUMERATION_IGNORE.
Tanu Kaskinen [Tue, 29 Dec 2009 12:53:40 +0000 (14:53 +0200)]
alsa-mixer: Replace erroneous PA_ALSA_VOLUME_IGNORE with PA_ALSA_ENUMERATION_IGNORE.

This fix doesn't have any concrete effect, because the two constants have the
same value.

14 years agoalsa-mixer: Use pa_xfree() instead of pa_xstrdup() for freeing a string.
Tanu Kaskinen [Wed, 16 Dec 2009 09:51:27 +0000 (11:51 +0200)]
alsa-mixer: Use pa_xfree() instead of pa_xstrdup() for freeing a string.

14 years agortp: Fix bracketing in pa_rtp_recv.
Colin Guthrie [Sat, 8 May 2010 12:47:19 +0000 (13:47 +0100)]
rtp: Fix bracketing in pa_rtp_recv.

The syntactically correct error meant that the timestamp was always
marked as found and only the first header was checked.

In the case where the timestamp was the first header, things
would have worked as expected.

Thanks to pino for reporting via bug refs #818

14 years agosocket-client: properly handle asyncns failures
Jez Austin [Mon, 22 Mar 2010 15:09:34 +0000 (16:09 +0100)]
socket-client: properly handle asyncns failures

We fail to detect when people disable IPv6 in there kernels. This patch
makes sure we don't ignore this error condition.

http://pulseaudio.org/ticket/752
https://bugzilla.mozilla.org/show_bug.cgi?id=533470
http://bugs.freedesktop.org/show_bug.cgi?id=25742

14 years agointended-roles: Do not pick monitor sources when doing automatic role-based device...
Colin Guthrie [Wed, 17 Mar 2010 15:30:32 +0000 (15:30 +0000)]
intended-roles: Do not pick monitor sources when doing automatic role-based device selection

14 years agoalsa: Handle 'Digital Mic' as an 'Input Source'
Daniel T Chen [Wed, 10 Mar 2010 23:14:11 +0000 (18:14 -0500)]
alsa: Handle 'Digital Mic' as an 'Input Source'

BugLink: https://launchpad.net/bugs/533877
Some laptops have 'Digital Mic' exposed as an 'Input Source', e.g., Dell
XPS 1330, so handle these, too.

14 years agocore-util: ensure that we chmod only the dir we ourselves created
Kees Cook [Wed, 3 Mar 2010 05:33:34 +0000 (21:33 -0800)]
core-util: ensure that we chmod only the dir we ourselves created

14 years agotests: fix once test
Lennart Poettering [Fri, 7 May 2010 23:50:05 +0000 (01:50 +0200)]
tests: fix once test

14 years agoadd rewind-safeguard parameter
Pierre-Louis Bossart [Thu, 29 Apr 2010 15:48:11 +0000 (10:48 -0500)]
add rewind-safeguard parameter

Rewinding the ring buffer completely causes audible issues with DMAs.
Previous solution didn't work with tsched=0, and used tsched_watermark
for guardband, which isn't linked to hardware and could become really high
if underflows occurred.

Added separate parameter that can be tuned to hardware limitations and size
of DMA bursts.

14 years agojack: Prevent crash on jack server shutdown
David Henningsson [Mon, 3 May 2010 09:41:47 +0000 (11:41 +0200)]
jack: Prevent crash on jack server shutdown

14 years agothread: name all threads so that the names appear in /proc/$PID/task/$TID/comm
Lennart Poettering [Mon, 3 May 2010 11:28:15 +0000 (13:28 +0200)]
thread: name all threads so that the names appear in /proc/$PID/task/$TID/comm

14 years agobuild-sys: Mention dbus support in the summary
Colin Guthrie [Thu, 25 Feb 2010 14:00:08 +0000 (14:00 +0000)]
build-sys: Mention dbus support in the summary

14 years agovirtual: when fixed block sizes are used the memblockq must have a silence block
Lennart Poettering [Thu, 25 Feb 2010 01:41:09 +0000 (02:41 +0100)]
virtual: when fixed block sizes are used the memblockq must have a silence block

14 years agovirtual: document how to implement fixed block size filters
Lennart Poettering [Thu, 25 Feb 2010 01:26:03 +0000 (02:26 +0100)]
virtual: document how to implement fixed block size filters

14 years agomemblockq: implement new call pa_memblockq_peek_fixed_size()
Lennart Poettering [Thu, 25 Feb 2010 01:10:45 +0000 (02:10 +0100)]
memblockq: implement new call pa_memblockq_peek_fixed_size()

14 years agovirtual: minor simplifications for the virtual sink
Lennart Poettering [Wed, 24 Feb 2010 23:39:56 +0000 (00:39 +0100)]
virtual: minor simplifications for the virtual sink

14 years agoequalizer: various smaller cleanups for m-e-s
Lennart Poettering [Wed, 24 Feb 2010 23:39:06 +0000 (00:39 +0100)]
equalizer: various smaller cleanups for m-e-s

14 years agocore: rework how stream volumes affect sink volumes
Lennart Poettering [Tue, 23 Feb 2010 17:41:18 +0000 (18:41 +0100)]
core: rework how stream volumes affect sink volumes

14 years agoalsa: don't make use of tsched related variables when tsched is disabled
Lennart Poettering [Tue, 23 Feb 2010 02:23:22 +0000 (03:23 +0100)]
alsa: don't make use of tsched related variables when tsched is disabled

14 years agoesd,simple: use pa_memblockq_pop_missing()
Lennart Poettering [Mon, 22 Feb 2010 23:48:35 +0000 (00:48 +0100)]
esd,simple: use pa_memblockq_pop_missing()

We need to use pa_memblockq_pop_missing() for all request handling,
including the initial request, because otherwise the counters will be
stay off during the entire runtime.

This should fix:

https://bugzilla.redhat.com/show_bug.cgi?id=559467

14 years agovarious modernizations
Lennart Poettering [Tue, 23 Feb 2010 00:23:41 +0000 (01:23 +0100)]
various modernizations

14 years agoiochannel: remove fd from poll() when we don't care from events
Lennart Poettering [Tue, 23 Feb 2010 00:20:20 +0000 (01:20 +0100)]
iochannel: remove fd from poll() when we don't care from events

This should make it unlikely that we loop on SIGHUP indefinitely.

Also, this makes it possible for callbacks not to process all events and
still not busy loop.

14 years agonative: improve logging for buffer_attrs
Lennart Poettering [Mon, 22 Feb 2010 02:40:29 +0000 (03:40 +0100)]
native: improve logging for buffer_attrs

14 years agosuspend-on-idle: resume audio device even for initially corked streams
Lennart Poettering [Mon, 22 Feb 2010 02:22:28 +0000 (03:22 +0100)]
suspend-on-idle: resume audio device even for initially corked streams

We need to resume audio devices even for streams that are created in
corked stat, so that the latency ranges of the audio device are known
during the initial latency negotiation. If we don't the latency
negotiation will be based on placeholder data and changed later on which
clients do not expect.

This should fix issues with Skype.

https://bugzilla.redhat.com/show_bug.cgi?id=554929

14 years agoalsa: reset max_rewind/max_request while suspending
Lennart Poettering [Mon, 22 Feb 2010 03:54:24 +0000 (04:54 +0100)]
alsa: reset max_rewind/max_request while suspending

14 years agoalsa-util: strip spaces from ALSA card/pcm names
Lennart Poettering [Sun, 21 Feb 2010 21:00:49 +0000 (22:00 +0100)]
alsa-util: strip spaces from ALSA card/pcm names

http://pulseaudio.org/ticket/778

14 years agoconf-parser: make use of pa_strip() wherever applicable
Lennart Poettering [Sun, 21 Feb 2010 21:00:16 +0000 (22:00 +0100)]
conf-parser: make use of pa_strip() wherever applicable

14 years agocore-util: introduce generic function pa_strip()
Lennart Poettering [Sun, 21 Feb 2010 20:59:53 +0000 (21:59 +0100)]
core-util: introduce generic function pa_strip()

14 years agohttp: support HTTP HEAD
Matthijs Kooijman [Sun, 21 Feb 2010 20:46:06 +0000 (21:46 +0100)]
http: support HTTP HEAD

http://pulseaudio.org/ticket/781

14 years agoi18n: run make update-po
Lennart Poettering [Sun, 21 Feb 2010 20:16:33 +0000 (21:16 +0100)]
i18n: run make update-po

14 years agoi18n: update LINGUAS
Lennart Poettering [Sun, 21 Feb 2010 20:15:10 +0000 (21:15 +0100)]
i18n: update LINGUAS

14 years agol10n: Updates to Chinese (Taiwan) (zh_TW) translation
Cheng-Chia Tseng [Sat, 20 Feb 2010 09:58:28 +0000 (09:58 +0000)]
l10n: Updates to Chinese (Taiwan) (zh_TW) translation

Transmitted-via: Transifex (www.transifex.net)

14 years agol10n: Updates to Chinese (Taiwan) (zh_TW) translation
Cheng-Chia Tseng [Sat, 20 Feb 2010 04:57:35 +0000 (04:57 +0000)]
l10n: Updates to Chinese (Taiwan) (zh_TW) translation

Transmitted-via: Transifex (www.transifex.net)

14 years agol10n: Updates to Chinese (Taiwan) (zh_TW) translation
Cheng-Chia Tseng [Fri, 19 Feb 2010 12:10:30 +0000 (12:10 +0000)]
l10n: Updates to Chinese (Taiwan) (zh_TW) translation

Transmitted-via: Transifex (www.transifex.net)

14 years agol10n: Updates to Chinese (Taiwan) (zh_TW) translation
Cheng-Chia Tseng [Fri, 19 Feb 2010 11:43:57 +0000 (11:43 +0000)]
l10n: Updates to Chinese (Taiwan) (zh_TW) translation

Transmitted-via: Transifex (www.transifex.net)

14 years agol10n: Updates to Chinese (Taiwan) (zh_TW) translation
zerng07 [Fri, 5 Feb 2010 13:34:24 +0000 (13:34 +0000)]
l10n: Updates to Chinese (Taiwan) (zh_TW) translation

Transmitted-via: Transifex (www.transifex.net)

14 years agol10n: Updates to Russian (ru) translation
Leonid Kurbatov [Sun, 31 Jan 2010 12:49:55 +0000 (12:49 +0000)]
l10n: Updates to Russian (ru) translation

Transmitted-via: Transifex (www.transifex.net)

14 years agol10n: Updates to Russian (ru) translation
Leonid Kurbatov [Sun, 24 Jan 2010 21:20:17 +0000 (21:20 +0000)]
l10n: Updates to Russian (ru) translation

Transmitted-via: Transifex (www.transifex.net)

14 years agol10n: Updates to Russian (ru) translation
Leonid Kurbatov [Sun, 24 Jan 2010 21:09:52 +0000 (21:09 +0000)]
l10n: Updates to Russian (ru) translation

Transmitted-via: Transifex (www.transifex.net)

14 years agol10n: Updates to Russian (ru) translation
Leonid Kurbatov [Sun, 24 Jan 2010 20:48:27 +0000 (20:48 +0000)]
l10n: Updates to Russian (ru) translation

Transmitted-via: Transifex (www.transifex.net)

14 years agol10n: Updates to Russian (ru) translation
Leonid Kurbatov [Sun, 24 Jan 2010 20:33:56 +0000 (20:33 +0000)]
l10n: Updates to Russian (ru) translation

Transmitted-via: Transifex (www.transifex.net)

14 years agol10n: Updates to Russian (ru) translation
Leonid Kurbatov [Sun, 24 Jan 2010 16:13:23 +0000 (16:13 +0000)]
l10n: Updates to Russian (ru) translation

Transmitted-via: Transifex (www.transifex.net)

14 years agol10n: Updates to Russian (ru) translation
Leonid Kurbatov [Sun, 24 Jan 2010 15:35:08 +0000 (15:35 +0000)]
l10n: Updates to Russian (ru) translation

Transmitted-via: Transifex (www.transifex.net)

14 years agol10n: Updates to Russian (ru) translation
Leonid Kurbatov [Sun, 24 Jan 2010 14:37:32 +0000 (14:37 +0000)]
l10n: Updates to Russian (ru) translation

Transmitted-via: Transifex (www.transifex.net)

14 years agol10n: Updates to Russian (ru) translation
Leonid Kurbatov [Sun, 24 Jan 2010 12:58:29 +0000 (12:58 +0000)]
l10n: Updates to Russian (ru) translation

Transmitted-via: Transifex (www.transifex.net)

14 years agol10n: Updates to Russian (ru) translation
Leonid Kurbatov [Sun, 24 Jan 2010 12:56:40 +0000 (12:56 +0000)]
l10n: Updates to Russian (ru) translation

Transmitted-via: Transifex (www.transifex.net)

14 years agol10n: Updates to Russian (ru) translation
Leonid Kurbatov [Sun, 24 Jan 2010 12:55:22 +0000 (12:55 +0000)]
l10n: Updates to Russian (ru) translation

Transmitted-via: Transifex (www.transifex.net)

14 years agol10n: Updates to Russian (ru) translation
Leonid Kurbatov [Sun, 24 Jan 2010 12:52:13 +0000 (12:52 +0000)]
l10n: Updates to Russian (ru) translation

Transmitted-via: Transifex (www.transifex.net)

14 years agol10n: Updates to Russian (ru) translation
Leonid Kurbatov [Sun, 24 Jan 2010 12:46:55 +0000 (12:46 +0000)]
l10n: Updates to Russian (ru) translation

Transmitted-via: Transifex (www.transifex.net)

14 years agol10n: Updates to French (fr) translation
Pascal Terjan [Sun, 17 Jan 2010 09:46:16 +0000 (09:46 +0000)]
l10n: Updates to French (fr) translation

Transmitted-via: Transifex (www.transifex.net)

14 years agol10n: Updates to French (fr) translation
Pascal Terjan [Sun, 17 Jan 2010 09:43:36 +0000 (09:43 +0000)]
l10n: Updates to French (fr) translation

Transmitted-via: Transifex (www.transifex.net)

14 years agol10n: Updates to Greek (el) translation
Dimitris Glezos [Fri, 15 Jan 2010 15:47:10 +0000 (15:47 +0000)]
l10n: Updates to Greek (el) translation

Transmitted-via: Transifex (www.transifex.net)

14 years agoSending translation for po/he.po
elad [Wed, 30 Dec 2009 16:21:51 +0000 (16:21 +0000)]
Sending translation for po/he.po

14 years agoSending translation for Finnish
vpv [Wed, 23 Dec 2009 21:47:14 +0000 (21:47 +0000)]
Sending translation for Finnish

14 years agoSending translation for French
mrtom [Tue, 15 Dec 2009 07:58:41 +0000 (07:58 +0000)]
Sending translation for French

14 years agoSending translation for Assamese
amitakhya [Fri, 11 Dec 2009 11:56:19 +0000 (11:56 +0000)]
Sending translation for Assamese

14 years agoSending translation for Russian
ypoyarko [Fri, 11 Dec 2009 00:44:53 +0000 (00:44 +0000)]
Sending translation for Russian

14 years agoSending translation for Kannada
shanky [Thu, 10 Dec 2009 12:10:17 +0000 (12:10 +0000)]
Sending translation for Kannada

14 years agoSending translation for po/zh_TW.po
snowlet [Thu, 10 Dec 2009 04:19:07 +0000 (04:19 +0000)]
Sending translation for po/zh_TW.po

14 years agoSending translation for Japanese
khasida [Thu, 10 Dec 2009 02:52:26 +0000 (02:52 +0000)]
Sending translation for Japanese

14 years agoSending translation for Marathi
sandeeps [Wed, 9 Dec 2009 13:32:05 +0000 (13:32 +0000)]
Sending translation for Marathi

14 years agoSending translation for Japanese
khasida [Wed, 9 Dec 2009 09:23:46 +0000 (09:23 +0000)]
Sending translation for Japanese

14 years agoSending translation for Malayalam
anipeter [Wed, 9 Dec 2009 07:17:01 +0000 (07:17 +0000)]
Sending translation for Malayalam

14 years agoSending translation for Chinese (Simplified)
leahliu [Wed, 9 Dec 2009 02:56:48 +0000 (02:56 +0000)]
Sending translation for Chinese (Simplified)

14 years agoSending translation for Punjabi
jassy [Tue, 8 Dec 2009 09:42:42 +0000 (09:42 +0000)]
Sending translation for Punjabi

14 years agoSending translation for Bengali (India)
runab [Tue, 8 Dec 2009 08:59:33 +0000 (08:59 +0000)]
Sending translation for Bengali (India)

14 years agoSending translation for Japanese
khasida [Tue, 8 Dec 2009 08:58:17 +0000 (08:58 +0000)]
Sending translation for Japanese

14 years agoSending translation for German
hedda [Tue, 8 Dec 2009 05:17:36 +0000 (05:17 +0000)]
Sending translation for German

14 years agoSending translation for Gujarati
swkothar [Mon, 7 Dec 2009 11:54:08 +0000 (11:54 +0000)]
Sending translation for Gujarati

14 years agoSending translation for Oriya
mgiri [Sat, 14 Nov 2009 10:11:13 +0000 (10:11 +0000)]
Sending translation for Oriya

14 years agoSending translation for Tamil
ifelix [Fri, 13 Nov 2009 11:27:52 +0000 (11:27 +0000)]
Sending translation for Tamil

14 years agoSending translation for Hindi
rajesh [Fri, 13 Nov 2009 10:19:18 +0000 (10:19 +0000)]
Sending translation for Hindi

14 years agoSending translation for Telugu
kkrothap [Thu, 12 Nov 2009 12:24:19 +0000 (12:24 +0000)]
Sending translation for Telugu

14 years agoSending translation for Finnish
vpv [Mon, 9 Nov 2009 13:17:22 +0000 (13:17 +0000)]
Sending translation for Finnish

14 years agoSending translation for Finnish
vpv [Mon, 9 Nov 2009 13:05:56 +0000 (13:05 +0000)]
Sending translation for Finnish

14 years agoSending translation for Finnish
vpv [Mon, 9 Nov 2009 13:04:10 +0000 (13:04 +0000)]
Sending translation for Finnish

14 years agoSending translation for Serbian (Latin)
kmilos [Fri, 30 Oct 2009 23:18:50 +0000 (23:18 +0000)]
Sending translation for Serbian (Latin)

14 years agoSending translation for Serbian
kmilos [Fri, 30 Oct 2009 23:18:18 +0000 (23:18 +0000)]
Sending translation for Serbian

14 years agoSending translation for Greek
thalia [Mon, 26 Oct 2009 15:19:34 +0000 (15:19 +0000)]
Sending translation for Greek

14 years agoSending translation for Brazilian Portuguese
igor [Fri, 23 Oct 2009 16:45:43 +0000 (16:45 +0000)]
Sending translation for Brazilian Portuguese

14 years agoSending translation for Brazilian Portuguese
igor [Thu, 22 Oct 2009 20:19:26 +0000 (20:19 +0000)]
Sending translation for Brazilian Portuguese

14 years agoSending translation for Hungarian
kami911 [Thu, 22 Oct 2009 10:23:52 +0000 (10:23 +0000)]
Sending translation for Hungarian

14 years agoSending translation for Hungarian
kami911 [Thu, 22 Oct 2009 06:26:23 +0000 (06:26 +0000)]
Sending translation for Hungarian

14 years agoSending translation for Italian
perplex [Sun, 18 Oct 2009 12:20:39 +0000 (12:20 +0000)]
Sending translation for Italian

14 years agoSending translation for Czech
pmkovar [Sat, 17 Oct 2009 15:16:40 +0000 (15:16 +0000)]
Sending translation for Czech

14 years agoSending translation for Hungarian
kami911 [Sat, 17 Oct 2009 10:53:38 +0000 (10:53 +0000)]
Sending translation for Hungarian

14 years agoSending translation for Hungarian
kami911 [Sat, 17 Oct 2009 09:48:40 +0000 (09:48 +0000)]
Sending translation for Hungarian

14 years agoSending translation for Hungarian
kami911 [Sat, 17 Oct 2009 09:13:06 +0000 (09:13 +0000)]
Sending translation for Hungarian

14 years agoSending translation for Hungarian
kami911 [Thu, 15 Oct 2009 13:12:37 +0000 (13:12 +0000)]
Sending translation for Hungarian

14 years agoSending translation for Dutch
reinouts [Wed, 14 Oct 2009 09:31:10 +0000 (09:31 +0000)]
Sending translation for Dutch

14 years agoSending translation for Hungarian
kami911 [Fri, 9 Oct 2009 06:17:41 +0000 (06:17 +0000)]
Sending translation for Hungarian

14 years agoSending translation for Ukrainian
mvdz [Tue, 6 Oct 2009 10:22:55 +0000 (10:22 +0000)]
Sending translation for Ukrainian

14 years agoSending translation for Spanish
fgonz [Sun, 4 Oct 2009 19:24:35 +0000 (19:24 +0000)]
Sending translation for Spanish

14 years agoSending translation for Dutch
warrink [Fri, 2 Oct 2009 22:50:26 +0000 (22:50 +0000)]
Sending translation for Dutch

14 years agoSending translation for po/hu.po
kami911 [Thu, 1 Oct 2009 08:46:05 +0000 (08:46 +0000)]
Sending translation for po/hu.po

14 years agoSending translation for Czech
pmkovar [Wed, 30 Sep 2009 18:43:00 +0000 (18:43 +0000)]
Sending translation for Czech

14 years agoSending translation for Polish
raven [Wed, 30 Sep 2009 15:05:36 +0000 (15:05 +0000)]
Sending translation for Polish

14 years agoSending translation for Dutch
warrink [Wed, 30 Sep 2009 14:48:45 +0000 (14:48 +0000)]
Sending translation for Dutch

14 years agopacat: pass buffer_attr to recording streams too
Lennart Poettering [Sun, 21 Feb 2010 20:09:26 +0000 (21:09 +0100)]
pacat: pass buffer_attr to recording streams too

Pointed out by Colin Guthrie.

https://tango.0pointer.de/pipermail/pulseaudio-discuss/2010-February/006698.html

14 years agobluetooth: add HFP Gateway support
João Paulo Rechi Vita [Fri, 29 Jan 2010 13:01:31 +0000 (11:01 -0200)]
bluetooth: add HFP Gateway support

Create the 'Handsfree Gateway' profile for bluetooth cards and add
filters for 'org.bluez.HandsfreeGateway' to the discover module so
module-bluetooth-device is loaded with the correct profile when a
Handsfree Gateway connects to bluetoothd (in this case bluetoothd
is acting as the headset).