Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simple: set ADJUST_LATENCY by default | Lennart Poettering | 2009-05-27 | 1 | -31/+40 |
| | |||||
* | libpulse: introduce PA_CHECK_VERSION macro | Lennart Poettering | 2009-05-26 | 1 | -0/+7 |
| | |||||
* | volume: implement pa_cvolume_{scale|max|avg}_mask() | Lennart Poettering | 2009-05-25 | 2 | -11/+98 |
| | |||||
* | proplist: add two new generic properties, media.copyright and media.software | Lennart Poettering | 2009-05-25 | 1 | -0/+6 |
| | |||||
* | channelmap: introduce pa_channel_map_mask() and pa_channel_position_mask_t | Lennart Poettering | 2009-05-25 | 2 | -0/+21 |
| | |||||
* | sample: introduce pa_proplist_setp() | Lennart Poettering | 2009-05-25 | 2 | -0/+23 |
| | |||||
* | sample: introduce pa_sample_format_is_{le,be,ne,re}() | Lennart Poettering | 2009-05-25 | 2 | -0/+53 |
| | |||||
* | channelmap: document how apple's/microsoft's channel names map to ours | Lennart Poettering | 2009-05-24 | 1 | -21/+25 |
| | |||||
* | volume: change pa_volume_t mapping to cubic | Lennart Poettering | 2009-05-22 | 2 | -15/+33 |
| | |||||
* | volume: introduce pa_cvolume_{get|set}_position() | Lennart Poettering | 2009-05-13 | 2 | -0/+59 |
| | |||||
* | context: don't fail if session bus is not there | Marc-André Lureau | 2009-05-12 | 1 | -3/+3 |
| | | | | | | Also invert the order of bus tracking since we expect session_bus to be present when we check for it. Although that should not change anything in practise. | ||||
* | channelmap: add pa_channel_map_has_position() | Lennart Poettering | 2009-05-08 | 2 | -0/+17 |
| | |||||
* | sample: correctly pass s24-32 formats | Lennart Poettering | 2009-05-01 | 1 | -4/+4 |
| | |||||
* | util: if NULL is passed to pa_path_get_filename() just hand it through | Lennart Poettering | 2009-04-19 | 2 | -2/+3 |
| | |||||
* | pulse/context: when NOFAIL, don't try_next_connection() if c->client | Marc-André Lureau | 2009-04-17 | 1 | -1/+2 |
| | |||||
* | volume: increase dB range to -90dB | Lennart Poettering | 2009-04-13 | 1 | -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 properties | Lennart Poettering | 2009-04-13 | 1 | -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 setting | Lennart Poettering | 2009-04-13 | 1 | -0/+3 |
| | |||||
* | client-conf: make setting a default server independant from the autospawn ↵ | Lennart Poettering | 2009-04-13 | 1 | -11/+13 |
| | | | | setting | ||||
* | client-conf: modernize a few things | Lennart Poettering | 2009-04-13 | 1 | -19/+9 |
| | |||||
* | api: introduce PA_VOLUME_MAX | Lennart Poettering | 2009-04-13 | 1 | -2/+6 |
| | |||||
* | make dbus optional during build | Finn Thain | 2009-04-10 | 2 | -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 Poettering | 2009-04-08 | 1 | -2/+2 |
| | |||||
* | update documentation regarding stream timing a bit | Lennart Poettering | 2009-04-07 | 1 | -21/+49 |
| | |||||
* | compare with doubles, not integer | Lennart Poettering | 2009-04-07 | 1 | -2/+2 |
| | |||||
* | extend documentation for pa_stream_cork() a bit | Lennart Poettering | 2009-04-06 | 1 | -1/+10 |
| | |||||
* | Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudio | Lennart Poettering | 2009-04-05 | 11 | -24/+24 |
|\ | |||||
| * | various spelling fixes | Maarten Bosmans | 2009-04-04 | 11 | -24/+24 |
| | | |||||
* | | don't try to outsmart the transport | Lennart Poettering | 2009-04-05 | 1 | -8/+0 |
| | | |||||
* | | Modify smoothing code to make cubic interpolation optional and allow 'quick ↵ | Lennart Poettering | 2009-04-05 | 1 | -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 counter | Lennart Poettering | 2009-04-01 | 3 | -13/+13 |
|/ | |||||
* | increase timing update interval exponentially | Lennart Poettering | 2009-04-01 | 2 | -4/+14 |
| | |||||
* | fix an error where a signal was accidently freed when it is tried to ↵ | Lennart Poettering | 2009-03-31 | 1 | -3/+2 |
| | | | | register it twice | ||||
* | fix some typos in doxygen comments | Maarten Bosmans | 2009-03-31 | 1 | -7/+7 |
| | | | | | | these bugged me for a while now. Maarten | ||||
* | allow nofail mode only when no server string was specified | Lennart Poettering | 2009-03-30 | 2 | -4/+6 |
| | |||||
* | minor cleanups | Lennart Poettering | 2009-03-30 | 1 | -4/+8 |
| | |||||
* | take org.pulseaudio.Server instead of org.pulseaudio to match the interface ↵ | Lennart Poettering | 2009-03-30 | 1 | -2/+2 |
| | | | | name already used in the HAL module | ||||
* | Merge commit 'elmarco/dbus' | Lennart Poettering | 2009-03-30 | 4 | -6/+90 |
|\ | |||||
| * | pulse: client connect to dbus | Marc-André Lureau | 2009-03-30 | 4 | -6/+90 |
| | | |||||
* | | notify clients about tlength changes | Lennart Poettering | 2009-03-30 | 4 | -3/+105 |
| | | |||||
* | | typo fix | Lennart Poettering | 2009-03-30 | 1 | -1/+1 |
|/ | |||||
* | fix value of DYNAMIC_LATENCY | Lennart Poettering | 2009-03-25 | 1 | -1/+1 |
| | |||||
* | introduce new flag that marks sinks/sources which can adjust the latency ↵ | Lennart Poettering | 2009-03-25 | 1 | -2/+12 |
| | | | | dynamically | ||||
* | minimal reordering | Lennart Poettering | 2009-03-24 | 1 | -1/+1 |
| | |||||
* | add pa_assert_cc() for compile time assertions | Lennart Poettering | 2009-03-23 | 1 | -1/+1 |
| | |||||
* | pulse: check context (do not user pstream when NULL) | Marc-André Lureau | 2009-03-23 | 1 | -0/+1 |
| | |||||
* | try to detect when stupid clients forks and refuse all service from then on | Lennart Poettering | 2009-03-05 | 8 | -3/+226 |
| | |||||
* | handle negative error codes | Lennart Poettering | 2009-03-04 | 1 | -1/+4 |
| | |||||
* | Merge commit 'coling/lgpl21' | Lennart Poettering | 2009-03-03 | 43 | -43/+43 |
|\ | |||||
| * | Use LGPL 2.1 on all files previously using LGPL 2 | Colin Guthrie | 2009-03-03 | 43 | -43/+43 |
| | |