summaryrefslogtreecommitdiffstats
path: root/src/pulse
Commit message (Collapse)AuthorAgeFilesLines
* util: if NULL is passed to pa_path_get_filename() just hand it throughLennart Poettering2009-04-192-2/+3
|
* pulse/context: when NOFAIL, don't try_next_connection() if c->clientMarc-André Lureau2009-04-171-1/+2
|
* 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-131-0/+15
| | | | | | | 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
* client-conf: modernize a few thingsLennart Poettering2009-04-131-19/+9
|
* api: introduce PA_VOLUME_MAXLennart Poettering2009-04-131-2/+6
|
* make dbus optional during buildFinn Thain2009-04-102-0/+17
| | | | | | | | | | | | | | | | | | | | | On Tue, 31 Mar 2009, Lennart Poettering wrote: [snip] > > I have now merged your patch. I had to change a few things to make it > apply cleanly. Since I have no access to Solaris I am unable to test > this though, so please check if things still work for you. > > I also worked around the realpath() issue mostly. It should work fine on > Solaris now, as well. Thanks. 0.9.15-test7 seems to work fine. The only new issue is that configure --without-dbus no longer builds. I don't need dbus for my purposes (network audio server) and it seems that dbus is not included with Solaris. A patch for this follows. Finn
* when calculating volume from dB use ceil()Lennart Poettering2009-04-081-2/+2
|
* update documentation regarding stream timing a bitLennart Poettering2009-04-071-21/+49
|
* compare with doubles, not integerLennart Poettering2009-04-071-2/+2
|
* extend documentation for pa_stream_cork() a bitLennart Poettering2009-04-061-1/+10
|
* Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-04-0511-24/+24
|\
| * various spelling fixesMaarten Bosmans2009-04-0411-24/+24
| |
* | don't try to outsmart the transportLennart Poettering2009-04-051-8/+0
| |
* | Modify smoothing code to make cubic interpolation optional and allow 'quick ↵Lennart Poettering2009-04-051-9/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixups' on resuming The primary reason for this change is to allow time graphs that do not go through the origin and hence smoothing starting from the origin is not desired. This change will allow passing time data into the smoother while paused and then abruptly use that data without smoothing using the 'quick fixup' flag when resuming. Primary use case is allowing recording time graphs where the data recorded originates from a time before the stream was created. The resulting graft will be shifted and should not be smoothened to go through the origin.
* | properly account for seeks in the requested_bytes counterLennart Poettering2009-04-013-13/+13
|/
* increase timing update interval exponentiallyLennart Poettering2009-04-012-4/+14
|
* fix an error where a signal was accidently freed when it is tried to ↵Lennart Poettering2009-03-311-3/+2
| | | | register it twice
* fix some typos in doxygen commentsMaarten Bosmans2009-03-311-7/+7
| | | | | | these bugged me for a while now. Maarten
* allow nofail mode only when no server string was specifiedLennart Poettering2009-03-302-4/+6
|
* minor cleanupsLennart Poettering2009-03-301-4/+8
|
* take org.pulseaudio.Server instead of org.pulseaudio to match the interface ↵Lennart Poettering2009-03-301-2/+2
| | | | name already used in the HAL module
* Merge commit 'elmarco/dbus'Lennart Poettering2009-03-304-6/+90
|\
| * pulse: client connect to dbusMarc-André Lureau2009-03-304-6/+90
| |
* | notify clients about tlength changesLennart Poettering2009-03-304-3/+105
| |
* | typo fixLennart Poettering2009-03-301-1/+1
|/
* fix value of DYNAMIC_LATENCYLennart Poettering2009-03-251-1/+1
|
* introduce new flag that marks sinks/sources which can adjust the latency ↵Lennart Poettering2009-03-251-2/+12
| | | | dynamically
* minimal reorderingLennart Poettering2009-03-241-1/+1
|
* add pa_assert_cc() for compile time assertionsLennart Poettering2009-03-231-1/+1
|
* pulse: check context (do not user pstream when NULL)Marc-André Lureau2009-03-231-0/+1
|
* try to detect when stupid clients forks and refuse all service from then onLennart Poettering2009-03-058-3/+226
|
* handle negative error codesLennart Poettering2009-03-041-1/+4
|
* Merge commit 'coling/lgpl21'Lennart Poettering2009-03-0343-43/+43
|\
| * Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-0343-43/+43
| |
* | pass profile priority value to clientsLennart Poettering2009-03-032-1/+3
|/
* For now don't list icon property (in favour of icon name property) since ↵Lennart Poettering2009-03-011-0/+8
| | | | icon negotiation is probably much more complex (i.e. sizes...) than just putting icon data somewhere.
* add logic for initializing a useful icon nameLennart Poettering2009-03-011-0/+6
|
* rename PA_PROP_DEVICE_CONNECTOR to PA_PROP_DEVICE_BUSLennart Poettering2009-03-011-2/+2
|
* revise form factor list a bit, simplify and use singular everywhereLennart Poettering2009-03-011-1/+1
|
* introduce seperate vendor/product id fieldsLennart Poettering2009-03-011-2/+11
|
* make example code a bit more robust/change-proofLennart Poettering2009-03-011-5/+5
|
* revise list of form factors a littleLennart Poettering2009-02-271-1/+1
|
* introduce new well-known role 'a11y'Lennart Poettering2009-02-241-1/+1
|
* introduce default channel map in addition to the default sample specLennart Poettering2009-02-212-0/+6
|
* add new property PA_PROP_APPLICATION_PROCESS_SESSION_ID and initialize it by ↵Lennart Poettering2009-02-211-0/+3
| | | | default
* check for ENABLE_LEGACY_RUNTIME_DIR with #ifdef, not #ifLennart Poettering2009-02-211-2/+2
|
* Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-02-201-1/+5
|\