summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* store the default sink/source in proper pa_sink*/pa_source* pointers instead ↵Lennart Poettering2009-01-2811-100/+130
| | | | of a string
* fix two typosLennart Poettering2009-01-282-2/+2
|
* print the right software volumeLennart Poettering2009-01-282-4/+4
|
* Merge commit 'coling/master'Lennart Poettering2009-01-281-1/+1
|\
| * Fix the message processing for PA_SINK_MESSAGE_GET_LATENCY by returning ↵Colin Guthrie2009-01-271-1/+1
| | | | | | | | rather than breaking and falling through.
* | make m-v-r a stub that simply load m-s-rLennart Poettering2009-01-281-499/+8
| |
* | add missing usage stringsLennart Poettering2009-01-282-0/+7
|/
* don't make m-e-s hit an assert when the latency is queriedLennart Poettering2009-01-271-1/+1
|
* instead of making the volume relative our own, let' pa_sink_input_new() do ↵Lennart Poettering2009-01-271-5/+10
| | | | it for us
* make m-p-e-s use pa_cvolume_set_balance()Lennart Poettering2009-01-271-31/+3
|
* only store volume/device information that has been flagged for saving, and ↵Lennart Poettering2009-01-271-47/+158
| | | | store both relative and absolute volumes
* when changing volume, store whether it is worth remembering or noLennart Poettering2009-01-2715-41/+70
|
* add missing 'const'Lennart Poettering2009-01-272-2/+2
|
* add new paramter ignore_dB= to alsa modulesLennart Poettering2009-01-275-9/+25
|
* move flat volume logic into the core. while doing so add n_volume_steps ↵Lennart Poettering2009-01-2732-359/+560
| | | | field to sinks/sources
* fix size calculationLennart Poettering2009-01-271-1/+1
|
* get rid of module-flat-volumes since we are moving this into the coreLennart Poettering2009-01-273-236/+1
|
* allow samples to be played with 'default' (i.e. unspecified) volume.Lennart Poettering2009-01-276-15/+43
|
* swap argument order of pa_cvolume_get_balance() to be a bit more systematicLennart Poettering2009-01-275-16/+16
|
* add a few missing doxygen commentsLennart Poettering2009-01-274-1/+19
|
* import version.h in all header files to make sure that version-based feature ↵Lennart Poettering2009-01-2721-0/+21
| | | | testing works
* always define PA_MAJOR/PA_MINOR/PA_MICRO to ease feature checking in client ↵Lennart Poettering2009-01-272-6/+18
| | | | applications
* invert an ill-placed assertLennart Poettering2009-01-271-1/+1
|
* show pretty channel map name if possibleLennart Poettering2009-01-271-5/+30
|
* remove redundant castLennart Poettering2009-01-271-1/+1
|
* 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
* make a few comments appear in doxygenLennart Poettering2009-01-271-2/+2
|
* check for availability of RLIMIT_NOFILE and RLIMIT_AS before we make use of itLennart Poettering2009-01-273-3/+28
|
* implement pa_cvolume_scale()Lennart Poettering2009-01-273-1/+26
|
* implement new API functions pa_channel_map_can_balance(), ↵Lennart Poettering2009-01-273-4/+207
| | | | pa_channel_map_to_name() and pa_channel_map_to_pretty_name()
* add a bitset implementationLennart Poettering2009-01-273-0/+105
|
* rate limit a warningLennart Poettering2009-01-241-1/+2
|
* include a few HAL properties in our card/sink/source properties for ALSA devicesLennart Poettering2009-01-2411-10/+186
|
* use pa_log_ratelimit() at a few placesLennart Poettering2009-01-242-6/+6
|
* add pa_log_rate_limit()Lennart Poettering2009-01-232-0/+10
|
* add generic rate limiting implementationLennart Poettering2009-01-233-0/+122
|
* add support for static mutexesLennart Poettering2009-01-232-0/+27
|
* make module-alsa-card move streams between the old and new sink/source, ↵Lennart Poettering2009-01-231-2/+29
| | | | allowing 'hot' switching between profiles
* 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-236-124/+257
| | | | 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
|
* teach module-rescue-streams and module-always-sink to not do anything if we ↵Lennart Poettering2009-01-232-1/+17
| | | | are shutting down anyway
* 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
|
* drop --ltdl from the libtoolize invocation, since we don't ship ltdl anymoreLennart Poettering2009-01-231-1/+1
|
* Merge commit 'flameeyes/flameeyes'Lennart Poettering2009-01-236-16/+38
|\
| * Use #ifdef to avoid warning about undefined macro.Diego E. 'Flameeyes' Pettenò2009-01-222-2/+2
| |
| * Improve the ltdl discovery code by checking for libtool 2.x functions.Diego E. 'Flameeyes' Pettenò2009-01-221-1/+5
| | | | | | | | | | | | The lt_dladvise_* interfaces are implemented only in the 2.x series and are not implemented in 1.4, so we can rely on their presence to know that the version is good enough.
| * Move the safety check about pkg-config in bootstrap.sh.Diego E. 'Flameeyes' Pettenò2009-01-222-8/+9
| | | | | | | | | | Don't check twice for pkg-config during configure, since the undefined macro would be possibly caused on a different system.