summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/protocol-native.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* alsa: rework mixer logicLennart Poettering2009-06-171-4/+4
* core: add a suspend cause flags fieldLennart Poettering2009-06-051-4/+4
* protocol-native,proplist-util: port to pa_get_{user|host}_name_malloc()Lennart Poettering2009-04-291-3/+9
* core: introduce new 'reference' volume for sinksLennart Poettering2009-04-131-4/+5
* protocol-native: downgrade message if we receive pcm block for dead streamLennart Poettering2009-04-101-1/+1
* protocol-native: print underrun message only once for each underrunLennart Poettering2009-04-101-1/+2
* Make sure we don't get stuck when prebuf is too highLennart Poettering2009-04-061-3/+6
* Fix a couple of races in native protocolLennart Poettering2009-04-051-42/+97
* properly account for seeks in the requested_bytes counterLennart Poettering2009-04-011-13/+16
* pass destination source/sink when moving streams so that we can access themLennart Poettering2009-04-011-10/+10