]> code.delx.au - pulseaudio/log
pulseaudio
18 years agoupdate TODO
Lennart Poettering [Mon, 10 Apr 2006 17:17:36 +0000 (17:17 +0000)]
update TODO

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@670 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agounbreak last commit from ossman
Lennart Poettering [Mon, 10 Apr 2006 16:40:29 +0000 (16:40 +0000)]
unbreak last commit from ossman

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@669 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoUse the modern Ki/Mi/Gi prefixes to clarify that 1024 is the base.
Pierre Ossman [Sun, 9 Apr 2006 19:32:16 +0000 (19:32 +0000)]
Use the modern Ki/Mi/Gi prefixes to clarify that 1024 is the base.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@668 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoBig documentation update. Describe the client API in a more tutorial like
Pierre Ossman [Sun, 9 Apr 2006 19:31:09 +0000 (19:31 +0000)]
Big documentation update. Describe the client API in a more tutorial like
manner.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@667 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoclip volume at PA_VOLUME_NORM for alsa devices
Lennart Poettering [Sat, 8 Apr 2006 00:19:52 +0000 (00:19 +0000)]
clip volume at PA_VOLUME_NORM for alsa devices

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@666 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoadd proper volume clipping support for OSS devices
Lennart Poettering [Sat, 8 Apr 2006 00:19:29 +0000 (00:19 +0000)]
add proper volume clipping support for OSS devices

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@665 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agowhen doing software volume adjustments, don't use the volume value as linear factor...
Lennart Poettering [Sat, 8 Apr 2006 00:09:28 +0000 (00:09 +0000)]
when doing software volume adjustments, don't use the volume value as linear factor, but pass it through pa_sw_volume_to_linear() first.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@664 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoremove another item from the todo list
Lennart Poettering [Fri, 7 Apr 2006 23:08:25 +0000 (23:08 +0000)]
remove another item from the todo list

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@663 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years ago* show flags value when dumping sink/source info in pactl.
Lennart Poettering [Fri, 7 Apr 2006 23:05:45 +0000 (23:05 +0000)]
* show flags value when dumping sink/source info in pactl.
* show volume for sources, too
* show value of "mute" field for sinks/sources

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@662 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoadd new introspection data field for sinks/sources: a flags field which specifies...
Lennart Poettering [Fri, 7 Apr 2006 23:02:48 +0000 (23:02 +0000)]
add new introspection data field for sinks/sources: a flags field which specifies whether the sink/source supports hw volume control and latency querying

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@661 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agotodo update
Lennart Poettering [Fri, 7 Apr 2006 22:46:02 +0000 (22:46 +0000)]
todo update

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@660 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agominor cleanups
Lennart Poettering [Fri, 7 Apr 2006 22:45:08 +0000 (22:45 +0000)]
minor cleanups

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@659 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoremove item from TODO list, since it requires the SNDCTL_DSP_GETERROR ioctl() which...
Lennart Poettering [Fri, 7 Apr 2006 22:28:13 +0000 (22:28 +0000)]
remove item from TODO list, since it requires the SNDCTL_DSP_GETERROR ioctl() which isn't supported by the Linux kernel

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@658 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agotodo update
Lennart Poettering [Fri, 7 Apr 2006 21:57:41 +0000 (21:57 +0000)]
todo update

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@657 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years ago* enable write_index correction and timing interpolation only for playback (and recor...
Lennart Poettering [Fri, 7 Apr 2006 21:55:55 +0000 (21:55 +0000)]
* enable write_index correction and timing interpolation only for playback (and record) streams

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@656 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agofix pkg-config files
Lennart Poettering [Fri, 7 Apr 2006 21:10:35 +0000 (21:10 +0000)]
fix pkg-config files

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@655 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoSome memcpy arithmetic that wasn't removed when doing the redesign to update
Pierre Ossman [Fri, 7 Apr 2006 06:29:59 +0000 (06:29 +0000)]
Some memcpy arithmetic that wasn't removed when doing the redesign to update
the data pointer instead.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@654 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoremove yet another item from the todo list
Lennart Poettering [Fri, 7 Apr 2006 01:32:33 +0000 (01:32 +0000)]
remove yet another item from the todo list

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@653 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agohdie some more
Lennart Poettering [Fri, 7 Apr 2006 01:31:33 +0000 (01:31 +0000)]
hdie some more

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@652 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years ago* update docs for reworked latency API
Lennart Poettering [Fri, 7 Apr 2006 01:29:33 +0000 (01:29 +0000)]
* update docs for reworked latency API
* rename pa_latency_info to pa_timing_info, since that describes better what it is. Most people will only use pa_stream_get_time() anyway

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@651 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoupdate simple API for new latency API
Lennart Poettering [Fri, 7 Apr 2006 00:25:19 +0000 (00:25 +0000)]
update simple API for new latency API

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@650 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoupdate pacat.c for new latency API
Lennart Poettering [Fri, 7 Apr 2006 00:25:05 +0000 (00:25 +0000)]
update pacat.c for new latency API

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@649 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agorework latency querying API (this needs more testing)
Lennart Poettering [Fri, 7 Apr 2006 00:24:48 +0000 (00:24 +0000)]
rework latency querying API (this needs more testing)

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@648 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoremove queue length field from latency request (server side)
Lennart Poettering [Fri, 7 Apr 2006 00:23:38 +0000 (00:23 +0000)]
remove queue length field from latency request (server side)

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@647 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years ago* really pass the ipv6 socket server to protocol_new in case of ipv6.
Lennart Poettering [Thu, 6 Apr 2006 23:52:48 +0000 (23:52 +0000)]
* really pass the ipv6 socket server to protocol_new in case of ipv6.
* create the pa_modargs object properly when using TCP
* other cleanups

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@646 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agochange pa_gettimeofday() to return a pointer to the struct timeval*, instead of an int
Lennart Poettering [Thu, 6 Apr 2006 23:31:40 +0000 (23:31 +0000)]
change pa_gettimeofday() to return a pointer to the struct timeval*, instead of an int

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@645 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agos/index/idx/, to avoid gcc warning
Lennart Poettering [Thu, 6 Apr 2006 23:28:56 +0000 (23:28 +0000)]
s/index/idx/, to avoid gcc warning

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@644 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years ago* set IPV6_V6ONLY for IPv6 sockets, to avoid warning when both ipv6 and the ipv4...
Lennart Poettering [Thu, 6 Apr 2006 23:28:15 +0000 (23:28 +0000)]
* set IPV6_V6ONLY for IPv6 sockets, to avoid warning when both ipv6 and the ipv4 sockets try to bind to the same port
* enable SO_REUSEADDR only on platforms that support it

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@643 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoremove some GCC warnings introduced by improperly casting to (char*) instead of ...
Lennart Poettering [Thu, 6 Apr 2006 20:17:27 +0000 (20:17 +0000)]
remove some GCC warnings introduced by improperly casting to (char*) instead of (const char*)

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@642 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoFix some warnings caused by size_t having varying size.
Pierre Ossman [Fri, 31 Mar 2006 08:54:24 +0000 (08:54 +0000)]
Fix some warnings caused by size_t having varying size.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@641 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoLarge file support. Polypaudio probably doesn't need it, but it causes warnings
Pierre Ossman [Fri, 31 Mar 2006 08:34:41 +0000 (08:34 +0000)]
Large file support. Polypaudio probably doesn't need it, but it causes warnings
when linking libpolyp with applications that do. So this is just to make life
easier for other applications.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@640 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoupdate todo
Pierre Ossman [Fri, 17 Mar 2006 08:16:23 +0000 (08:16 +0000)]
update todo

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@639 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoWe no longer guarantee that an operation object is returned. Need to tweak
Pierre Ossman [Sat, 11 Mar 2006 21:26:40 +0000 (21:26 +0000)]
We no longer guarantee that an operation object is returned. Need to tweak
some parts to handle this.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@638 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoRemember to store the struct with module info.
Pierre Ossman [Sat, 11 Mar 2006 21:25:35 +0000 (21:25 +0000)]
Remember to store the struct with module info.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@637 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoWe filled the volume with the wrong channel count (we used the input, not
Pierre Ossman [Wed, 8 Mar 2006 13:00:46 +0000 (13:00 +0000)]
We filled the volume with the wrong channel count (we used the input, not
the output) causing static. Also swapped the comments since they were
misplaced.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@636 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoThe extra stream ref actually did some good. Re-add it, but with some more
Pierre Ossman [Tue, 7 Mar 2006 18:29:27 +0000 (18:29 +0000)]
The extra stream ref actually did some good. Re-add it, but with some more
symmetry, assertions and comments.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@635 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoWe've already set an initial reference count of 1 so don't count it up again.
Pierre Ossman [Tue, 7 Mar 2006 16:04:32 +0000 (16:04 +0000)]
We've already set an initial reference count of 1 so don't count it up again.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@634 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoTrying to listen on an IPv6 socket by default and only do IPv4 if that fails
Pierre Ossman [Tue, 7 Mar 2006 16:02:34 +0000 (16:02 +0000)]
Trying to listen on an IPv6 socket by default and only do IPv4 if that fails
(which it doesn't most of the time) is terribly confusing. What the user
most likely wants is for it to listen to both IPv4 and IPv6 and gracefully
continue if only of them succeed.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@633 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoupdate todo
Pierre Ossman [Sun, 5 Mar 2006 21:00:31 +0000 (21:00 +0000)]
update todo

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@632 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoFetch sound card name into sink/source description.
Pierre Ossman [Sun, 5 Mar 2006 20:59:57 +0000 (20:59 +0000)]
Fetch sound card name into sink/source description.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@631 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoupdate todo
Pierre Ossman [Sun, 5 Mar 2006 20:18:35 +0000 (20:18 +0000)]
update todo

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@630 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoVolume support in tunnel module.
Pierre Ossman [Sun, 5 Mar 2006 20:18:04 +0000 (20:18 +0000)]
Volume support in tunnel module.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@629 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoIt's safer to set buffer size than to try setting number of periods.
Pierre Ossman [Sun, 5 Mar 2006 18:37:13 +0000 (18:37 +0000)]
It's safer to set buffer size than to try setting number of periods.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@628 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoReturn the proper error code so that we get a correct error message.
Pierre Ossman [Sun, 5 Mar 2006 18:35:45 +0000 (18:35 +0000)]
Return the proper error code so that we get a correct error message.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@627 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoTried to get the volume information even upon init failure.
Pierre Ossman [Sun, 5 Mar 2006 15:42:37 +0000 (15:42 +0000)]
Tried to get the volume information even upon init failure.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@626 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoUpdate module-tunnel to the new protocol.
Pierre Ossman [Sat, 4 Mar 2006 21:30:29 +0000 (21:30 +0000)]
Update module-tunnel to the new protocol.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@625 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoFix warning caused by missing return in main().
Pierre Ossman [Sat, 4 Mar 2006 17:31:23 +0000 (17:31 +0000)]
Fix warning caused by missing return in main().

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@624 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoupdate todo
Pierre Ossman [Sat, 4 Mar 2006 13:56:09 +0000 (13:56 +0000)]
update todo

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@623 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoAlignment safe protocol handling in esound module.
Pierre Ossman [Sat, 4 Mar 2006 13:55:40 +0000 (13:55 +0000)]
Alignment safe protocol handling in esound module.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@622 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoNegotiate protocol version between server and client. Will allow smoother
Pierre Ossman [Thu, 2 Mar 2006 21:56:15 +0000 (21:56 +0000)]
Negotiate protocol version between server and client. Will allow smoother
protocol modifications in the future.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@621 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoThe tag argument is no longer unused.
Pierre Ossman [Thu, 2 Mar 2006 16:40:23 +0000 (16:40 +0000)]
The tag argument is no longer unused.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@620 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoFix warnings on 64-bit systems.
Pierre Ossman [Thu, 2 Mar 2006 16:37:35 +0000 (16:37 +0000)]
Fix warnings on 64-bit systems.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@619 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoHandle the new latency protocol. This is just a quick fix and does not
Pierre Ossman [Thu, 2 Mar 2006 16:32:36 +0000 (16:32 +0000)]
Handle the new latency protocol. This is just a quick fix and does not
handle the new memblockq system.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@618 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agotypo fix
Pierre Ossman [Thu, 2 Mar 2006 14:46:31 +0000 (14:46 +0000)]
typo fix

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@617 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoprotocol changes for new latency API (partial!)
Lennart Poettering [Thu, 2 Mar 2006 14:22:25 +0000 (14:22 +0000)]
protocol changes for new latency API (partial!)

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@616 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoupdate todo
Pierre Ossman [Mon, 27 Feb 2006 09:22:33 +0000 (09:22 +0000)]
update todo

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@615 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoupdate todo
Pierre Ossman [Mon, 27 Feb 2006 09:21:38 +0000 (09:21 +0000)]
update todo

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@614 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoWe have both sink and source in this module.
Pierre Ossman [Mon, 27 Feb 2006 09:20:25 +0000 (09:20 +0000)]
We have both sink and source in this module.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@613 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoCatch volume update events.
Pierre Ossman [Mon, 27 Feb 2006 09:18:18 +0000 (09:18 +0000)]
Catch volume update events.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@612 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years ago64-bit fixes.
Pierre Ossman [Mon, 27 Feb 2006 09:09:15 +0000 (09:09 +0000)]
64-bit fixes.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@611 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoFix some signed/unsigned warnings.
Pierre Ossman [Mon, 27 Feb 2006 08:58:29 +0000 (08:58 +0000)]
Fix some signed/unsigned warnings.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@610 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoFunction prototype didn't match actual definition.
Pierre Ossman [Mon, 27 Feb 2006 08:57:41 +0000 (08:57 +0000)]
Function prototype didn't match actual definition.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@609 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoupdate todo
Pierre Ossman [Sun, 26 Feb 2006 21:55:08 +0000 (21:55 +0000)]
update todo

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@608 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoGet notifications about mixer changes from ALSA.
Pierre Ossman [Sun, 26 Feb 2006 21:50:55 +0000 (21:50 +0000)]
Get notifications about mixer changes from ALSA.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@607 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoHandle ALSA file descriptors more correctly. This means a bit more overhead,
Pierre Ossman [Sun, 26 Feb 2006 19:09:26 +0000 (19:09 +0000)]
Handle ALSA file descriptors more correctly. This means a bit more overhead,
but following their API properly should avoid problems in the future.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@606 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoFix correct default device.
Pierre Ossman [Sun, 26 Feb 2006 17:58:27 +0000 (17:58 +0000)]
Fix correct default device.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@605 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoHardware volume support in ALSA modules.
Pierre Ossman [Sun, 26 Feb 2006 17:57:58 +0000 (17:57 +0000)]
Hardware volume support in ALSA modules.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@604 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agomove scatter/gather todo item to post-0.8, since it's impact on perfomance might...
Lennart Poettering [Fri, 24 Feb 2006 17:27:55 +0000 (17:27 +0000)]
move scatter/gather todo item to post-0.8, since it's impact on perfomance might not even be worth the effort.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@603 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agotodo update
Lennart Poettering [Fri, 24 Feb 2006 17:15:02 +0000 (17:15 +0000)]
todo update

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@602 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years ago* Add new "auth-group=" parameter to protocol-native-unix
Lennart Poettering [Fri, 24 Feb 2006 17:14:23 +0000 (17:14 +0000)]
* Add new "auth-group=" parameter to protocol-native-unix
* Rename "public=" argument  of protocol-{esound,native} to "auth-anonymous"

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@601 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoDo an explicit cast to shut up gcc.
Pierre Ossman [Fri, 24 Feb 2006 16:29:05 +0000 (16:29 +0000)]
Do an explicit cast to shut up gcc.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@600 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoThis wasn't supposed to be checked in.
Pierre Ossman [Fri, 24 Feb 2006 16:28:29 +0000 (16:28 +0000)]
This wasn't supposed to be checked in.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@599 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoWrong variable used for port.
Pierre Ossman [Fri, 24 Feb 2006 16:28:02 +0000 (16:28 +0000)]
Wrong variable used for port.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@598 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoTweak the handling of missing credential support so that we minimise non-POSIX
Pierre Ossman [Fri, 24 Feb 2006 16:27:39 +0000 (16:27 +0000)]
Tweak the handling of missing credential support so that we minimise non-POSIX
headers in our headers.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@597 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoadd support for authentication using SCM_CREDENTIALS
Lennart Poettering [Fri, 24 Feb 2006 15:12:42 +0000 (15:12 +0000)]
add support for authentication using SCM_CREDENTIALS

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@596 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoCall correct function.
Pierre Ossman [Fri, 24 Feb 2006 10:18:53 +0000 (10:18 +0000)]
Call correct function.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@595 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoMake local function static.
Pierre Ossman [Fri, 24 Feb 2006 10:18:24 +0000 (10:18 +0000)]
Make local function static.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@594 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoHardware sink mute support.
Pierre Ossman [Fri, 24 Feb 2006 10:17:41 +0000 (10:17 +0000)]
Hardware sink mute support.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@593 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoIGAIN is a better choice than IMIX for source volume.
Pierre Ossman [Fri, 24 Feb 2006 09:12:15 +0000 (09:12 +0000)]
IGAIN is a better choice than IMIX for source volume.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@592 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agotodo update
Lennart Poettering [Fri, 24 Feb 2006 01:07:55 +0000 (01:07 +0000)]
todo update

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@591 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agotodo update
Lennart Poettering [Fri, 24 Feb 2006 00:49:39 +0000 (00:49 +0000)]
todo update

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@590 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoadd a few more validity checks to protocol-esound
Lennart Poettering [Fri, 24 Feb 2006 00:49:21 +0000 (00:49 +0000)]
add a few more validity checks to protocol-esound

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@589 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoSome new additions were mislabeled as '\since 0.9'.
Pierre Ossman [Thu, 23 Feb 2006 12:06:00 +0000 (12:06 +0000)]
Some new additions were mislabeled as '\since 0.9'.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@588 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoMute switch for sinks and sources. This is independent of the volume
Pierre Ossman [Thu, 23 Feb 2006 12:04:31 +0000 (12:04 +0000)]
Mute switch for sinks and sources. This is independent of the volume
setting (similar to ALSA).

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@587 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoupdate todo
Pierre Ossman [Thu, 23 Feb 2006 12:00:58 +0000 (12:00 +0000)]
update todo

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@586 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoupdate todo
Pierre Ossman [Thu, 23 Feb 2006 09:45:32 +0000 (09:45 +0000)]
update todo

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@585 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoHardware source volume support.
Pierre Ossman [Thu, 23 Feb 2006 09:44:50 +0000 (09:44 +0000)]
Hardware source volume support.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@584 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoinet_pton expects in[6]_addr structures, nothing else.
Pierre Ossman [Thu, 23 Feb 2006 09:37:44 +0000 (09:37 +0000)]
inet_pton expects in[6]_addr structures, nothing else.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@583 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoAdd inet_pton emulation for platforms that lack it. Only support IPv4 at
Pierre Ossman [Thu, 23 Feb 2006 09:30:31 +0000 (09:30 +0000)]
Add inet_pton emulation for platforms that lack it. Only support IPv4 at
this point.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@582 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoUpdate hardware volume to a correct initial value.
Pierre Ossman [Thu, 23 Feb 2006 09:28:39 +0000 (09:28 +0000)]
Update hardware volume to a correct initial value.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@581 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoWrong function name.
Pierre Ossman [Thu, 23 Feb 2006 09:08:06 +0000 (09:08 +0000)]
Wrong function name.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@580 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoMake sure hardware volume gets a correct initial value.
Pierre Ossman [Thu, 23 Feb 2006 09:07:49 +0000 (09:07 +0000)]
Make sure hardware volume gets a correct initial value.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@579 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoHardware source volume support in OSS.
Pierre Ossman [Thu, 23 Feb 2006 08:59:31 +0000 (08:59 +0000)]
Hardware source volume support in OSS.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@578 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoupdate todo
Lennart Poettering [Thu, 23 Feb 2006 02:29:52 +0000 (02:29 +0000)]
update todo

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@577 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoreally ignore pabrowse
Lennart Poettering [Thu, 23 Feb 2006 02:29:36 +0000 (02:29 +0000)]
really ignore pabrowse

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@576 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoignore pabrowse
Lennart Poettering [Thu, 23 Feb 2006 02:28:17 +0000 (02:28 +0000)]
ignore pabrowse

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@575 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agochange pa_log() and friends to not require a trailing \n on all logged strings
Lennart Poettering [Thu, 23 Feb 2006 02:27:19 +0000 (02:27 +0000)]
change pa_log() and friends to not require a trailing \n on all logged strings

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@574 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agosimplify tagstruct creation
Lennart Poettering [Thu, 23 Feb 2006 01:24:16 +0000 (01:24 +0000)]
simplify tagstruct creation

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@573 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agofix source volume adjustment: copy memchunk before changing the volume of it
Lennart Poettering [Thu, 23 Feb 2006 01:17:54 +0000 (01:17 +0000)]
fix source volume adjustment: copy memchunk before changing the volume of it

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@572 fefdeb5f-60dc-0310-8127-8f9354f1896f

18 years agoenforce maximum memblockq length for clients
Lennart Poettering [Wed, 22 Feb 2006 21:02:27 +0000 (21:02 +0000)]
enforce maximum memblockq length for clients

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@571 fefdeb5f-60dc-0310-8127-8f9354f1896f