Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | acquire RT/HP scheduling: setcap cap_sys_nice=ep /usr/bin/pulseaudio | ||||
* | 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 ↵ | Lennart Poettering | 2008-06-21 | 2 | -10/+10 |
| | | | | don't call any function for unlinked sinks from any sink input callback | ||||
* | 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 ↵ | Lennart Poettering | 2008-06-21 | 1 | -1/+0 |
| | | | | data can be filled in later when attaching to some piggybacked sink | ||||
* | Request a rewrite immediately after we have been linked, so that playback ↵ | Lennart Poettering | 2008-06-20 | 1 | -0/+15 |
| | | | | starts immediately | ||||
* | Rework module-combine to work with glitch-free core; add new max_request ↵ | Lennart Poettering | 2008-06-20 | 17 | -503/+1076 |
| | | | | field to pa_sink | ||||
* | 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 ↵ | Lennart Poettering | 2008-06-18 | 4 | -3/+43 |
| | | | | noone is known | ||||
* | 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 ↵ | Lennart Poettering | 2008-06-17 | 1 | -13/+13 |
| | | | | | | make repeatedly will actually work git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2550 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | fix man page xml | Lennart Poettering | 2008-06-17 | 1 | -1/+1 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2549 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | reset prebuf if it is too large | Lennart Poettering | 2008-06-17 | 1 | -2/+2 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2548 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | limit the prebuf value by tlength | Lennart Poettering | 2008-06-17 | 1 | -2/+5 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2547 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | bring module-tunnel back to life | Lennart Poettering | 2008-06-17 | 1 | -178/+578 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2546 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | server side of new shm negotiation scheme; fix a bad memory access | Lennart Poettering | 2008-06-17 | 1 | -17/+42 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2545 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | rework shm usage negotiation; merge a few pa_bool_t in a single bit field to ↵ | Lennart Poettering | 2008-06-17 | 2 | -99/+42 |
| | | | | | | save a bit of memory; drop redundant implementation of pa_init_proplist() git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2544 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | minor modernizations | Lennart Poettering | 2008-06-17 | 1 | -2/+4 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2543 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | make use of the pa_init_proplist() version in proplist-util.[ch] | Lennart Poettering | 2008-06-17 | 1 | -1/+3 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2542 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | move pa_init_proplist() to proplist-util.[ch] | Lennart Poettering | 2008-06-17 | 3 | -0/+151 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2541 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | add missing const to a few functions | Lennart Poettering | 2008-06-16 | 2 | -8/+8 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2540 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | add pa_memblockq_get_base() | Lennart Poettering | 2008-06-16 | 2 | -0/+8 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2539 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | add Nokia copyright | Lennart Poettering | 2008-06-16 | 1 | -1/+2 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2538 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | check for packet size on server info data | Lennart Poettering | 2008-06-16 | 1 | -1/+2 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2537 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | use new pa_sink_set_latency_range() in null sink | Lennart Poettering | 2008-06-16 | 1 | -1/+2 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2536 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | a few modernizations | Lennart Poettering | 2008-06-16 | 2 | -8/+11 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2535 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | add new function pa_iochannel_socket_is_local() | Lennart Poettering | 2008-06-16 | 2 | -0/+15 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2534 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | make use of the new pa_socket_address_is_local() function | Lennart Poettering | 2008-06-16 | 1 | -16/+2 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2533 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | add new functions pa_socket_is_local() and pa_socket_address_is_local() | Lennart Poettering | 2008-06-16 | 2 | -1/+44 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2532 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | add missing inclusion | Lennart Poettering | 2008-06-16 | 1 | -0/+2 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2531 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | minor modernizations, increase unload timeout to 60s | Lennart Poettering | 2008-06-14 | 1 | -5/+3 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2530 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | avoid division by zero when informing user about unloaded lazy samples in ↵ | Lennart Poettering | 2008-06-14 | 1 | -2/+5 |
| | | | | | | the sample cache git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2529 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | update todo | Lennart Poettering | 2008-06-13 | 1 | -9/+1 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2528 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | fix a bad memory access pulsecore/client.c | Lennart Poettering | 2008-06-13 | 14 | -33/+220 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2527 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | rearrange things | Lennart Poettering | 2008-06-13 | 1 | -5/+8 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2526 fefdeb5f-60dc-0310-8127-8f9354f1896f |