lp:~canonical-hwe-team/hwe-next/+git/pulseaudio

Get this repository:
git clone https://git.launchpad.net/~canonical-hwe-team/hwe-next/+git/pulseaudio

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://gitlab.freedesktop.org/pulseaudio/pulseaudio.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 30 seconds — see the log

Branches

Name Last Modified Last Commit
master 2024-04-05 13:31:47 UTC
cli-command: Fix wrong condition check of pa_module_load

Author: kwangshik.kim
Author Date: 2024-03-07 09:24:05 UTC

cli-command: Fix wrong condition check of pa_module_load

pa_module_load API's return value is integer which is
enum pa_error_code_t with minus such as -PA_ERR_IO
if the module loading is failed.
pa_cli_command_load gets a return value of pa_module_load
as pa_error_code_t which is wrong.
Minus integer value could not covert to enum which is defined
equal or larger than 0 so that pa_cli_command_load would
recognize the return value as larger than 0 if pa_module_load
return value (integer) is minus.

To fix this issue, I modified return value check logic
of pa_module_load API.
As same as pa_module_load's return type, integer would be used
to check if module load is failed in pa_cli_command_load
and the return value would be compared with minus.

Fixes: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/issues/3801
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/814>

stable-16.x 2022-06-21 10:54:48 UTC
Update NEWS for 16.1

Author: Tanu Kaskinen
Author Date: 2022-06-21 10:37:19 UTC

Update NEWS for 16.1

Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/727>

stable-14.x 2021-01-16 17:31:30 UTC
Update NEWS

Author: Tanu Kaskinen
Author Date: 2021-01-16 17:31:30 UTC

Update NEWS

stable-12.x 2018-07-16 14:44:26 UTC
update NEWS

Author: Tanu Kaskinen
Author Date: 2018-07-16 14:44:26 UTC

update NEWS

stable-11.x 2017-09-18 14:40:00 UTC
update NEWS

Author: Tanu Kaskinen
Author Date: 2017-09-18 14:40:00 UTC

update NEWS

stable-7.x 2015-10-30 12:47:22 UTC
doc: Update NEWS for 7.1 release

Author: Arun Raghavan
Author Date: 2015-10-30 12:42:03 UTC

doc: Update NEWS for 7.1 release

routing 2013-12-05 17:03:13 UTC
card: Move pa_card_add_profile() implementation to a more logical place

Author: Tanu Kaskinen
Author Date: 2013-12-05 16:56:39 UTC

card: Move pa_card_add_profile() implementation to a more logical place

The old place was in the middle of pa_card_new_data functions, which
made no sense.

stable-3.x 2013-02-18 17:35:28 UTC
reserve: Fix leaking NameLost signals after release+acquire

Author: Mikel Astiz
Author Date: 2013-01-30 08:30:31 UTC

reserve: Fix leaking NameLost signals after release+acquire

The use of the pseudo-blocking D-Bus calls leads to the problem that
NameLost signals are received after the reply to ReleaseName().

The problem with this is that a later acquisition of the same audio
device can potentially receive the NameLost signal corresponding to
the previous instance, due to the fact that the signal hasn't been
popped from the D-Bus message queue.

The simplest approach to solve this problem is to poll the actual name
owner from the D-Bus daemon, in order to make sure that we did really
lose the name.

The proposal uses a blocking call to GetNameOwner to avoid incosistent
states in the internal APIs: it would otherwise be possible to have a
"busy" device before the reservation has been lost, in the unlikely
case if some other process acquires the name before we got the
confirmation that the NameLost was actually true.

stable-2.x 2012-12-18 04:25:49 UTC
sink: Process rewind requests also when suspended.

Author: Tanu Kaskinen
Author Date: 2012-08-30 13:50:13 UTC

sink: Process rewind requests also when suspended.

When a rewind is requested on a sink input, the request parameters are
stored in the pa_sink_input struct. The parameters are reset during
rewind processing, and if the sink decides to ignore the rewind
request due to being suspended, stale parameters are left in
pa_sink_input. It's particularly problematic if the rewrite_bytes
parameter is left at -1, because that will prevent all future rewind
processing on that sink input. So, in order to avoid stale parameters,
every rewind request needs to be processed, even if the sink is
suspended.

Reported-by: Uoti Urpala

stable-1.x 2011-10-20 13:12:05 UTC
build-sys: bump soname

Author: Colin Guthrie
Author Date: 2011-10-20 11:25:48 UTC

build-sys: bump soname

stable-queue 2011-06-23 20:56:05 UTC
build-sys: bump soname

Author: Colin Guthrie
Author Date: 2011-06-23 20:22:19 UTC

build-sys: bump soname

master-tx 2010-11-26 13:48:09 UTC
l10n: Updated French (fr) translation to 99%

Author: Emeric Grange
Author Date: 2010-11-26 13:48:09 UTC

l10n: Updated French (fr) translation to 99%

New status: 449 messages complete with 4 fuzzies and 0 untranslated.

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

0.9.20-stable 2009-11-18 20:41:38 UTC
rygel: fix itemCount property for sources

Author: Lennart Poettering
Author Date: 2009-11-18 20:41:38 UTC

rygel: fix itemCount property for sources

Fixes http://pulseaudio.org/ticket/721

0.9.19-stable 2009-11-11 04:27:19 UTC
core: make cpuid code compile cleanly with 32bit PIC

Author: Lennart Poettering
Author Date: 2009-11-11 03:50:32 UTC

core: make cpuid code compile cleanly with 32bit PIC

0.9.18-stable 2009-09-25 17:26:35 UTC
svolume: tweak constraints for 32 bits

Author: Wim Taymans
Author Date: 2009-09-23 15:16:04 UTC

svolume: tweak constraints for 32 bits

Tweak the constraints a little so that register starved 32bit systems
can select a stack variable for the channel paramter instead of reusing one of
the registers we're using in the code.

0.9.17-stable 2009-09-18 08:22:38 UTC
alsa: Give all ports a human name to allow UI tools to present the choice to ...

Author: Colin Guthrie
Author Date: 2009-09-18 08:22:23 UTC

alsa: Give all ports a human name to allow UI tools to present the choice to users.

0.9.15-stable 2009-09-01 22:55:46 UTC
native: make sure clients cannot trigger an assert by sending us invalid volu...

Author: Lennart Poettering
Author Date: 2009-08-29 04:11:02 UTC

native: make sure clients cannot trigger an assert by sending us invalid volume info

merge-queue 2009-08-05 18:10:47 UTC
Add volume ramping feature - sink modification

Author: huan.zheng@intel.com
Author Date: 2009-07-16 02:41:58 UTC

Add volume ramping feature - sink modification

rtpoll 2009-07-20 15:34:17 UTC
merged

Author: Lennart Poettering
Author Date: 2009-07-20 15:34:17 UTC

merged

119 of 19 results
This repository contains Public information 
Everyone can see this information.