summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | prepare 0.9.9Lennart Poettering2008-01-240-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/tags/release-0.9.9@2099 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * | | | | | Tagging release 0.9.8tags/release-0.9.8Lennart Poettering2007-11-210-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/tags/release-0.9.8@2072 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | | | | call update_source_requested_latency callback for source outputs only when ↵Lennart Poettering2008-06-241-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it is set to non-NULL
* | | | | | | | don't refer to nonexisting pa_stream_read() functionLennart Poettering2008-06-231-1/+1
| | | | | | | |
* | | | | | | | include proplist.h in pulseaudio.hLennart Poettering2008-06-231-1/+2
|/ / / / / / /
* | | | | | | support file-based capabilities instead of SUID root for giving PA rights to ↵Lennart Poettering2008-06-223-17/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | acquire RT/HP scheduling: setcap cap_sys_nice=ep /usr/bin/pulseaudio
* | | | | | | fix deadlock when resuming oss sinksLennart Poettering2008-06-211-2/+5
| | | | | | |
* | | | | | | Properly check for home directoryLennart Poettering2008-06-211-6/+4
| | | | | | |
* | | | | | | Don't fail when we cannot determine the lock file pathLennart Poettering2008-06-211-1/+5
| | | | | | |
* | | | | | | call the right function in the right contextLennart Poettering2008-06-212-2/+2
| | | | | | |
* | | | | | | since the sink is unlinked before the sink input we need to make sure we ↵Lennart Poettering2008-06-212-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | don't call any function for unlinked sinks from any sink input callback
* | | | | | | execute detach callback before we change the state to UNLINKEDLennart Poettering2008-06-211-2/+2
| | | | | | |
* | | | | | | allow sinks to be created with max_request initialized to 0, so that the ↵Lennart Poettering2008-06-211-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 Poettering2008-06-201-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | starts immediately
* | | | | | | Rework module-combine to work with glitch-free core; add new max_request ↵Lennart Poettering2008-06-2017-503/+1076
| | | | | | | | | | | | | | | | | | | | | | | | | | | | field to pa_sink
* | | | | | | fix interpretation of remix parameterLennart Poettering2008-06-201-1/+1
| | | | | | |
* | | | | | | add new abstract device classLennart Poettering2008-06-201-1/+1
| | | | | | |
* | | | | | | add new function pa_smoother_reset()Lennart Poettering2008-06-202-0/+10
| | | | | | |
* | | | | | | add new remix= parameter to remap sinkLennart Poettering2008-06-191-3/+11
| | | | | | |
* | | | | | | remove trailing spacesLennart Poettering2008-06-181-7/+7
| | | | | | |
* | | | | | | make user of pa_channel_map_init_extend() wherever it makes senseLennart Poettering2008-06-186-36/+9
| | | | | | |
* | | | | | | add new API pa_channel_map_init_extend() to synthesize a channel map if ↵Lennart Poettering2008-06-184-3/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | noone is known
* | | | | | | ignore tarballsLennart Poettering2008-06-181-0/+1
| | | | | | |
* | | | | | | remove remaining $Lennart Poettering2008-06-1832-70/+10
| | | | | | |
* | | | | | | get rid of svn $ keywordsLennart Poettering2008-06-18356-712/+0
| | | | | | |
* | | | | | | add missing gitignore filesLennart Poettering2008-06-184-0/+27
| | | | | | |
* | | | | | | add another .gitignore file, this time for pulse/Lennart Poettering2008-06-181-0/+1
| | | | | | |
* | | | | | | Add a .gitignore file for the src/ directory.Lennart Poettering2008-06-181-0/+56
| | | | | | |
* | | | | | | Add a small README with the new git URLs and stuffLennart Poettering2008-06-181-1/+34
| | | | | | |
* | | | | | | if building a man page fails remove the output to make sure that calling ↵Lennart Poettering2008-06-171-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 xmlLennart Poettering2008-06-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2549 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | | | reset prebuf if it is too largeLennart Poettering2008-06-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2548 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | | | limit the prebuf value by tlengthLennart Poettering2008-06-171-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2547 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | | | bring module-tunnel back to lifeLennart Poettering2008-06-171-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 accessLennart Poettering2008-06-171-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 Poettering2008-06-172-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 modernizationsLennart Poettering2008-06-171-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 Poettering2008-06-171-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 Poettering2008-06-173-0/+151
| | | | | | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2541 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | | | add missing const to a few functionsLennart Poettering2008-06-162-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2540 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | | | add pa_memblockq_get_base()Lennart Poettering2008-06-162-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2539 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | | | add Nokia copyrightLennart Poettering2008-06-161-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 dataLennart Poettering2008-06-161-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 sinkLennart Poettering2008-06-161-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2536 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | | | a few modernizationsLennart Poettering2008-06-162-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 Poettering2008-06-162-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() functionLennart Poettering2008-06-161-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 Poettering2008-06-162-1/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2532 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | | | add missing inclusionLennart Poettering2008-06-161-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2531 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | | | minor modernizations, increase unload timeout to 60sLennart Poettering2008-06-141-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2530 fefdeb5f-60dc-0310-8127-8f9354f1896f