[pulseaudio-commits] Changes to 'next'

2018-02-12 Thread Tanu Kaskinen
New branch 'next' available with the following commits:
___
pulseaudio-commits mailing list
pulseaudio-commits@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits


[pulseaudio-commits] Changes to 'next'

2017-04-21 Thread Tanu Kaskinen
New branch 'next' available with the following commits:
___
pulseaudio-commits mailing list
pulseaudio-commits@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits


[pulseaudio-commits] Changes to 'next'

2016-10-26 Thread Tanu Kaskinen
New branch 'next' available with the following commits:
commit bcb44fc7080067ca58dbafca6a70ad4f9e16cae1
Author: Hajime Fujita 
Date:   Sun Jan 31 22:16:05 2016 -0600

rtp: Introduce pa_rtsp_exec_ready()

In the current RTSP implementation, there is a vulnerable window
between the RTSP object creation and the URL initialization.
If any RTSP command is issued during this period, it will lead to
crash by assertion violation.

This patch introduces pa_rtsp_exec_ready(), which returns if it is
safe to issue RTSP commands.

Reviewed-by: Anton Lundin 

commit 6b6d2747bc21f3a781dcc81dc4c8eb96596964e2
Author: Martin Blanchard 
Date:   Sun Jan 31 22:16:04 2016 -0600

rtp: Random seq number at the beginning of the session

Reviewed-by: Anton Lundin 

commit 0108dbd08ccaf735c78dd33ac008abc32a4dee0c
Author: Colin Leroy 
Date:   Sun Jan 31 22:16:03 2016 -0600

rtp: New pa_rtsp_options function

Add a function performing a call to the OPTIONS request; also,
in some special cases, tuning transport parameters is required (default:
"RTP/AVP/TCP;unicast;interleaved=0-1;mode=record") ! The RAOP client for
example needs to overwrite them.

Reviewed-by: Anton Lundin 

commit 45a59611abe5acad5e3438e2effed35589965031
Author: Martin Blanchard 
Date:   Sun Jan 31 22:16:01 2016 -0600

raop: Add pulsecore/core-utils a pa_str_in_list function

Reviewed-by: Anton Lundin 

commit 2def3630efe1de9042e945313d36b01beb5f01e8
Author: Martin Blanchard 
Date:   Sun Jan 31 22:16:00 2016 -0600

raop: Cosmetic fixes / Match coding style

Reviewed-by: Anton Lundin 

commit f9ab868ab8ea247e4bb359459c982e4656927bde
Author: Hajime Fujita 
Date:   Sun Jan 31 22:15:59 2016 -0600

rtp: Freeing ioline when disconnecting

pa_ioline_close does not free the ioline structure itself, so we
have to unref the structure if we want to free it.

Reviewed-by: Anton Lundin 

commit f48082e30843b5c7a840ce1a99cd536d1096a4bd
Author: Hajime Fujita 
Date:   Sun Jan 31 22:15:58 2016 -0600

Support IPv6 address in pa_socket_client_new_string()

pa_socket_client_new_string() did not work as expected when an IPv6
address string like "2001:db8::1" is passed as the "name" parameter.
This is because the name parameter is then passed to pa_parse_address(),
which thinks the last colon as a separator between hostname (or address)
and a port number. To prevent pa_parse_address() from doing this, an IPv6
address must be bracketed with "[]" (e.g. "[2001:db8::1]"). [1]

This patch fixes pa_socket_client_new_string() so that it internally
adds brackets to an IPv6 address. This decision is based on a
discussion at [2].

[1]: 
http://lists.freedesktop.org/archives/pulseaudio-discuss/2014-October/022010.html
[2]: 
http://lists.freedesktop.org/archives/pulseaudio-discuss/2014-November/022401.html

Reviewed-by: Anton Lundin 

___
pulseaudio-commits mailing list
pulseaudio-commits@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits


[pulseaudio-commits] Changes to 'next'

2016-04-29 Thread Arun Raghavan
New branch 'next' available with the following commits:
commit 758308161cbf03624b9464823740586bd80fc3ac
Author: Arun Raghavan 
Date:   Mon Apr 25 18:12:39 2016 +0530

client, protocol-native: Use macros for protocol version/flag access

This makes it easier to read and cleaner in general.

___
pulseaudio-commits mailing list
pulseaudio-commits@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits


[pulseaudio-commits] Changes to 'next'

2015-12-30 Thread Arun Raghavan
New branch 'next' available with the following commits:
commit 8ec7306eb6bb421044c556fa31363bd57e9f37ca
Author: Arun Raghavan 
Date:   Thu Dec 31 09:28:28 2015 +0530

pulse: Bump PA_RATE_MAX to 384 kHz

This will likely be needed in the future when we start supporting high
bitrate passthrough, and there actually seem to be people 352/384 kHz
out there (potentially as an intermediate production step).

commit 1c6fb6da29091d045a0695a86a456698e0b0b0fb
Author: Arun Raghavan 
Date:   Thu Dec 31 09:27:56 2015 +0530

format: Make pa_format_info_valid() stricter for PCM

We should do stricter validation when we can.

___
pulseaudio-commits mailing list
pulseaudio-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits


[pulseaudio-commits] Changes to 'next'

