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
/
modules
/
module-raop-sink.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
modules: add {sink|source|card}_properties argument to all modules
Lennart Poettering
2009-05-28
1
-6
/
+13
*
Modify smoothing code to make cubic interpolation optional and allow 'quick f...
Lennart Poettering
2009-04-05
1
-2
/
+9
*
raop: Add call to pa_sink_set_max_request()
Colin Guthrie
2009-03-25
1
-1
/
+10
*
Use LGPL 2.1 on all files previously using LGPL 2
Colin Guthrie
2009-03-03
1
-1
/
+1
*
raop: Allow for nice sink descriptions to be set (interpolated from avahi)
Colin Guthrie
2009-03-01
1
-2
/
+7
*
Remove references to trademarked terms.
Colin Guthrie
2009-02-22
1
-3
/
+3
*
Trivial typo in a comment
Colin Guthrie
2009-02-03
1
-1
/
+1
*
Clean up volume/mute settings a bit.
Colin Guthrie
2009-02-03
1
-37
/
+28
*
Fix the message processing for PA_SINK_MESSAGE_GET_LATENCY by returning rathe...
Colin Guthrie
2009-01-27
1
-1
/
+1
*
move flat volume logic into the core. while doing so add n_volume_steps field...
Lennart Poettering
2009-01-27
1
-20
/
+12
*
include PA_SINK_INVALID_STATE in all switch/case statements to make gcc shut up
Lennart Poettering
2009-01-22
1
-0
/
+1
*
rework module usage counter stuff to be pull based
Lennart Poettering
2009-01-15
1
-0
/
+9
*
Follow master change r34dd4a and fix shutdown when --disallow-module-loading=...
Colin Guthrie
2008-10-08
1
-1
/
+1
*
Make module-raop-sink/discover work with 0.9.11 API
Colin Guthrie
2008-10-08
1
-22
/
+30
*
Implement hardware volume control.
Colin Guthrie
2008-10-08
1
-3
/
+72
*
Add Lennart back in to Copyright as I copied these files from his originals a...
Colin Guthrie
2008-10-08
1
-0
/
+1
*
Minor correction of help text
Colin Guthrie
2008-10-08
1
-1
/
+1
*
Still send silence when we are not doing anything else, but also flush the bu...
Colin Guthrie
2008-10-08
1
-29
/
+82
*
Fix up a couple of values related to encoding overhead.
Colin Guthrie
2008-10-08
1
-2
/
+2
*
A few related changes:
Colin Guthrie
2008-10-08
1
-21
/
+58
*
Set forgotten keyword property
Colin Guthrie
2008-10-08
1
-1
/
+1
*
Move the encoding loop around a bit such that it does not grab the data and k...
Colin Guthrie
2008-10-08
1
-10
/
+12
*
unref the raw data memblock before requesting more data.
Colin Guthrie
2008-10-08
1
-0
/
+4
*
Change suggested by Lennart. Do not return a memchunk, instead pass in the po...
Colin Guthrie
2008-10-08
1
-1
/
+4
*
Various changes suggested by Lennart.
Colin Guthrie
2008-10-08
1
-2
/
+2
*
Listen to the on_close callback. This still causes asserts in the mainloop, s...
Colin Guthrie
2008-10-08
1
-0
/
+9
*
Move the ownership of the encoded data memchunk into the raop_client.
Colin Guthrie
2008-10-08
1
-12
/
+5
*
A very rough first version of the sink.
Colin Guthrie
2008-10-08
1
-123
/
+267
*
Some minor tidyup to remove code now in raop client. Still nowhere near funct...
Colin Guthrie
2008-10-08
1
-67
/
+2
*
Start the raop sink. It's based on pipe sink and isn't anywhere near finished...
Colin Guthrie
2008-10-08
1
-0
/
+417