summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/protocol-native.c
Commit message (Expand)AuthorAgeFilesLines
* introduce default channel map in addition to the default sample specLennart Poettering2009-02-211-0/+3
* protocol-native: don't leak a proplistMarc-André Lureau2009-02-191-8/+18
* pulsecore: fix check for cb (m is already checked before)Marc-André Lureau2009-02-191-1/+1
* protocol-native: fix get_info() for cardsMarc-André Lureau2009-02-191-1/+1
* export card information for sinks/sources and number of sinks/sources a profi...Lennart Poettering2009-02-181-0/+4
* if we fail to import a memblock fill in silence to guarantee stability of timingLennart Poettering2009-02-181-10/+18
* allow sending meta/policy events to clientsLennart Poettering2009-02-121-0/+66
* make native protocol use pa_{sink_input|source_output|card}_update_proplist()Lennart Poettering2009-02-051-9/+4
* remove soft volume from pa_sink_input_new_info since it should be handled int...Lennart Poettering2009-02-041-1/+1
* properly handle failing stream creationLennart Poettering2009-02-041-4/+4
* make a couple of functions return proper error codesLennart Poettering2009-02-031-9/+17
* implement PA_STREAM_FAIL_ON_SUSPEND logicLennart Poettering2009-02-031-7/+12
* store the default sink/source in proper pa_sink*/pa_source* pointers instead ...Lennart Poettering2009-01-281-6/+23
* when changing volume, store whether it is worth remembering or noLennart Poettering2009-01-271-4/+4
* move flat volume logic into the core. while doing so add n_volume_steps field...Lennart Poettering2009-01-271-2/+4
* allow samples to be played with 'default' (i.e. unspecified) volume.Lennart Poettering2009-01-271-1/+8
* make gcc shut upLennart Poettering2009-01-221-2/+2
* implement PA_COMMAND_SET_CARD_PROFILELennart Poettering2009-01-211-0/+40
* remove unused variableLennart Poettering2009-01-201-1/+0
* add client API for querying card informationLennart Poettering2009-01-201-1/+42
* add missing eof checksLennart Poettering2009-01-201-1/+3
* pulse: introspect sink stateMarc-André Lureau2009-01-201-2/+10
* allow setting properties for modules, tooLennart Poettering2009-01-191-5/+9
* Add support for 24bit samples encoded in the LSB of 32 bit wordsLennart Poettering2009-01-161-2/+2
* add support for 24bit packed samplesLennart Poettering2009-01-161-0/+7
* rework module usage counter stuff to be pull basedLennart Poettering2009-01-151-2/+2
* make proplist inheritance scheme automatic and implicitLennart Poettering2009-01-151-2/+0
* kill autoload stuff as plannedLennart Poettering2009-01-151-163/+22
* convert pa_client instantiation to use a pa_client_new_data struct and add ho...Lennart Poettering2009-01-151-6/+16
* add new dont_rewind_render flag to allow quick starts of newly created streamsLennart Poettering2009-01-151-2/+2
* Fix suspending of all sinks/sourcesLennart Poettering2009-01-121-1/+5
* fix version checkLennart Poettering2009-01-121-2/+2
* Add "base volume" field to sinks/sourcesLennart Poettering2008-12-241-1/+6
* Implement new flags DONT_INHIBIT_AUTO_SUSPEND and START_UNMUTEDLennart Poettering2008-10-261-6/+36
* volume hooksMarc-Andre Lureau2008-10-071-1/+1
* make sure we send a started messages when we are uncorkingLennart Poettering2008-10-061-0/+4
* a few FreeBSD fixes, from alexisLennart Poettering2008-10-011-0/+2
* command_get_info() segv in some conditionsMarc-André Lureau2008-09-031-1/+1
* Implement "early requests" mode.Lennart Poettering2008-09-031-34/+138
* avoid rounding errors on requested buffering metricsLennart Poettering2008-09-011-11/+18
* add a few missing castsLennart Poettering2008-08-201-1/+1
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-191-27/+27
* allow clients to not specify the volume for their streamsLennart Poettering2008-08-181-3/+13
* rework validity checking of sink/source/... namesLennart Poettering2008-08-181-18/+43
* pass force_refresh=FALSE to all volume/mute read invocationsLennart Poettering2008-08-131-4/+4
* initialize IP ACLs properlyLennart Poettering2008-08-111-1/+1
* don't use PA_GCC_UNUSED anymoreLennart Poettering2008-08-091-34/+34
* add new switch --disallow-exitLennart Poettering2008-08-061-1/+3
* don't include authkey-prop.h anymoreLennart Poettering2008-08-061-1/+0
* fix shutdown when --disallow-module-loading=1 is passedLennart Poettering2008-08-051-1/+1