2015-08-06 Thread Tanu Kaskinen
New branch 'next' available with the following commits:
commit 936d5be650cc213a42ecbecf22959db4d2bcbe1a
Author: Nazar Mokrynskyi 
Date:   Wed Jun 3 17:32:09 2015 +0200

alsa-mixer: Add support for Creative SoundBlaster Omni Surround 5.1 USB 
sound card

Mic and Line in inputs were not working at all, since they use the
hw:x,1,0 device, which is not supported in the default configuration.

___
pulseaudio-commits mailing list
pulseaudio-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits


[pulseaudio-commits] Changes to 'next'

2014-12-30 Thread Tanu Kaskinen
New branch 'next' available with the following commits:
commit 6acf524148ade98884dcdec572b58951c9878c5c
Author: Tanu Kaskinen 
Date:   Mon Nov 3 11:47:58 2014 +0200

socket-server: pa_socket_server_new() can't fail, so don't check its return 
value

An assertion was already used in pa_socket_server_new_unix(), this
makes the TCP variants consistent with that.

Even if pa_socket_server_new() could fail, the error handling wasn't
good, because there was no "goto fail", meaning that the fd would have
been leaked.

___
pulseaudio-commits mailing list
pulseaudio-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits


[pulseaudio-commits] Changes to 'next'

2014-01-23 Thread Tanu Kaskinen
New branch 'next' available with the following commits:
___
pulseaudio-commits mailing list
pulseaudio-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits


[pulseaudio-commits] Changes to 'next'

2013-03-28 Thread Tanu Kaskinen
New branch 'next' available with the following commits:
commit a6c27a1fe523f35edc618a1b0bcfc52f594ea3c2
Author: poljar (Damir Jelić) 
Date:   Thu Mar 28 12:05:11 2013 +0100

device-port: Introduce pa_device_port_new_data

Port creation is now slightly different. It is now similar to how
other objects are created (e.g. sinks/sources/cards).

This should become more useful in the future when we move more stuff to
the ports.

Functionally nothing has changed.

commit 7de9b7e01bdeebf437a5976d8b0d4a31dabd3194
Author: Tanu Kaskinen 
Date:   Thu Mar 28 10:49:27 2013 +0200

.gitignore: Update m4/ ignore list

commit 43c4fde642a7ff121c23571c67e11626ebba3082
Author: Javier Jardón 
Date:   Wed Mar 27 14:00:36 2013 +

build-sys: Use upstream gettext instead glib one

commit 5a11df596f98de0f3b14924a705128c6ac5165f9
Author: João Paulo Rechi Vita 
Date:   Wed Mar 27 10:45:33 2013 -0300

bluetooth: Improve code and log readability

This commit makes the code cleaner, avoiding unnecessary line breaks. It
also changes the debug message elements order, to make it look more
natural ("path, interface, member" instead of "interface, path,
member").

commit 2f32583027afea09fbd5c2e571309bf3f543a3c1
Author: João Paulo Rechi Vita 
Date:   Wed Mar 27 10:45:32 2013 -0300

bluetooth: Remove unnecessary braces

commit 4c388237dac954ce3e6fff3af04c3225990ab7f5
Author: Tanu Kaskinen 
Date:   Fri Jun 29 18:04:59 2012 +0300

device-port: Make it impossible to have dual-direction ports

commit 06cf3a6885af0db0e536257361bf3335a495cf64
Author: Tanu Kaskinen 
Date:   Fri Jun 29 18:04:58 2012 +0300

alsa-mixer: Remove the "name" option from the "General" section of path 
configuration files

This means that the path names will always correspond to the
path configuration file names, so they will automatically be
unique (in the scope of one card).

commit 33adc76ccbf3dfe31c4a7053c46e772ebdea895b
Author: Tanu Kaskinen 
Date:   Fri Jun 29 18:04:57 2012 +0300

alsa-mixer: Introduce "description-key" option for paths

Previously the path description was looked up based on the
path name only. Since there can be multiple paths that use
the same description, it had to be possible to have multiple
paths with the same name.

Having the same name with multiple paths makes identifying
the paths more complex than necessary, so the plan is to
make it impossible to have paths with the same name. This
patch prepares for that by retaining the possibility to
still have the same description with multiple paths. Instead
of the path name, the path description is looked up by using
the "path description key" if it is set (path name is still
used as a fallback lookup key).

commit 78aa107c3dcfc19bd015b16016f18e6db0bde45a
Author: Tanu Kaskinen 
Date:   Wed Mar 27 16:06:04 2013 +0200

switch-on-port-available: Fix error reporting style

commit cef2bae2c52b6843b92232207947939c393a07d6
Author: Tanu Kaskinen 
Date:   Wed Mar 27 16:05:26 2013 +0200

switch-on-port-available: Remove a redundant function argument

commit a453384e9142dc91ae629f3fbf5bed90fb920f9c
Author: Tanu Kaskinen 
Date:   Fri Jun 29 18:04:56 2012 +0300

switch-on-port-available: Prepare for dual-direction ports going away

As an extra, I broke try_to_switch_profile() into smaller
functions, because the two levels of loops with continue
statements inside both were a bit hard to follow.

___
pulseaudio-commits mailing list
pulseaudio-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits