summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* sample-util: fix iteration loop when adjusting volume of s24 samplesLennart Poettering2009-06-081-4/+4
|
* sample: correctly pass s24-32 formatsLennart Poettering2009-06-081-4/+4
|
* rescue-streams: when one stream move fails try to continue with the ↵Lennart Poettering2009-06-081-10/+6
| | | | remaining ones
* idxset: add enumeration macro PA_IDXSET_FOREACHLennart Poettering2009-06-081-0/+4
|
* simple-protocol: don't hit an assert when we call connection_unlink() earlyLennart Poettering2009-06-081-1/+1
|
* oss: don't deadlock when we try to resume an OSS device that lacks a mixerLennart Poettering2009-06-081-4/+7
|
* mutex: when we fail to fill in mutex into static mutex ptr free it againLennart Poettering2009-06-081-0/+2
|
* man: document that tsched doesn't use fragment settingsLennart Poettering2009-06-081-1/+2
|
* man: document log related daemon.conf optionsLennart Poettering2009-06-081-2/+19
|
* man: document 24bit sample types in man pageLennart Poettering2009-06-081-4/+6
|
* log: print file name only when we have itLennart Poettering2009-06-081-1/+1
|
* endian: fix LE/BE order for 24 bit accessor functionsLennart Poettering2009-06-081-4/+4
|
* core: make sure soft mute status stays in sync with hw mute statusLennart Poettering2009-06-084-4/+12
| | | | | | This should close rhbz #494851, mandriva bz #51234. Probably the same as our own #572, launchpad #352732.
* conf: remove obsolete module-idle-time directive from default config ↵Lennart Poettering2009-06-082-8/+0
| | | | file/man page
* alsa: initialize buffer size before number of periods to improve compat with ↵Lennart Poettering2009-06-081-13/+20
| | | | some backends
* alsa: fix wording, we are speaking of card profiles, not output profilesLennart Poettering2009-06-081-1/+1
|
* alsa: don't hit an assert when invalid module arguments are passedLennart Poettering2009-06-082-2/+4
|
* util: if NULL is passed to pa_path_get_filename() just hand it throughLennart Poettering2009-06-082-2/+3
|
* alsa: allow configuration of fallback device strings in profilesLennart Poettering2009-06-082-37/+90
| | | | | | This has the benefit that we can properly support ALSA devices where only the raw 'hw' device exists but no 'front' although it's a proper 2ch stereo device.
* add a few missing initializationsv0.9.15Lennart Poettering2009-04-142-3/+3
|
* explcitly ignore return values of some functions marked with gcc's ↵Lennart Poettering2009-04-143-4/+4
| | | | warn_unused_result attribute
* bump version for final 0.9.15 releaseLennart Poettering2009-04-141-1/+1
|
* core: when applying delay memblockq take monitored sink latency into accountLennart Poettering2009-04-141-0/+19
|
* pacat: add missing newlineLennart Poettering2009-04-141-1/+1
|
* core: use pa_{source|sink}_get_latency_within_thread() at one more placeLennart Poettering2009-04-142-8/+2
|
* sort LINGUASLennart Poettering2009-04-131-1/+1
|
* run make update-poLennart Poettering2009-04-1324-1774/+2158
|
* update LINGUASLennart Poettering2009-04-131-0/+1
|
* Merge commit 'origin/master-tx'Lennart Poettering2009-04-132-90/+2229
|\
| * Sending translation for po/nl.powarrink2009-04-131-0/+2110
| |
| * Sending translation for Tamilifelix2009-04-111-90/+119
| |
* | core: introduce new 'reference' volume for sinksLennart Poettering2009-04-1315-160/+153
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The reference volume is to be used as reference volume for stored stream volumes. Previously if a new stream was created the relative volume was taken relatively to the virtual device volume. Due to the flat volume logic this could then be fed back to the virtual device volume. Repeating the whole story over and over would result in a device volume that would go lower, and lower and lower. This patch introduces a 'reference' volume for each sink which stays unmodified by stream volume changes even if flat volumes are used. It is only modified if the sink volumes are modified directly by the user. For further explanations see http://pulseaudio.org/wiki/InternalVolumes
* | alsa: include the alsa mixer control that is used in the property listLennart Poettering2009-04-134-4/+7
| |
* | alsa: store mixer controls to use in profile dataLennart Poettering2009-04-134-19/+48
| | | | | | | | | | This allows us to easily use different mixer controls for analog and spdif output.
* | alsa: when passing emptry mixer control name, force sw volumeLennart Poettering2009-04-131-0/+5
| |
* | volume: increase dB range to -90dBLennart Poettering2009-04-131-1/+1
| | | | | | | | | | | | | | Increasing the volume range to -90dB has the benefit of corresponding with a volume decrease from the full 16 bit signal to 0. This also makes us a bit more like traditional stereos
* | client-conf-x11: unbreak autospawn due to stale X11 propertiesLennart Poettering2009-04-132-1/+22
| | | | | | | | | | | | | | If the X11 property data is from the same session than the client the client may do autospawning in case the X11 property data is stale. Closes #518.
* | client-conf: when is set, disable autospawn settingLennart Poettering2009-04-131-0/+3
| |
* | client-conf: make setting a default server independant from the autospawn ↵Lennart Poettering2009-04-131-11/+13
| | | | | | | | setting
* | proplist-util: use pa_session_id() instead of accessing ↵Lennart Poettering2009-04-131-5/+4
| | | | | | | | 7b816367b01393ed3e3e650047d78f6e-1239640487.203609-1061245823 directly
* | client-conf: modernize a few thingsLennart Poettering2009-04-131-19/+9
| |
* | print session id when starting upLennart Poettering2009-04-131-0/+5
| |
* | core-util: filter utf8 in pa_machine_id()Lennart Poettering2009-04-131-3/+6
| |
* | core-util: add pa_session_id()Lennart Poettering2009-04-132-0/+10
| |
* | cork-music-on-phone: make sure that we don't check the refcnt of pa_core ↵Lennart Poettering2009-04-131-1/+0
| | | | | | | | when the daemon goes down
* | lirc: fix logic behind mute buttonsLennart Poettering2009-04-131-2/+2
| |
* | mmkbd: get rid of support for ancient kernelsLennart Poettering2009-04-131-16/+5
| |
* | mmkbd,lirc: make use of pa_assert_not_reached()Lennart Poettering2009-04-132-2/+2
| |
* | lirc, mmkbd: extend controllable volume range to PA_VOLUME_MAXLennart Poettering2009-04-132-10/+10
| |
* | api: introduce PA_VOLUME_MAXLennart Poettering2009-04-131-2/+6
| |