]> code.delx.au - pulseaudio/log
pulseaudio
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

18 years agoupdate todo
Lennart Poettering [Wed, 22 Feb 2006 20:45:42 +0000 (20:45 +0000)]
update todo

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

18 years agoadd listen= parameter to tcp protocol modules
Lennart Poettering [Wed, 22 Feb 2006 20:44:37 +0000 (20:44 +0000)]
add listen= parameter to tcp protocol modules

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

18 years agotodo update
Lennart Poettering [Wed, 22 Feb 2006 20:14:37 +0000 (20:14 +0000)]
todo update

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

18 years agopkg-config update
Lennart Poettering [Wed, 22 Feb 2006 20:14:00 +0000 (20:14 +0000)]
pkg-config update

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

18 years agorevive howl support
Lennart Poettering [Wed, 22 Feb 2006 20:11:56 +0000 (20:11 +0000)]
revive howl support

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

18 years agounbreak Makefile.am
Lennart Poettering [Wed, 22 Feb 2006 19:00:27 +0000 (19:00 +0000)]
unbreak Makefile.am

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

18 years agotodo test
Lennart Poettering [Wed, 22 Feb 2006 18:59:27 +0000 (18:59 +0000)]
todo test

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

18 years agorework parameter validity checking in protocol-native server side
Lennart Poettering [Wed, 22 Feb 2006 18:54:21 +0000 (18:54 +0000)]
rework parameter validity checking in protocol-native server side

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

18 years agotodo update
Lennart Poettering [Wed, 22 Feb 2006 18:43:26 +0000 (18:43 +0000)]
todo update

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

18 years agoWrong userdata used to init operation.
Pierre Ossman [Wed, 22 Feb 2006 15:36:11 +0000 (15:36 +0000)]
Wrong userdata used to init operation.

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

18 years agoSupport for setting volume on sources.
Pierre Ossman [Wed, 22 Feb 2006 14:11:23 +0000 (14:11 +0000)]
Support for setting volume on sources.

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

18 years agoRemove polyplib-error and polyplib-mainloop for requirements.
Pierre Ossman [Wed, 22 Feb 2006 09:39:33 +0000 (09:39 +0000)]
Remove polyplib-error and polyplib-mainloop for requirements.

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

18 years agotodo update - outline what i consider pre-0.8 and post-0.8 issues
Lennart Poettering [Wed, 22 Feb 2006 00:06:16 +0000 (00:06 +0000)]
todo update - outline what i consider pre-0.8 and post-0.8 issues

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

18 years agoadd hw info to description for oss-mmap, too
Lennart Poettering [Tue, 21 Feb 2006 23:56:46 +0000 (23:56 +0000)]
add hw info to description for oss-mmap, too

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

18 years agoinclude hw description gathered from /dev/sndstat in sink/source description string
Lennart Poettering [Tue, 21 Feb 2006 23:40:07 +0000 (23:40 +0000)]
include hw description gathered from /dev/sndstat in sink/source description string

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

18 years agoadd new utility function pa_endswith()
Lennart Poettering [Tue, 21 Feb 2006 23:34:50 +0000 (23:34 +0000)]
add new utility function pa_endswith()

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

18 years agoremove left-over log line in protocol-esound.c
Lennart Poettering [Tue, 21 Feb 2006 23:34:22 +0000 (23:34 +0000)]
remove left-over log line in protocol-esound.c

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

18 years agotodo update
Lennart Poettering [Tue, 21 Feb 2006 20:28:41 +0000 (20:28 +0000)]
todo update

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

18 years agoupdate todo
Pierre Ossman [Tue, 21 Feb 2006 16:35:53 +0000 (16:35 +0000)]
update todo

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

18 years agoHardware volume support on Windows.
Pierre Ossman [Tue, 21 Feb 2006 16:35:12 +0000 (16:35 +0000)]
Hardware volume support on Windows.

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

18 years agofix pacat
Lennart Poettering [Tue, 21 Feb 2006 01:22:42 +0000 (01:22 +0000)]
fix pacat

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

18 years agotodo update
Lennart Poettering [Tue, 21 Feb 2006 01:09:22 +0000 (01:09 +0000)]
todo update

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

18 years ago* Don't build seperate ipv4/ipv6 versions of the protocol plugins
Lennart Poettering [Tue, 21 Feb 2006 01:08:53 +0000 (01:08 +0000)]
* Don't build seperate ipv4/ipv6 versions of the protocol plugins
* Instead try IPv6 and if that fails fall back to IPv4

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

18 years agotodo update
Lennart Poettering [Tue, 21 Feb 2006 00:37:49 +0000 (00:37 +0000)]
todo update

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

18 years ago* Get rid of libpolyp-mainloop
Lennart Poettering [Tue, 21 Feb 2006 00:37:22 +0000 (00:37 +0000)]
* Get rid of libpolyp-mainloop
* Remove pkg-config file of polyplib-error

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

18 years agotodo update
Lennart Poettering [Tue, 21 Feb 2006 00:16:52 +0000 (00:16 +0000)]
todo update

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

18 years agoadd hw volume control for module-oss-mmap
Lennart Poettering [Tue, 21 Feb 2006 00:14:25 +0000 (00:14 +0000)]
add hw volume control for module-oss-mmap

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

18 years agotodo update
Lennart Poettering [Mon, 20 Feb 2006 23:59:13 +0000 (23:59 +0000)]
todo update

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

18 years agodisable SIGPIPE before calling pa_core_new(), this way the warning message is not...
Lennart Poettering [Mon, 20 Feb 2006 23:58:51 +0000 (23:58 +0000)]
disable SIGPIPE before calling pa_core_new(), this way the warning message is not printed

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