summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | implement new API functions pa_channel_map_can_balance(), pa_channel_map_to_n...Lennart Poettering2009-01-273-4/+207
* | 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, allow...Lennart Poettering2009-01-231-2/+29
* | 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-236-124/+257
* | 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
* | teach module-rescue-streams and module-always-sink to not do anything if we a...Lennart Poettering2009-01-232-1/+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
* | 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
| * | Move the safety check about pkg-config in bootstrap.sh.Diego E. 'Flameeyes' Pettenò2009-01-222-8/+9
| * | Fix logic thinko.Diego E. 'Flameeyes' Pettenò2009-01-221-1/+1
| * | Remove support for internal distributing and bundling of libltdl.Diego E. 'Flameeyes' Pettenò2009-01-223-5/+22
* | | add a simple abstraction for SIMD operationsLennart Poettering2009-01-234-1/+189
* | | don't overflow when we do digital amplification of 16 bit samplesLennart Poettering2009-01-231-31/+71
* | | use pthread_setaffinity_np() only when it is availableLennart Poettering2009-01-222-7/+11
|/ /
* | NetBSD sometimes doesn't know SNDCTL_DSP_GETODELAYJared D. McNeill2009-01-221-2/+21
* | make rtstutter use pa_ncpus()Lennart Poettering2009-01-221-1/+2
* | add API pa_ncpus()Lennart Poettering2009-01-223-0/+16
* | NetBSD doesn't know getgrnam_r()/getpwnam_r()Jared D. McNeill2009-01-222-11/+41
* | NetBSD doesn't know ENOLINKJared D. McNeill2009-01-221-0/+4
* | 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-222-53/+150
* | NetBSD doesn't know RLIMIT_ASJared D. McNeill2009-01-221-0/+2
* | NetBSD needs to include sys/uio.h for some socket functionsJared D. McNeill2009-01-223-1/+9
* | When resuming an OSS device ask for the very same fragment settings as we did...Lennart Poettering2009-01-222-3/+7
* | rework module-hal-detect and make it use module-alsa-card instead of module-a...Lennart Poettering2009-01-222-348/+310
* | include PA_SINK_INVALID_STATE in all switch/case statements to make gcc shut upLennart Poettering2009-01-227-0/+9
* | fix minor memleak in proberLennart Poettering2009-01-221-0/+2
* | rework logic how alsa sinks/sources/cards are namedLennart Poettering2009-01-225-34/+92
* | make gcc shut upLennart Poettering2009-01-221-2/+2
* | fix segfault when in record-only modeLennart Poettering2009-01-221-1/+1
* | only reread volume if we actually have a good mixer. Closes #466Lennart Poettering2009-01-221-7/+8
* | make gcc shut up a bit moreLennart Poettering2009-01-221-1/+6
* | fix copy'n'paste errorLennart 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
* | mark a few more ALSA dB values as 'valid' for valgrindLennart Poettering2009-01-222-0/+16
* | don't include full path in driver name.Lennart Poettering2009-01-226-6/+12
* | require autoconf 2.63Lennart Poettering2009-01-221-2/+2