index
:
pulseaudio.git
0.9.15-stable
0.9.17-stable
0.9.18-stable
0.9.19-stable
0.9.20-stable
master
master-tx
merge-queue
rtpoll
stable-queue
tags/release-0.1
tags/release-0.2
tags/release-0.4
tags/release-0.5
tags/release-0.5.1
tags/release-0.6
tags/release-0.8
tags/release-0.8.1
tags/release-0.9.0
tags/release-0.9.1
tags/release-0.9.10
tags/release-0.9.2
tags/release-0.9.3
tags/release-0.9.4
tags/release-0.9.5
tags/release-0.9.6
tags/release-0.9.7
tags/release-0.9.8
tags/release-0.9.9
PulseAudio Sound Server
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
polyp
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove bogus check that disallowed latency interpolation and stuff for record...
Lennart Poettering
2006-05-06
1
-1
/
+0
*
allow signalling from event loop thread
Lennart Poettering
2006-05-06
1
-3
/
+0
*
Windows doesn't have POSIX thread. ifdef out things for now.
Pierre Ossman
2006-05-02
1
-2
/
+17
*
add new threaded main loop implementation (with test/example)
Lennart Poettering
2006-04-30
2
-0
/
+261
*
* make sure the wakeup fd is polled on wven when no other fd is registered fo...
Lennart Poettering
2006-04-30
1
-8
/
+10
*
Clarify how the automatic channel map is generated.
Pierre Ossman
2006-04-27
1
-1
/
+3
*
it was a bad idea to require that a channel map doesn't contain the same posi...
Lennart Poettering
2006-04-26
1
-6
/
+0
*
* make a validity check of parsed channel maps before rteurning theme
Lennart Poettering
2006-04-26
1
-17
/
+25
*
don't allow channel positions to be specified twice in the same channelmap
Lennart Poettering
2006-04-26
1
-1
/
+10
*
* add new function pa_channel_map_parse()
Lennart Poettering
2006-04-26
2
-37
/
+122
*
* rework reference counting in the client libraries: now refcounting goes
Lennart Poettering
2006-04-24
9
-109
/
+161
*
small optimization
Lennart Poettering
2006-04-23
1
-6
/
+3
*
fix sample uploading
Lennart Poettering
2006-04-23
1
-1
/
+2
*
* fix ref counting of pa_stream: strictly refcount from context to stream and...
Lennart Poettering
2006-04-23
1
-7
/
+0
*
introduce a new error PA_ERR_TOOLARGE
Lennart Poettering
2006-04-23
2
-0
/
+2
*
fix multiplication of software pa_cvolumes
Lennart Poettering
2006-04-23
1
-1
/
+1
*
Win32 needs to have the socket subsystem initialised.
Pierre Ossman
2006-04-19
1
-0
/
+11
*
Having constant deferred events isn't allowed and causes problems. Use timers
Pierre Ossman
2006-04-19
1
-8
/
+16
*
fix a couple of issues I found when compiling polypaudio with gcc 2.95
Lennart Poettering
2006-04-18
4
-4
/
+4
*
Avoid including non-portable header sys/poll.h.
Pierre Ossman
2006-04-18
1
-3
/
+3
*
* add pa_mainloop_wakeup() calls for deferred events
Lennart Poettering
2006-04-16
1
-15
/
+22
*
add new API to replace the poll() function used by the main loop implementation
Lennart Poettering
2006-04-16
2
-1
/
+26
*
Clarify behaviour of deferred events.
Pierre Ossman
2006-04-16
1
-1
/
+3
*
more documentation updates
Lennart Poettering
2006-04-13
11
-63
/
+106
*
Documentation updates
Lennart Poettering
2006-04-13
7
-25
/
+80
*
include local record memblockq in latency calculations
Lennart Poettering
2006-04-12
2
-2
/
+15
*
* dispatch defer events in pa_mainloop_dispatch() and not already in pa_mainl...
Lennart Poettering
2006-04-12
3
-85
/
+80
*
remove a bunch of log messages
Lennart Poettering
2006-04-12
1
-9
/
+8
*
* rename "latency correction" to "write index correction"
Lennart Poettering
2006-04-12
3
-134
/
+216
*
proper validity checking for pa_context_is_pending()
Lennart Poettering
2006-04-12
1
-1
/
+5
*
return the error code and not just -1 when pa_context_is_pending() fails
Lennart Poettering
2006-04-10
1
-1
/
+1
*
validity checks for pa_context_is_pending()
Lennart Poettering
2006-04-10
2
-5
/
+2
*
* implement PA_STREAM_AUTO_TIMING_UPDATE
Lennart Poettering
2006-04-10
1
-4
/
+8
*
add new PA_STREAM_AUTO_TIMING_UPDATE
Lennart Poettering
2006-04-10
1
-13
/
+24
*
unbreak last commit from ossman
Lennart Poettering
2006-04-10
1
-1
/
+1
*
Use the modern Ki/Mi/Gi prefixes to clarify that 1024 is the base.
Pierre Ossman
2006-04-09
2
-5
/
+5
*
Big documentation update. Describe the client API in a more tutorial like
Pierre Ossman
2006-04-09
12
-52
/
+757
*
add new introspection data field for sinks/sources: a flags field which speci...
Lennart Poettering
2006-04-07
3
-2
/
+24
*
* enable write_index correction and timing interpolation only for playback (a...
Lennart Poettering
2006-04-07
1
-39
/
+46
*
* update docs for reworked latency API
Lennart Poettering
2006-04-07
5
-89
/
+138
*
update simple API for new latency API
Lennart Poettering
2006-04-07
1
-5
/
+6
*
rework latency querying API (this needs more testing)
Lennart Poettering
2006-04-07
4
-220
/
+323
*
We no longer guarantee that an operation object is returned. Need to tweak
Pierre Ossman
2006-03-11
1
-9
/
+26
*
The extra stream ref actually did some good. Re-add it, but with some more
Pierre Ossman
2006-03-07
1
-2
/
+16
*
We've already set an initial reference count of 1 so don't count it up again.
Pierre Ossman
2006-03-07
1
-1
/
+1
*
Negotiate protocol version between server and client. Will allow smoother
Pierre Ossman
2006-03-02
6
-0
/
+38
*
The tag argument is no longer unused.
Pierre Ossman
2006-03-02
1
-1
/
+1
*
Fix warnings on 64-bit systems.
Pierre Ossman
2006-03-02
1
-3
/
+3
*
Handle the new latency protocol. This is just a quick fix and does not
Pierre Ossman
2006-03-02
3
-2
/
+27
*
add support for authentication using SCM_CREDENTIALS
Lennart Poettering
2006-02-24
2
-6
/
+6
[next]