summaryrefslogtreecommitdiffstats
path: root/src/modules/module-raop-sink.c
Commit message (Expand)AuthorAgeFilesLines
* Remove references to trademarked terms.Colin Guthrie2009-02-221-3/+3
* Trivial typo in a commentColin Guthrie2009-02-031-1/+1
* Clean up volume/mute settings a bit.Colin Guthrie2009-02-031-37/+28
* Fix the message processing for PA_SINK_MESSAGE_GET_LATENCY by returning rathe...Colin Guthrie2009-01-271-1/+1
* move flat volume logic into the core. while doing so add n_volume_steps field...Lennart Poettering2009-01-271-20/+12
* include PA_SINK_INVALID_STATE in all switch/case statements to make gcc shut upLennart Poettering2009-01-221-0/+1
* rework module usage counter stuff to be pull basedLennart Poettering2009-01-151-0/+9
* Follow master change r34dd4a and fix shutdown when --disallow-module-loading=...Colin Guthrie2008-10-081-1/+1
* Make module-raop-sink/discover work with 0.9.11 APIColin Guthrie2008-10-081-22/+30
* Implement hardware volume control.Colin Guthrie2008-10-081-3/+72
* Add Lennart back in to Copyright as I copied these files from his originals a...Colin Guthrie2008-10-081-0/+1
* Minor correction of help textColin Guthrie2008-10-081-1/+1
* Still send silence when we are not doing anything else, but also flush the bu...Colin Guthrie2008-10-081-29/+82
* Fix up a couple of values related to encoding overhead.Colin Guthrie2008-10-081-2/+2
* A few related changes:Colin Guthrie2008-10-081-21/+58
* Set forgotten keyword propertyColin Guthrie2008-10-081-1/+1
* Move the encoding loop around a bit such that it does not grab the data and k...Colin Guthrie2008-10-081-10/+12
* unref the raw data memblock before requesting more data.Colin Guthrie2008-10-081-0/+4
* Change suggested by Lennart. Do not return a memchunk, instead pass in the po...Colin Guthrie2008-10-081-1/+4
* Various changes suggested by Lennart.Colin Guthrie2008-10-081-2/+2
* Listen to the on_close callback. This still causes asserts in the mainloop, s...Colin Guthrie2008-10-081-0/+9
* Move the ownership of the encoded data memchunk into the raop_client.Colin Guthrie2008-10-081-12/+5
* A very rough first version of the sink.Colin Guthrie2008-10-081-123/+267
* Some minor tidyup to remove code now in raop client. Still nowhere near funct...Colin Guthrie2008-10-081-67/+2
* Start the raop sink. It's based on pipe sink and isn't anywhere near finished...Colin Guthrie2008-10-081-0/+417