Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | prepare 0.9.9 | Lennart Poettering | 2008-01-24 | 0 | -0/+0 | |
| | * | | | | | | Tagging release 0.9.8tags/release-0.9.8 | Lennart Poettering | 2007-11-21 | 0 | -0/+0 | |
* | | | | | | | | call update_source_requested_latency callback for source outputs only when it... | Lennart Poettering | 2008-06-24 | 1 | -1/+2 | |
* | | | | | | | | don't refer to nonexisting pa_stream_read() function | Lennart Poettering | 2008-06-23 | 1 | -1/+1 | |
* | | | | | | | | include proplist.h in pulseaudio.h | Lennart Poettering | 2008-06-23 | 1 | -1/+2 | |
|/ / / / / / / | ||||||
* | | | | | | | support file-based capabilities instead of SUID root for giving PA rights to ... | Lennart Poettering | 2008-06-22 | 3 | -17/+48 | |
* | | | | | | | fix deadlock when resuming oss sinks | Lennart Poettering | 2008-06-21 | 1 | -2/+5 | |
* | | | | | | | Properly check for home directory | Lennart Poettering | 2008-06-21 | 1 | -6/+4 | |
* | | | | | | | Don't fail when we cannot determine the lock file path | Lennart Poettering | 2008-06-21 | 1 | -1/+5 | |
* | | | | | | | call the right function in the right context | Lennart Poettering | 2008-06-21 | 2 | -2/+2 | |
* | | | | | | | since the sink is unlinked before the sink input we need to make sure we don'... | Lennart Poettering | 2008-06-21 | 2 | -10/+10 | |
* | | | | | | | execute detach callback before we change the state to UNLINKED | Lennart Poettering | 2008-06-21 | 1 | -2/+2 | |
* | | | | | | | allow sinks to be created with max_request initialized to 0, so that the data... | Lennart Poettering | 2008-06-21 | 1 | -1/+0 | |
* | | | | | | | Request a rewrite immediately after we have been linked, so that playback sta... | Lennart Poettering | 2008-06-20 | 1 | -0/+15 | |
* | | | | | | | Rework module-combine to work with glitch-free core; add new max_request fiel... | Lennart Poettering | 2008-06-20 | 17 | -503/+1076 | |
* | | | | | | | fix interpretation of remix parameter | Lennart Poettering | 2008-06-20 | 1 | -1/+1 | |
* | | | | | | | add new abstract device class | Lennart Poettering | 2008-06-20 | 1 | -1/+1 | |
* | | | | | | | add new function pa_smoother_reset() | Lennart Poettering | 2008-06-20 | 2 | -0/+10 | |
* | | | | | | | add new remix= parameter to remap sink | Lennart Poettering | 2008-06-19 | 1 | -3/+11 | |
* | | | | | | | remove trailing spaces | Lennart Poettering | 2008-06-18 | 1 | -7/+7 | |
* | | | | | | | make user of pa_channel_map_init_extend() wherever it makes sense | Lennart Poettering | 2008-06-18 | 6 | -36/+9 | |
* | | | | | | | add new API pa_channel_map_init_extend() to synthesize a channel map if noone... | Lennart Poettering | 2008-06-18 | 4 | -3/+43 | |
* | | | | | | | ignore tarballs | Lennart Poettering | 2008-06-18 | 1 | -0/+1 | |
* | | | | | | | remove remaining $ | Lennart Poettering | 2008-06-18 | 32 | -70/+10 | |
* | | | | | | | get rid of svn $ keywords | Lennart Poettering | 2008-06-18 | 356 | -712/+0 | |
* | | | | | | | add missing gitignore files | Lennart Poettering | 2008-06-18 | 4 | -0/+27 | |
* | | | | | | | add another .gitignore file, this time for pulse/ | Lennart Poettering | 2008-06-18 | 1 | -0/+1 | |
* | | | | | | | Add a .gitignore file for the src/ directory. | Lennart Poettering | 2008-06-18 | 1 | -0/+56 | |
* | | | | | | | Add a small README with the new git URLs and stuff | Lennart Poettering | 2008-06-18 | 1 | -1/+34 | |
* | | | | | | | if building a man page fails remove the output to make sure that calling make... | Lennart Poettering | 2008-06-17 | 1 | -13/+13 | |
* | | | | | | | fix man page xml | Lennart Poettering | 2008-06-17 | 1 | -1/+1 | |
* | | | | | | | reset prebuf if it is too large | Lennart Poettering | 2008-06-17 | 1 | -2/+2 | |
* | | | | | | | limit the prebuf value by tlength | Lennart Poettering | 2008-06-17 | 1 | -2/+5 | |
* | | | | | | | bring module-tunnel back to life | Lennart Poettering | 2008-06-17 | 1 | -178/+578 | |
* | | | | | | | server side of new shm negotiation scheme; fix a bad memory access | Lennart Poettering | 2008-06-17 | 1 | -17/+42 | |
* | | | | | | | rework shm usage negotiation; merge a few pa_bool_t in a single bit field to ... | Lennart Poettering | 2008-06-17 | 2 | -99/+42 | |
* | | | | | | | minor modernizations | Lennart Poettering | 2008-06-17 | 1 | -2/+4 | |
* | | | | | | | make use of the pa_init_proplist() version in proplist-util.[ch] | Lennart Poettering | 2008-06-17 | 1 | -1/+3 | |
* | | | | | | | move pa_init_proplist() to proplist-util.[ch] | Lennart Poettering | 2008-06-17 | 3 | -0/+151 | |
* | | | | | | | add missing const to a few functions | Lennart Poettering | 2008-06-16 | 2 | -8/+8 | |
* | | | | | | | add pa_memblockq_get_base() | Lennart Poettering | 2008-06-16 | 2 | -0/+8 | |
* | | | | | | | add Nokia copyright | Lennart Poettering | 2008-06-16 | 1 | -1/+2 | |
* | | | | | | | check for packet size on server info data | Lennart Poettering | 2008-06-16 | 1 | -1/+2 | |
* | | | | | | | use new pa_sink_set_latency_range() in null sink | Lennart Poettering | 2008-06-16 | 1 | -1/+2 | |
* | | | | | | | a few modernizations | Lennart Poettering | 2008-06-16 | 2 | -8/+11 | |
* | | | | | | | add new function pa_iochannel_socket_is_local() | Lennart Poettering | 2008-06-16 | 2 | -0/+15 | |
* | | | | | | | make use of the new pa_socket_address_is_local() function | Lennart Poettering | 2008-06-16 | 1 | -16/+2 | |
* | | | | | | | add new functions pa_socket_is_local() and pa_socket_address_is_local() | Lennart Poettering | 2008-06-16 | 2 | -1/+44 | |
* | | | | | | | add missing inclusion | Lennart Poettering | 2008-06-16 | 1 | -0/+2 | |
* | | | | | | | minor modernizations, increase unload timeout to 60s | Lennart Poettering | 2008-06-14 | 1 | -5/+3 |