summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-01native: make sure clients cannot trigger an assert by sending us invalid volu...0.9.15-stableLennart Poettering1-4/+10
2009-09-01proplist: allow setting of zero-length data propertiesLennart Poettering1-2/+3
2009-09-01protocol-native: compare uint64_t variable with (uint64_t) -1 instead of (siz...Lennart Poettering1-1/+2
2009-09-01pacmd: handle multi word commands in argv[] properlyLennart Poettering1-1/+1
2009-09-01memblock: rate limit 'Pool full' messageLennart Poettering1-1/+2
2009-07-16Add missing headers' include to build on FreeBSD 7.1.Diego Elio 'Flameeyes' Pettenò2-0/+3
2009-07-16Remove exploitable LD_BIND_NOW hack (CVE-2009-1894).Diego Elio 'Flameeyes' Pettenò3-24/+8
2009-06-08alsa: remove debug codeLennart Poettering1-2/+0
2009-06-08alsa: properly convert return values of snd_strerror() to utf8Lennart Poettering5-53/+86
2009-06-08sample: fix build on BE archsLennart Poettering1-1/+1
2009-06-08core: cache requested latency only when we are running, not while we are stil...Lennart Poettering2-4/+10
2009-06-08core: introduce pa_{sink,source}_set_fixed_latency()Lennart Poettering11-16/+48
2009-06-08rescue: make we don't end up in an endless loop when we can't move a sink inputLennart Poettering1-17/+21
2009-06-08alsa: be a bit more verbose when a hwparam call failsLennart Poettering1-8/+37
2009-06-08sconv: fix a few minor conversion issuesLennart Poettering2-6/+6
2009-06-08sample-util: properly allocate silence block for s24-32 formatsLennart Poettering1-0/+4
2009-06-08sample-util: fix iteration loop when adjusting volume of s24 samplesLennart Poettering1-4/+4
2009-06-08sample: correctly pass s24-32 formatsLennart Poettering1-4/+4
2009-06-08rescue-streams: when one stream move fails try to continue with the remaining...Lennart Poettering1-10/+6
2009-06-08idxset: add enumeration macro PA_IDXSET_FOREACHLennart Poettering1-0/+4
2009-06-08simple-protocol: don't hit an assert when we call connection_unlink() earlyLennart Poettering1-1/+1
2009-06-08oss: don't deadlock when we try to resume an OSS device that lacks a mixerLennart Poettering1-4/+7
2009-06-08mutex: when we fail to fill in mutex into static mutex ptr free it againLennart Poettering1-0/+2
2009-06-08man: document that tsched doesn't use fragment settingsLennart Poettering1-1/+2
2009-06-08man: document log related daemon.conf optionsLennart Poettering1-2/+19
2009-06-08man: document 24bit sample types in man pageLennart Poettering1-4/+6
2009-06-08log: print file name only when we have itLennart Poettering1-1/+1
2009-06-08endian: fix LE/BE order for 24 bit accessor functionsLennart Poettering1-4/+4
2009-06-08core: make sure soft mute status stays in sync with hw mute statusLennart Poettering4-4/+12
2009-06-08conf: remove obsolete module-idle-time directive from default config file/man...Lennart Poettering2-8/+0
2009-06-08alsa: initialize buffer size before number of periods to improve compat with ...Lennart Poettering1-13/+20
2009-06-08alsa: fix wording, we are speaking of card profiles, not output profilesLennart Poettering1-1/+1
2009-06-08alsa: don't hit an assert when invalid module arguments are passedLennart Poettering2-2/+4
2009-06-08util: if NULL is passed to pa_path_get_filename() just hand it throughLennart Poettering2-2/+3
2009-06-08alsa: allow configuration of fallback device strings in profilesLennart Poettering2-37/+90
2009-04-14add a few missing initializationsv0.9.15Lennart Poettering2-3/+3
2009-04-14explcitly ignore return values of some functions marked with gcc's warn_unuse...Lennart Poettering3-4/+4
2009-04-14bump version for final 0.9.15 releaseLennart Poettering1-1/+1
2009-04-14core: when applying delay memblockq take monitored sink latency into accountLennart Poettering1-0/+19
2009-04-14pacat: add missing newlineLennart Poettering1-1/+1
2009-04-14core: use pa_{source|sink}_get_latency_within_thread() at one more placeLennart Poettering2-8/+2
2009-04-13sort LINGUASLennart Poettering1-1/+1
2009-04-13run make update-poLennart Poettering24-1774/+2158
2009-04-13update LINGUASLennart Poettering1-0/+1
2009-04-13Merge commit 'origin/master-tx'Lennart Poettering2-90/+2229
2009-04-13core: introduce new 'reference' volume for sinksLennart Poettering15-160/+153
2009-04-13alsa: include the alsa mixer control that is used in the property listLennart Poettering4-4/+7
2009-04-13alsa: store mixer controls to use in profile dataLennart Poettering4-19/+48
2009-04-13alsa: when passing emptry mixer control name, force sw volumeLennart Poettering1-0/+5
2009-04-13volume: increase dB range to -90dBLennart Poettering1-1/+1