summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/protocol-native.c
Commit message (Expand)AuthorAgeFilesLines
* capture: Implement per-stream volume control for capture streams.Colin Guthrie2011-06-221-4/+74
* introspect: Get formats for sourcesColin Guthrie2011-06-221-0/+13
* capture: Add the passthrough format negotiation to capture streams.Colin Guthrie2011-06-221-39/+90
* protocol-native: Don't leak formatsArun Raghavan2011-06-191-3/+16
* protocol-native: Use original requested latency on stream movesArun Raghavan2011-06-141-4/+12
* protocol-native: Fix memory leaks introduced in protocol 21 (passthrough supp...Colin Guthrie2011-05-161-26/+30
* introspect: Get format of sink inputArun Raghavan2011-05-021-0/+2
* introspect: Get formats for sinksArun Raghavan2011-05-021-0/+13
* core: Fix some FIXMEs for the extended APIArun Raghavan2011-05-021-4/+9
* format: Avoid some code duplicationArun Raghavan2011-05-021-5/+2
* core: Add extended stream API to support compressed formatsArun Raghavan2011-05-021-30/+77
* sink-input: Add volume_writable to pa_sink_input.Tanu Kaskinen2011-03-291-2/+2
* Fix up some double spacesMaarten Bosmans2011-03-181-19/+19
* Fix up according to Coding StyleMaarten Bosmans2011-03-111-4/+4
* Implement the "volume sharing" feature.Tanu Kaskinen2011-02-261-1/+1
* Allow read-only or non-existing sink input volume.Tanu Kaskinen2011-02-221-1/+13
* Fighting rewinds: Reduce calls to handle_seekDavid Henningsson2011-01-311-30/+26
* Fighting rewinds: Seek and write data in the same messageDavid Henningsson2011-01-311-8/+12
* ratelimit: fix log levels of log suppression messagesLennart Poettering2011-01-311-1/+1
* introspect: Include whether a stream is corked in the info callback.Colin Guthrie2010-10-061-1/+4
* AC3 passthrough supportPierre-Louis Bossart2010-08-121-2/+14
* various modernizationsLennart Poettering2010-02-231-1/+1
* native: improve logging for buffer_attrsLennart Poettering2010-02-221-0/+18
* native: rework handling of seeks that depend on variables the client does not...Lennart Poettering2010-02-091-1/+5
* native: fix request counter miscalculationsLennart Poettering2010-02-091-2/+5
* protocol: use the right sample rate for sourcesWim Taymans2009-11-101-1/+1
* libpulse: introduce PA_STREAM_RELATIVE_VOLUMELennart Poettering2009-10-291-3/+14
* protocol-native: if a client set volume/mute/device store it since it is user...Lennart Poettering2009-10-281-2/+8
* protocol-native: declare that user configured volumes are always absoluteLennart Poettering2009-10-281-1/+3
* native: send PA_COMMAND_PLAYBACK_BUFFER_ATTR_CHANGED messages only to clients...Lennart Poettering2009-09-101-13/+15
* protocol-native: log explicitly when someone asks us to quitLennart Poettering2009-09-081-0/+2
* llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixesLennart Poettering2009-09-081-2/+1
* core: always allow volume setting with single-channel pa_cvolumeLennart Poettering2009-08-311-3/+3
* native: make sure clients cannot trigger an assert by sending us invalid volu...Lennart Poettering2009-08-291-1/+6
* protocol-native: replace use of pa_namereg_is_valid_name() by pa_namereg_is_v...Lennart Poettering2009-08-291-10/+15
* core: move 'flags' field into 'pa_sink_input_new_data' structure so that hook...Lennart Poettering2009-08-281-2/+4
* protocol-native: print more volume change debug messages to easy tracking dow...Lennart Poettering2009-08-271-6/+20
* protocol-native: compare uint64_t variable with (uint64_t) -1 instead of (siz...Lennart Poettering2009-08-271-1/+2
* object: speed up type verification by not relying on strcmp()Lennart Poettering2009-08-211-10/+5
* sink: volume handling rework, new flat volume logicLennart Poettering2009-08-191-2/+2
* native-protocol: downgrade volume change log messagesLennart Poettering2009-08-151-3/+9
* log: place more rate limit invocationsLennart Poettering2009-08-151-1/+3
* core: split of FAIL_ON_SUSPEND into KILL_ON_SUSPEND and NO_CREATE_ON_SUSPENDLennart Poettering2009-08-151-2/+2
* native: handle moving() callback with NULL destination properlyLennart Poettering2009-08-151-1/+7
* protocol-native: log explicitly each time a client triggers a volume changeLennart Poettering2009-08-141-3/+12
* protocol-native: use the right samplerateWim Taymans2009-07-231-1/+1
* native: don't hit assert when user uploads zero-sized sampleLennart Poettering2009-07-011-1/+3
* Base mainloop on pa_rtclock_now()Marc-André Lureau2009-06-201-10/+7
* native-protocol: allow enumerating portsLennart Poettering2009-06-171-0/+35
* native: implement command to change sink/source portLennart Poettering2009-06-171-2/+65