summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Expand)AuthorAgeFilesLines
* call _kill functions instead of _unlink since the latter should only be calle...Lennart Poettering2009-02-122-4/+4
* Merge commit 'elmarco/bt-wip'Lennart Poettering2009-02-123-4/+10
|\
| * pulsecore: add PA_CORE_HOOK_*_MOVE_FAILMarc-André Lureau2009-02-113-4/+10
* | allow sending meta/policy events to clientsLennart Poettering2009-02-129-0/+193
* | A few MacOS X portability fixesLennart Poettering2009-02-062-3/+11
* | parse ini-style sections properlyLennart Poettering2009-02-052-23/+47
* | make native protocol use pa_{sink_input|source_output|card}_update_proplist()Lennart Poettering2009-02-051-9/+4
* | add missing hookLennart Poettering2009-02-051-0/+1
* | allow overwriting of process properties with environment variablesLennart Poettering2009-02-051-6/+1
* | make return value of pa_{sink_input|source_output}_update_proplist() voidLennart Poettering2009-02-054-22/+18
* | add pa_client_update_proplist() callLennart Poettering2009-02-052-0/+15
* | handle default volume initialization properlyLennart Poettering2009-02-051-1/+4
* | add a 'volume factor' that is implicitly multiplied into the volume of a sink...Lennart Poettering2009-02-053-8/+27
* | remove soft volume from pa_sink_input_new_info since it should be handled int...Lennart Poettering2009-02-045-47/+34
* | properly handle failing stream creationLennart Poettering2009-02-041-4/+4
* | merge in properties earlier to make identification of streams from hooks easierLennart Poettering2009-02-042-6/+6
* | add new calls pa_replace() and pa_unescape()Lennart Poettering2009-02-042-0/+51
* | make gcc shut upLennart Poettering2009-02-041-0/+7
* | rearrange a few thingsLennart Poettering2009-02-041-87/+92
* | simplify code a bit by using pa_sample_size_of_format()Lennart Poettering2009-02-041-11/+1
* | in addition to per-property env vars PULSE_PROP_xxx look for for a stringifie...Lennart Poettering2009-02-041-0/+10
|/
* when moving a sink between sinks make volume relativeLennart Poettering2009-02-031-2/+14
* make a couple of functions return proper error codesLennart Poettering2009-02-039-99/+116
* make a few functions return void where the retval isn't used/never != 0Lennart Poettering2009-02-033-16/+6
* implement PA_STREAM_FAIL_ON_SUSPEND logicLennart Poettering2009-02-038-22/+49
* make iterating with pa_idxset_next() robust in regards to idxset modificationsLennart Poettering2009-02-031-9/+33
* whitespace cleanupLennart Poettering2009-02-021-1/+0
* fix soft_mute handlingLennart Poettering2009-02-021-1/+1
* reset rewind_requested when we enter suspend modeLennart Poettering2009-02-021-0/+4
* shortcut pa_sink_process_rewind() when no rewind is happenning and none was r...Lennart Poettering2009-02-021-0/+5
* Fix a few sink/source calls when they are called in suspended state.Lennart Poettering2009-02-022-16/+43
* set PA_PROP_WINDOW_X11_DISPLAY from :0.0 and initialize PA_PROP_APPLICATION_P...Lennart Poettering2009-02-021-0/+19
* try to use glib's g_get_application_name() to set PA_PROP_APPLICATION_NAMELennart Poettering2009-02-021-10/+24
* when determining the minimum volume of all sink inputs make sure to handle th...Lennart Poettering2009-02-021-0/+13
* work around dlsym() return value mistyping as suggested in POSIXLennart Poettering2009-02-021-2/+4
* use uintpr_t when casting between pointers and integersLennart Poettering2009-02-021-8/+8
* check for NULL before accessing the nameLennart Poettering2009-02-021-1/+1
* dump properties when we create a new sink or sourceLennart Poettering2009-01-302-4/+12
* suppress lines made up only of whitespaceLennart Poettering2009-01-301-1/+2
* get rid of nonsensical late initialization of namereg/scache and thingsLennart Poettering2009-01-299-102/+41
* store the default sink/source in proper pa_sink*/pa_source* pointers instead ...Lennart Poettering2009-01-289-85/+118
* when changing volume, store whether it is worth remembering or noLennart Poettering2009-01-2711-33/+62
* move flat volume logic into the core. while doing so add n_volume_steps field...Lennart Poettering2009-01-2714-219/+434
* fix size calculationLennart Poettering2009-01-271-1/+1
* allow samples to be played with 'default' (i.e. unspecified) volume.Lennart Poettering2009-01-274-13/+33
* swap argument order of pa_cvolume_get_balance() to be a bit more systematicLennart Poettering2009-01-271-4/+4
* invert an ill-placed assertLennart Poettering2009-01-271-1/+1
* show pretty channel map name if possibleLennart Poettering2009-01-271-5/+30
* store requested resampling method in a seperate field and use it when create ...Lennart Poettering2009-01-274-13/+12
* add a bitset implementationLennart Poettering2009-01-272-0/+104