summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* make sure to call process_rewind() under all circumstances before we do the n...Lennart Poettering2008-06-2610-39/+69
* use the newer name for monotonic/monotonousLennart Poettering2008-06-261-1/+1
* remove redundant checkLennart Poettering2008-06-261-9/+6
* properly initialize pa_stream::corked based on the flagsLennart Poettering2008-06-261-1/+2
* split pa_memblockq_flush() into two flush commands, one which fixes up the re...Lennart Poettering2008-06-265-25/+45
* comment two functions in memblockq.cLennart Poettering2008-06-261-0/+2
* use the bight lighter _silence() instead of _flush() when destructing our lit...Lennart Poettering2008-06-261-1/+1
* fix up if the smoother shall be resumed 'before' it was actually pausedLennart Poettering2008-06-261-2/+2
* fix up monotonicity of input to _get() instead of hitting an assertLennart Poettering2008-06-261-1/+4
* call the enum PA_STREAM_NOT_MONOTONIC and make PA_STREAM_NOT_MONOTONOUS an al...Lennart Poettering2008-06-261-4/+9
* fix return value of pa_namereg_make_valid_name()Lennart Poettering2008-06-262-3/+3
* choose more sensible default buffer sizes for old clientsLennart Poettering2008-06-251-3/+11
* Export the cleanup_name() function and rename it to pa_namereg_make_valid_nam...Colin Guthrie2008-06-252-2/+3
* call update_source_requested_latency callback for source outputs only when it...Lennart Poettering2008-06-241-1/+2
* 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
* 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 don'...Lennart Poettering2008-06-212-10/+10
* 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 data...Lennart Poettering2008-06-211-1/+0
* Request a rewrite immediately after we have been linked, so that playback sta...Lennart Poettering2008-06-201-0/+15
* Rework module-combine to work with glitch-free core; add new max_request fiel...Lennart Poettering2008-06-2017-503/+1076
* 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
* 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 noone...Lennart Poettering2008-06-184-3/+43
* remove remaining $Lennart Poettering2008-06-189-17/+1
* get rid of svn $ keywordsLennart Poettering2008-06-18356-712/+0
* add missing gitignore filesLennart Poettering2008-06-181-0/+1
* 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
* reset prebuf if it is too largeLennart Poettering2008-06-171-2/+2
* limit the prebuf value by tlengthLennart Poettering2008-06-171-2/+5
* bring module-tunnel back to lifeLennart Poettering2008-06-171-178/+578
* server side of new shm negotiation scheme; fix a bad memory accessLennart Poettering2008-06-171-17/+42
* rework shm usage negotiation; merge a few pa_bool_t in a single bit field to ...Lennart Poettering2008-06-172-99/+42
* minor modernizationsLennart Poettering2008-06-171-2/+4
* make use of the pa_init_proplist() version in proplist-util.[ch]Lennart Poettering2008-06-171-1/+3
* move pa_init_proplist() to proplist-util.[ch]Lennart Poettering2008-06-173-0/+151
* add missing const to a few functionsLennart Poettering2008-06-162-8/+8
* add pa_memblockq_get_base()Lennart Poettering2008-06-162-0/+8
* add Nokia copyrightLennart Poettering2008-06-161-1/+2
* check for packet size on server info dataLennart Poettering2008-06-161-1/+2
* use new pa_sink_set_latency_range() in null sinkLennart Poettering2008-06-161-1/+2