summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Expand)AuthorAgeFilesLines
* 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
* rate limit a warningLennart Poettering2009-01-241-1/+2
* add pa_log_rate_limit()Lennart Poettering2009-01-232-0/+10
* add generic rate limiting implementationLennart Poettering2009-01-232-0/+121
* add support for static mutexesLennart Poettering2009-01-232-0/+27
* add functions to move all inputs of a sink away/similar for source outputsLennart Poettering2009-01-234-0/+116
* move sink input/source output move functions into two parts so that we can st...Lennart Poettering2009-01-235-104/+209
* in most cases we can use i->core instead of i->sink->core and o->coure instea...Lennart Poettering2009-01-232-32/+32
* include list of sinks/source in card dumpLennart Poettering2009-01-231-3/+17
* maintain a pa_core state variableLennart Poettering2009-01-232-0/+13
* allow sample spec/channel map to be queried for pa_resampler objectsLennart Poettering2009-01-232-0/+28
* Merge commit 'flameeyes/flameeyes'Lennart Poettering2009-01-231-1/+1
|\
| * Use #ifdef to avoid warning about undefined macro.Diego E. 'Flameeyes' Pettenò2009-01-221-1/+1
* | add a simple abstraction for SIMD operationsLennart Poettering2009-01-231-0/+97
* | don't overflow when we do digital amplification of 16 bit samplesLennart Poettering2009-01-231-31/+71
|/
* add API pa_ncpus()Lennart Poettering2009-01-222-0/+14
* NetBSD doesn't know getgrnam_r()/getpwnam_r()Jared D. McNeill2009-01-221-9/+39
* It is more portable to assume that SO_RCVBUF/SO_SNDBUF takes and int instead ...Jared D. McNeill2009-01-221-2/+6
* NetBSD specific atomic operation implementationJared D. McNeill2009-01-221-0/+73
* make gcc shut upLennart Poettering2009-01-221-2/+2
* add new function pa_strnaLennart Poettering2009-01-221-1/+4
* add new function pa_card_suspend()Lennart Poettering2009-01-222-0/+19
* don't include full path in driver name.Lennart Poettering2009-01-226-6/+12
* implement PA_COMMAND_SET_CARD_PROFILELennart Poettering2009-01-211-0/+40
* make pa_card_new_data::active_profile a stringLennart Poettering2009-01-212-11/+26