summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Collapse)AuthorAgeFilesLines
* move flat volume logic into the core. while doing so add n_volume_steps ↵Lennart Poettering2009-01-2714-219/+434
| | | | field to sinks/sources
* 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
| | | | a new resampler after a move
* 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 ↵Lennart Poettering2009-01-235-104/+209
| | | | start the move, delete the original sink, create a new sink, finish the move; similar for source outputs
* in most cases we can use i->core instead of i->sink->core and o->coure ↵Lennart Poettering2009-01-232-32/+32
| | | | instead of o->source->core
* 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
| | | | Signed-off-by: Lennart Poettering <lennart@poettering.net>
* It is more portable to assume that SO_RCVBUF/SO_SNDBUF takes and int instead ↵Jared D. McNeill2009-01-221-2/+6
| | | | | | of a size_t Signed-off-by: Lennart Poettering <lennart@poettering.net>
* NetBSD specific atomic operation implementationJared D. McNeill2009-01-221-0/+73
| | | | Signed-off-by: Lennart Poettering <lennart@poettering.net>
* 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
|
* when changing profiles do the actual assignment in the generic implementationLennart Poettering2009-01-211-1/+5
|
* remove bogus pa_core_check_idle() callLennart Poettering2009-01-211-2/+0
|
* add set-card-profile CLI commandLennart Poettering2009-01-211-0/+45
|
* allow cards be referenced by their indexLennart Poettering2009-01-211-0/+2
|
* fix copy/paste errorLennart Poettering2009-01-211-1/+1
|
* add priority logic to find best default profileLennart Poettering2009-01-203-3/+18
|
* remove unused variableLennart Poettering2009-01-201-1/+0
|
* add client API for querying card informationLennart Poettering2009-01-202-1/+47
|
* dump active profileLennart Poettering2009-01-201-0/+5
|
* fix destruction when no profiles are definedLennart Poettering2009-01-201-3/+5
|
* add missing eof checksLennart Poettering2009-01-201-1/+3
|
* document that I am a retardLennart Poettering2009-01-201-0/+4
|
* pulse: share private enum values with client sideMarc-André Lureau2009-01-202-18/+0
|
* cli: fix broken array access with signed state enumsMarc-André Lureau2009-01-201-16/+36
| | | | | I wish I could have merge sink_to_string and source_to_string, but the enum values are equal, and we cannot assume they will always be.
* sink: trigger subscribe event on sink state changeMarc-André Lureau2009-01-201-1/+3
|
* pulse: introspect sink stateMarc-André Lureau2009-01-203-23/+28
|
* show dB and balance for cached samplesLennart Poettering2009-01-191-1/+5
|
* fix up balance format string a bitLennart Poettering2009-01-191-3/+3
|