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
Commit message (
Expand
)
Author
Age
Files
Lines
*
include local record memblockq in latency calculations
Lennart Poettering
2006-04-12
2
-2
/
+15
*
when storing recording data in file, create file with proper access rights
Lennart Poettering
2006-04-12
1
-1
/
+1
*
yet anotrher fix for slow links
Lennart Poettering
2006-04-12
1
-1
/
+1
*
small fix to deal properly with slow links
Lennart Poettering
2006-04-12
1
-4
/
+7
*
* dispatch defer events in pa_mainloop_dispatch() and not already in pa_mainl...
Lennart Poettering
2006-04-12
3
-85
/
+80
*
* fix latency calculation where a full playback buffer was erroneously taken ...
Lennart Poettering
2006-04-12
1
-10
/
+22
*
remove a bunch of log messages
Lennart Poettering
2006-04-12
1
-9
/
+8
*
beefup pacat a little:
Lennart Poettering
2006-04-12
1
-13
/
+46
*
* rename "latency correction" to "write index correction"
Lennart Poettering
2006-04-12
3
-134
/
+216
*
protocol change: don't send stream buffer size in latency update. This data i...
Lennart Poettering
2006-04-12
1
-2
/
+0
*
proper validity checking for pa_context_is_pending()
Lennart Poettering
2006-04-12
1
-1
/
+5
*
when flushin a memblockq, set the write index to the read index
Lennart Poettering
2006-04-12
1
-0
/
+2
*
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
*
* Beef up latency calculation in module-oss-mmap
Lennart Poettering
2006-04-10
1
-21
/
+81
*
minor cleanups for OSS module
Lennart Poettering
2006-04-10
1
-9
/
+25
*
when using record mode, allow file to save data to to be passed on the comman...
Lennart Poettering
2006-04-10
1
-17
/
+17
*
* 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
*
clip volume at PA_VOLUME_NORM for alsa devices
Lennart Poettering
2006-04-08
2
-4
/
+25
*
add proper volume clipping support for OSS devices
Lennart Poettering
2006-04-08
1
-3
/
+8
*
when doing software volume adjustments, don't use the volume value as linear ...
Lennart Poettering
2006-04-08
1
-29
/
+15
*
* show flags value when dumping sink/source info in pactl.
Lennart Poettering
2006-04-07
1
-7
/
+15
*
add new introspection data field for sinks/sources: a flags field which speci...
Lennart Poettering
2006-04-07
4
-2
/
+26
*
minor cleanups
Lennart Poettering
2006-04-07
1
-4
/
+6
*
* enable write_index correction and timing interpolation only for playback (a...
Lennart Poettering
2006-04-07
1
-39
/
+46
*
Some memcpy arithmetic that wasn't removed when doing the redesign to update
Pierre Ossman
2006-04-07
1
-1
/
+1
*
* update docs for reworked latency API
Lennart Poettering
2006-04-07
6
-94
/
+142
*
update simple API for new latency API
Lennart Poettering
2006-04-07
1
-5
/
+6
*
update pacat.c for new latency API
Lennart Poettering
2006-04-07
1
-6
/
+34
*
rework latency querying API (this needs more testing)
Lennart Poettering
2006-04-07
4
-220
/
+323
*
remove queue length field from latency request (server side)
Lennart Poettering
2006-04-07
1
-6
/
+2
*
* really pass the ipv6 socket server to protocol_new in case of ipv6.
Lennart Poettering
2006-04-06
1
-22
/
+15
*
change pa_gettimeofday() to return a pointer to the struct timeval*, instead ...
Lennart Poettering
2006-04-06
2
-16
/
+18
*
s/index/idx/, to avoid gcc warning
Lennart Poettering
2006-04-06
1
-2
/
+2
*
* set IPV6_V6ONLY for IPv6 sockets, to avoid warning when both ipv6 and the i...
Lennart Poettering
2006-04-06
1
-3
/
+12
*
remove some GCC warnings introduced by improperly casting to (char*) instead ...
Lennart Poettering
2006-04-06
1
-13
/
+13
*
Fix some warnings caused by size_t having varying size.
Pierre Ossman
2006-03-31
4
-5
/
+5
*
We no longer guarantee that an operation object is returned. Need to tweak
Pierre Ossman
2006-03-11
1
-9
/
+26
*
Remember to store the struct with module info.
Pierre Ossman
2006-03-11
1
-0
/
+2
*
We filled the volume with the wrong channel count (we used the input, not
Pierre Ossman
2006-03-08
1
-4
/
+3
*
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
*
Trying to listen on an IPv6 socket by default and only do IPv4 if that fails
Pierre Ossman
2006-03-07
3
-58
/
+143
*
Fetch sound card name into sink/source description.
Pierre Ossman
2006-03-05
2
-2
/
+22
*
Volume support in tunnel module.
Pierre Ossman
2006-03-05
1
-1
/
+260
*
It's safer to set buffer size than to try setting number of periods.
Pierre Ossman
2006-03-05
1
-1
/
+3
[next]