summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* memblockq: add pa_memblockq_get_maxrewind() APILennart Poettering2009-08-142-0/+9
|
* shm: bump shm size limit to 1GBLennart Poettering2009-08-141-1/+2
|
* pacmd: handle multi word commands in argv[] properlyLennart Poettering2009-08-141-1/+1
|
* core: add functions to query max_rewind/max_request values from streamsLennart Poettering2009-08-134-0/+33
|
* core: add assert macros for verifying calling contextLennart Poettering2009-08-139-31/+234
| | | | | | | This adds pa_assert_io_context() and pa_assert_ctl_context() in addition to a few related macros. When called they will fail when the current execution context is not IO resp. not control context. (aka 'thread' context vs. 'main' context)
* start-child: clean up child environment a bit betterLennart Poettering2009-08-121-7/+8
|
* pacmd: port pacmd from select() to poll() so that we notice writer side hangupsLennart Poettering2009-08-121-20/+40
|
* memblock: rate limit 'Pool full' messageLennart Poettering2009-08-121-1/+2
|
* context: document why we only do minimal cleanups before the autospawn exec()Lennart Poettering2009-08-121-1/+4
|
* daemon: reset scheduling priority on startup, tooLennart Poettering2009-08-121-0/+1
|
* core-util: move personality resetting into core-utilLennart Poettering2009-08-123-9/+16
|
* daemon: unconditionally clean up priviligesLennart Poettering2009-08-121-5/+2
|
* conf: invert all negative boolean configuration optionLennart Poettering2009-08-126-54/+62
|
* conf: add pa_config_parse_not_bool() for parsing inverse boolean ↵Lennart Poettering2009-08-122-0/+25
| | | | configuration options
* daemon: install D-Bus system policy file for PA system instancesLennart Poettering2009-08-122-0/+42
| | | | | | Original patch from 'mgrela'. http://pulseaudio.org/ticket/582
* alsa: enable ext. amplifier by defaultLennart Poettering2009-08-121-2/+2
|
* alsa: adjust priority bonus of mappings that match the configured default ↵Lennart Poettering2009-08-121-2/+2
| | | | | | | | | | channel map We need to make sure that having both input and output weighs more for selecting the default profile than a channel map that matches the default channel map has. https://bugzilla.redhat.com/show_bug.cgi?id=496320
* volume-restore: forward module load return value of stream-restore back to ↵Lennart Poettering2009-08-111-3/+6
| | | | caller
* hal: replace subdevs= parameter by subdevices= parameterLennart Poettering2009-08-111-5/+5
| | | | | Abbreviating tsched like this was bad enough, so let's not add another option here.
* udev: drop definition of LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGELennart Poettering2009-08-111-2/+0
| | | | | We depend on udev 143 anyway, where this definition is not necessary anymore.
* hal: add stub module that loads module-udev-detect instead of module-hal-detectLennart Poettering2009-08-113-1/+124
| | | | | | | | | This adds module-hal-detect-compat.c which when enabled will be compiled into a module module-hal-detect which simply loads module-udev-detect. The purpose of this is to allow easy upgrading without breaking default.pa. Distributions are recommended to enable this to easy upgrades from HAL versions of PA to udev versions.
* Revert "build-sys: drop libcap checks, since we don't use caps anymore"Lennart Poettering2009-08-101-0/+19
| | | | This reverts commit 9ade13604e98378e68a82b82ba260869714474b4.
* Merge commit 'origin/master-tx'Lennart Poettering2009-08-102-1028/+590
|\
| * Sending translation for Spanishlogan2009-08-101-534/+300
| |
| * Sending translation for Brazilian Portugueseigor2009-08-081-494/+290
| |
* | Merge commit 'flameeyes/master'Lennart Poettering2009-08-101-3/+10
|\ \
| * | Update the end-of-configuration summary for OSS output/wrapper split.Diego Elio 'Flameeyes' Pettenò2009-08-081-3/+10
| | |
* | | Correctly deal with events in the past in calc_next_timeoutMaxim Levitsky2009-08-101-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | pa_usec_t is unsigned, thus it will always be >= 0 This makes gstreamer pulse mixer work again This fixes a gstreamer mixer regression, when it can't control the volume, after few changes.
* | | mix-test: fix test for s24-32 samplesLennart Poettering2009-08-081-33/+41
|/ /
* | Split OSS support in output and wrapper.Diego Elio 'Flameeyes' Pettenò2009-08-085-24/+40
| | | | | | | | | | | | | | Since Fedora does not enable OSS output support at all, but still uses padsp, and in Gentoo we could also make use of padsp without OSS output support, split the two things in two parameters, although they both check for sys/soundcard.h once.
* | build-sys: drop libcap checks, since we don't use caps anymoreLennart Poettering2009-08-081-19/+0
| |
* | ladspa/remap: make sure we process all requested rewinds unconditionallyLennart Poettering2009-08-074-5/+14
| | | | | | | | | | | | | | In some situations a rewind request travelling downstream might be optimized away on its way and an upstream rewind processing might never come back. Hence, call _process_rewind() before each _render()just to make sure we processed them all.
* | core: save volume/mute changes coming from the hardware automaticallyLennart Poettering2009-08-076-29/+34
|/ | | | | Volume changes coming from the lower layers are most likely changes triggered by the user, so let's save them automatically.
* run make update-poLennart Poettering2009-08-0528-2990/+2700
|
* Merge commit 'origin/master-tx'Lennart Poettering2009-08-053-1376/+1059
|\ | | | | | | | | | | | | Conflicts: po/pl.po po/pt.po po/pt_BR.po
| * Sending translation for Portugueseruigo2009-08-051-560/+564
| |
| * Sending translation for Portugueseruigo2009-08-051-552/+560
| |
| * Sending translation for Portugueseruigo2009-08-041-328/+202
| |
| * Sending translation for Brazilian Portugueseigor2009-07-281-524/+421
| |
| * Sending translation for Polishraven2009-07-281-187/+204
| |
* | simple: bump libpulse-simple library revisionv0.9.16-test4Lennart Poettering2009-08-051-1/+1
| |
* | smoother: readd #ifdef protectionLennart Poettering2009-08-051-2/+2
| |
* | simple: check for == RUNNING instead of != DONE when waiting for operationsLennart Poettering2009-08-051-2/+2
| |
* | simple: split data/length validity checks into twoLennart Poettering2009-08-051-2/+4
| |
* | simple: call pa_context_disconnect() just to be sureLennart Poettering2009-08-051-1/+3
| |
* | simple: always loop around pa_threaded_mainloop_wait() to handle spurious ↵Lennart Poettering2009-08-051-11/+28
| | | | | | | | wakeups properly
* | simple: use pa_xnew0 instead of manual reset to 0Lennart Poettering2009-08-051-5/+1
| |
* | simple: use PA_xxx_IS_GOOD for state checksLennart Poettering2009-08-051-2/+2
| |
* | POTFILES - Remove references to more non-existant files in the source treeLuke Yelavich2009-08-051-2/+0
| |
* | alsa: properly treat ESTRPIPE as system suspendLennart Poettering2009-08-042-2/+5
| |