summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-08-05Add volume ramping feature - sink modificationmerge-queuezbt1-1/+5
2009-08-05Add volume ramping feature - sink-input modificationzbt2-60/+312
2009-08-05Add volume ramping feature - envelop fixzbt2-65/+273
2009-08-05run make update-poLennart Poettering28-2990/+2700
2009-08-05Merge commit 'origin/master-tx'Lennart Poettering3-1376/+1059
Conflicts: po/pl.po po/pt.po po/pt_BR.po
2009-08-05Sending translation for Portugueseruigo1-560/+564
2009-08-05Sending translation for Portugueseruigo1-552/+560
2009-08-05simple: bump libpulse-simple library revisionv0.9.16-test4Lennart Poettering1-1/+1
2009-08-05smoother: readd #ifdef protectionLennart Poettering1-2/+2
2009-08-04Sending translation for Portugueseruigo1-328/+202
2009-08-05simple: check for == RUNNING instead of != DONE when waiting for operationsLennart Poettering1-2/+2
2009-08-05simple: split data/length validity checks into twoLennart Poettering1-2/+4
2009-08-05simple: call pa_context_disconnect() just to be sureLennart Poettering1-1/+3
2009-08-05simple: always loop around pa_threaded_mainloop_wait() to handle spurious ↵Lennart Poettering1-11/+28
wakeups properly
2009-08-05simple: use pa_xnew0 instead of manual reset to 0Lennart Poettering1-5/+1
2009-08-05simple: use PA_xxx_IS_GOOD for state checksLennart Poettering1-2/+2
2009-08-05POTFILES - Remove references to more non-existant files in the source treeLuke Yelavich1-2/+0
2009-08-04alsa: properly treat ESTRPIPE as system suspendLennart Poettering2-2/+5
2009-08-03client: extend documentation on pa_operation_cancel() a bitLennart Poettering1-1/+5
2009-08-03build-sys: take preset CFLAGS into accountLennart Poettering1-1/+1
2009-08-03Recover stream when it's suspended upon rewindLubomir Rintel1-1/+7
Error from snd_pcm_rewind() might mean we just woke up from suspend and didn't have a chance to try to recover the stream since we didn't write to it in between. Call try_recover() in such cases. Note that for this to work kernel must return ESTRPIPE instead of EBADF for rewind/forward attempts on suspended streams, so that snd_pcm_recover() can recognize it should snd_pcm_resume() the stream. This is not the case yet (2.6.31-rc5), patch is available. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
2009-08-01autospawn: if creating the lock file fails, pass error code cleanly back to ↵Lennart Poettering1-21/+45
main process This makes sure PA clients don't hang if $HOME is for some reason unsuitable for autospawn lockfiles. Closes #539
2009-08-01core-util: replace remaining fixed size destination string functions by ↵Lennart Poettering7-38/+119
_malloc() versions This helps portability to GNU/Hurd. Patch originally from Samuel Thibault but modified. Closes ticket #546
2009-08-01core-util: rework pa_strlcpy() to not rely on strncpy()Lennart Poettering1-2/+10
strncpy() is very slow since it resets the entire destination buffer. Replace usage of strncpy by memcpy().
2009-08-01pipe: replace PIPE_BUF macro pa pa_pipe_buf callLennart Poettering4-4/+23
This should help portability to platforms that lack PIPE_BUF. Based on a patch from Samuel Thibault. See ticket #546
2009-07-31hal: add option to initialize all subdevices of an OSS deviceLennart Poettering1-5/+20
Patch from 'cmt', closes ticket #544
2009-07-31client: documented that pa_stream_drain() may only have a single operation ↵Lennart Poettering1-1/+3
active at a time Closes #552.
2009-07-31client: fix documentation for threaded mainloopLennart Poettering1-5/+9
Closes #553
2009-07-31update pulse-daemon.conf.5.xml.in about realtime-schedulingAlam Arias1-1/+1
2009-07-31update pulse-daemon.conf.5.xml.in about exit-idle-timeAlam Arias1-1/+1
2009-07-31alsa: revert to first set number of periods, then set buffer sizeLennart Poettering1-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.
2009-07-31tunnel: don't assert on misaligned reads, closes #597 and rhbz #496310Lennart Poettering1-4/+22
2009-07-30threaded-mainloop: loop around pa_cond_wait() invocation in ↵Lennart Poettering2-4/+13
pa_threaded_mainloop_signal()
2009-07-28Sending translation for Brazilian Portugueseigor1-524/+421
2009-07-28Sending translation for Polishraven1-187/+204
2009-07-28build-sys: bump binary versionv0.9.16-test3Lennart Poettering1-1/+1
2009-07-28i18n: run make-update-poLennart Poettering28-4897/+6173
2009-07-28Merge branch 'master' into master-txLennart Poettering21-158/+293
2009-07-25client: minor modernizationsLennart Poettering1-7/+4
2009-07-25client: if a child we created was already reaped, assume that it was successfulLennart Poettering1-3/+10
2009-07-24interpol-test: allow configuration of latencyLennart Poettering1-27/+54
2009-07-24client: limit block size for zero-copy operations to mempool block sizeLennart Poettering2-6/+18
2009-07-24client: make volume struct constLennart Poettering2-2/+2
2009-07-24alsa: throw timing data away after device resumeLennart Poettering5-25/+30
2009-07-24autospawn: refuse autospawning if process disabled waitpid()Lennart Poettering1-2/+15
2009-07-24memblock: try to hit an assert earlier when ref counting doesn't workLennart Poettering1-9/+14
2009-07-24udev: explain what happened when inotify_add_watch() returned ENOSPC, rhbz ↵Lennart Poettering1-1/+11
#513571
2009-07-24alsa: handle correctly if alsa returns us 0 or EAGAIN on snd_pcm_mmap_begin ↵Lennart Poettering2-11/+39
if we didn't call snd_pcm_avail immediately before
2009-07-23Sending translation for Spanishlogan1-426/+220
2009-07-23pacat: use zero-copy write calls when playing audio fileLennart Poettering1-61/+65