summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * Increase history set to 64 to simplify reduction of indexesLennart Poettering2008-05-011-32/+42
* make check for $DISPLAY=="" more readable, pa_bool_tizationLennart Poettering2008-05-011-2/+5
* a bit of pa_bool_t'izationLennart Poettering2008-05-011-3/+3
* save errno before calling free()Lennart Poettering2008-05-011-0/+5
* define minimal and maximal wakeup/sleep times; check for underrun condition o...Lennart Poettering2008-04-232-10/+68
* fix size of requested_latencyLennart Poettering2008-04-231-1/+1
* fix build for auxiliary modulesLennart Poettering2008-04-238-27/+19
* add stripnul to buildLennart Poettering2008-04-231-1/+7
* Big pile of interdependant changes:Lennart Poettering2008-04-2313-300/+524
* add new tool 'stripnul' which can be used to drop leading zeros from a file w...Lennart Poettering2008-04-231-0/+72
* pa_bool_t'izationLennart Poettering2008-04-231-2/+2
* respect the resampler's maximum block size to avoid that we get kicked out of...Lennart Poettering2008-04-231-1/+8
* add missing header definitions for last commitLennart Poettering2008-04-231-0/+4
* add new function pa_alsa_build_pollfd() to alsa-util to unify a bit more comm...Lennart Poettering2008-04-231-0/+24
* unify code that fixes up buffering metricsLennart Poettering2008-04-231-157/+188
* drop a misplaced newlineLennart Poettering2008-04-231-1/+0
* do not fix automatic buffer attrs anymore, the new protocol version doesn't n...Lennart Poettering2008-04-232-50/+4
* * don't increase tsched_watermark on underrun without limits Lennart Poettering2008-04-222-167/+98
* show configure latency metricsLennart Poettering2008-04-221-2/+10
* some beautification updates, show msec instead of usec everywhereLennart Poettering2008-04-221-52/+58
* if no timer was armed, we don't need to disarm itLennart Poettering2008-04-221-7/+13
* if no latency was configure for a sink/source, fill in the max latency automa...Lennart Poettering2008-04-222-0/+6
* add new function pa_alsa_recover_from_poll() to merge common core from module...Lennart Poettering2008-04-222-2/+51
* implement --process-timeLennart Poettering2008-04-221-24/+35
* make sure the client buffer has space for 2*minreq+tlength. Explain whyLennart Poettering2008-04-221-9/+24
* - Change meaning of special values of latency request: 0 -> "minimal latency,...Lennart Poettering2008-04-226-26/+33
* properly initialize memblock->is_silence for imported memory blocks; make is_...Lennart Poettering2008-04-221-8/+7
* improve dB volume calculationLennart Poettering2008-04-202-4/+4
* fix C++ compatLennart Poettering2008-04-201-1/+1
* initialize properties for ALSA sinks/sources more elaborately, re #277Lennart Poettering2008-04-204-26/+78
* use the sink description instead of the name to choose the description for th...Lennart Poettering2008-04-201-4/+3
* drop a redundant pa_init_proplist(), properly set MEDIA_NAME property on stre...Lennart Poettering2008-04-201-3/+1
* rename sink_input->rewind to process_rewind() and set_max_rewind to update_ma...Lennart Poettering2008-04-209-41/+41
* Big pile of dependant changes:Lennart Poettering2008-04-2020-517/+936
* maintain a global silence memblock cacheLennart Poettering2008-04-202-0/+4
* fix for new location of gccmacro.hLennart Poettering2008-04-209-9/+11
* we have not periodic timers anymoreLennart Poettering2008-04-201-1/+1
* update to recent changes of proplist apiLennart Poettering2008-04-201-6/+7
* split user supplied data in multiple memory blocks if necessary to fit in one...Lennart Poettering2008-04-201-13/+38
* increase the default pool size to 16MB because we now need to keep a lot more...Lennart Poettering2008-04-201-3/+3
* add lower boundary for artifical latenciesLennart Poettering2008-04-201-5/+17
* follow pa_pstream_use_shm->pa_pstream_enable_shm renameLennart Poettering2008-04-201-1/+1
* add new pa_pstream_get_shm() API, rename pa_pstream_use_shm() to pa_pstream_e...Lennart Poettering2008-04-202-27/+37
* remove debug messagesLennart Poettering2008-04-201-6/+6
* add new silence memblock caching subsystemLennart Poettering2008-04-202-45/+119
* add new API function pa_memchunk_memcpy()Lennart Poettering2008-04-202-0/+23
* print a message on xrunLennart Poettering2008-04-201-3/+17
* add new rtstutter tool which can be used generate artifical scheduling latenc...Lennart Poettering2008-04-172-5/+118
* define PA_xxxSEC_PER_yyySEC for usec, tooLennart Poettering2008-04-171-0/+2
* the pointer to rewind() may actually be NULLLennart Poettering2008-04-142-4/+3