Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | alsa: revert to first set number of periods, then set buffer size | Lennart Poettering | 2009-07-31 | 1 | -26/+29 |
| | | | | | | | Apparently some ALSA drivers aren't happy with getting the buffer size configured first followed the period size. So swap the order again and document this for future reference so that we don't turn that around again. | ||||
* | tunnel: don't assert on misaligned reads, closes #597 and rhbz #496310 | Lennart Poettering | 2009-07-31 | 1 | -4/+22 |
| | |||||
* | threaded-mainloop: loop around pa_cond_wait() invocation in ↵ | Lennart Poettering | 2009-07-30 | 2 | -4/+13 |
| | | | | pa_threaded_mainloop_signal() | ||||
* | client: minor modernizations | Lennart Poettering | 2009-07-25 | 1 | -7/+4 |
| | |||||
* | client: if a child we created was already reaped, assume that it was successful | Lennart Poettering | 2009-07-25 | 1 | -3/+10 |
| | |||||
* | interpol-test: allow configuration of latency | Lennart Poettering | 2009-07-24 | 1 | -27/+54 |
| | |||||
* | client: limit block size for zero-copy operations to mempool block size | Lennart Poettering | 2009-07-24 | 2 | -6/+18 |
| | |||||
* | client: make volume struct const | Lennart Poettering | 2009-07-24 | 2 | -2/+2 |
| | |||||
* | alsa: throw timing data away after device resume | Lennart Poettering | 2009-07-24 | 5 | -25/+30 |
| | |||||
* | autospawn: refuse autospawning if process disabled waitpid() | Lennart Poettering | 2009-07-24 | 1 | -2/+15 |
| | |||||
* | memblock: try to hit an assert earlier when ref counting doesn't work | Lennart Poettering | 2009-07-24 | 1 | -9/+14 |
| | |||||
* | udev: explain what happened when inotify_add_watch() returned ENOSPC, rhbz ↵ | Lennart Poettering | 2009-07-24 | 1 | -1/+11 |
| | | | | #513571 | ||||
* | alsa: handle correctly if alsa returns us 0 or EAGAIN on snd_pcm_mmap_begin ↵ | Lennart Poettering | 2009-07-24 | 2 | -11/+39 |
| | | | | if we didn't call snd_pcm_avail immediately before | ||||
* | pacat: use zero-copy write calls when playing audio file | Lennart Poettering | 2009-07-23 | 1 | -61/+65 |
| | |||||
* | client: include zerocopy write calls in map file | Lennart Poettering | 2009-07-23 | 1 | -0/+2 |
| | |||||
* | alsa: don't reset volume/mute when selecting path | Lennart Poettering | 2009-07-23 | 1 | -2/+2 |
| | |||||
* | daemon: replace colons by dash in per-machine directory names for compat ↵ | Lennart Poettering | 2009-07-23 | 1 | -2/+2 |
| | | | | with weird filesystems | ||||
* | build-sys: add a couple of stub Makefiles | Lennart Poettering | 2009-07-23 | 3 | -0/+3 |
| | |||||
* | alsa: control 'Speaker' element as well | Lennart Poettering | 2009-07-23 | 4 | -0/+22 |
| | |||||
* | Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudio | Lennart Poettering | 2009-07-23 | 9 | -15/+69 |
|\ | | | | | | | | | Conflicts: src/daemon/main.c | ||||
| * | Merge commit 'flameeyes/osx' | Lennart Poettering | 2009-07-23 | 3 | -3/+7 |
| |\ | |||||
| | * | Again make sure that the wait() definition is not shadowed. | Diego Elio 'Flameeyes' Pettenò | 2009-07-17 | 1 | -2/+2 |
| | | | | | | | | | | | | Rename the parameter in pa_asyncmsgq_get() to wait_op. | ||||
| | * | Make the rtstutter tests mostly pointless without CLOCK_REALTIME. | Diego Elio 'Flameeyes' Pettenò | 2009-07-17 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | On the other hand, this actually makes the test build, and test at least that it doesn't abort away, when the CLOCK_REALTIME interface is not present (or when clock_gettime is not found). | ||||
| | * | Check for support of -z nodelete LD flag, don't use it unconditionally. | Diego Elio 'Flameeyes' Pettenò | 2009-07-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | On non-GNU, non-Sun linkers, the -z option is often not understood; make sure that the -z nodelete option is usable before making use of it. Unbreaks build on Mac OS X. | ||||
| * | | protocol-native: use the right samplerate | Wim Taymans | 2009-07-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | The render_memblockq is expressed in the sample_spec of the sink, not of the particular stream before resampling. | ||||
| * | | Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudio | Lennart Poettering | 2009-07-22 | 3 | -25/+11 |
| |\| | |||||
| | * | Merge commit 'flameeyes/master' | Colin Guthrie | 2009-07-16 | 2 | -24/+2 |
| | |\ | |||||
| | | * | Remove exploitable LD_BIND_NOW hack (CVE-2009-1894). | Diego Elio 'Flameeyes' Pettenò | 2009-07-16 | 2 | -24/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of trying to re-execute pulseaudio itself with LD_BIND_NOW set, just find the correct flag for the linker to request immediate bindings (all ELF files support that option), and use that when linking the daemon. Reduce the amount of compiled and executed code as well. | ||||
| | * | | introspect: Fix two memory issues in port handling code. | Colin Guthrie | 2009-07-12 | 1 | -1/+9 |
| | |/ | | | | | | | | | | | | | First one is a simple typo on an error condition that would have likely caused issues if it ever cropped up. Second issue is that port information is never actually freed if everything works fine. | ||||
| * | | udev: don't fail if /dev/snd is not available right-away | Lennart Poettering | 2009-07-22 | 1 | -6/+28 |
| | | | |||||
| * | | daemon: reset personality, to make the autospawn env cleaup complete | Lennart Poettering | 2009-07-22 | 1 | -0/+10 |
| | | | |||||
| * | | alsa: deal properly with IO functions asking us to write 0 bytes | Lennart Poettering | 2009-07-22 | 2 | -2/+12 |
| |/ | |||||
* | | memtrap: clarify that we are not interested in the return value of write() | Lennart Poettering | 2009-07-20 | 1 | -1/+1 |
| | | |||||
* | | client: allow zero-copy writing to the stream | Lennart Poettering | 2009-07-20 | 3 | -44/+176 |
| | | |||||
* | | daemon: before exec'ing ourselves, make sure nobody plays games with ↵ | Lennart Poettering | 2009-07-20 | 2 | -6/+16 |
|/ | | | | /proc/self/exe | ||||
* | stream-restore: mark volume changes from instant apply as saved onesv0.9.16-test2 | Lennart Poettering | 2009-07-01 | 1 | -6/+7 |
| | |||||
* | bluetooth: don't connect on unconnected profile | Marc-André Lureau | 2009-07-01 | 1 | -0/+9 |
| | |||||
* | bluetooth: warn on EAGAIN after POLLOUT | Marc-André Lureau | 2009-07-01 | 1 | -0/+3 |
| | |||||
* | memtrap: properly lock access to memtrap changer | Lennart Poettering | 2009-07-01 | 1 | -0/+20 |
| | |||||
* | memblock: rearrange locking order | Lennart Poettering | 2009-07-01 | 1 | -17/+21 |
| | |||||
* | reserve: update from upstream git repo | Lennart Poettering | 2009-07-01 | 4 | -1/+33 |
| | |||||
* | alsa: fix a few comments | Lennart Poettering | 2009-07-01 | 1 | -2/+1 |
| | |||||
* | build-sys: add missing dependency to libcli | Lennart Poettering | 2009-07-01 | 1 | -1/+1 |
| | |||||
* | libpulse: minor cleanups | Lennart Poettering | 2009-07-01 | 1 | -11/+19 |
| | |||||
* | native: don't hit assert when user uploads zero-sized sample | Lennart Poettering | 2009-07-01 | 1 | -1/+3 |
| | |||||
* | bluetooth: don't busy loop when device is not writable but we want to write | Lennart Poettering | 2009-07-01 | 1 | -1/+1 |
| | |||||
* | bluetooth: handle absence of bluez D-Bus service properly | Lennart Poettering | 2009-07-01 | 1 | -11/+66 |
| | |||||
* | reserve: fix build without D-Bus | Lennart Poettering | 2009-06-30 | 1 | -0/+4 |
| | |||||
* | introspect: Fix a bug in sink/source info protocol handling related to ports. | Colin Guthrie | 2009-06-29 | 1 | -60/+64 |
| | | | | | | Previously the active_profile was extracted from the tagstruct regardless of the protocol version which caused errors while speaking to older version servers. | ||||
* | combine: Do not set (and update) description if the user passed one in ↵ | Colin Guthrie | 2009-06-29 | 1 | -1/+12 |
| | | | | | | | during load. Note that this will not turn off auto-description setting if the user were to update the proplist later, so such a change could be short lived. |