summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-01-12Fix suspending of all sinks/sourcesLennart Poettering1-1/+5
2009-01-12for record streams fill in the latency as the fragsizeLennart Poettering1-0/+1
2009-01-12Make sure we don't drop any data on the client sideLennart Poettering1-9/+8
2009-01-12show maximum usable slot sizeLennart Poettering1-2/+3
2009-01-12add a few missing parensLennart Poettering1-9/+9
2009-01-12--check: Updated manpage slightly and pulseaudio --help slightly.Sean McNamara1-1/+1
2009-01-12Fix sending wrong codec capability length.Luiz Augusto von Dentz1-1/+4
2009-01-12Fix send and recv message sizes.Luiz Augusto von Dentz1-2/+7
2009-01-12Send packets with proper size.Luiz Augusto von Dentz1-1/+1
2009-01-12Fix typo in log message: s/Recevied/Received/chocolateboy1-1/+1
2009-01-12Multicast SDP packets sent with same IP TTL as RTP packetsTom Bamford1-0/+5
2009-01-12Update module-bluetooth-device to the new ipc.Luiz Augusto von Dentz3-172/+217
2009-01-12A few minor cleanups and updatesLennart Poettering5-14/+21
2009-01-12Rework handling of the PA_SINK_LATENCY/PA_SOURCE_LATENCY flagsLennart Poettering2-3/+11
2009-01-12fix a gcc warningLennart Poettering1-2/+2
2009-01-12If we cannot open an ALSA device with SND_PCM_NO_AUTO_FORMAT retry withoutLennart Poettering1-4/+24
2009-01-12make sure we don't hit an assert when we issue two rewind requests in aLennart Poettering1-17/+25
2009-01-12Implement PA_SOURCE_MESSAGE_GET_LATENCYLennart Poettering1-0/+30
2009-01-12Use FIONREAD instead of TIOCINQLennart Poettering1-2/+2
2009-01-12Allow access("/dev/dsp", W_OK) succeedLennart Poettering1-5/+5
2009-01-12Make sure we drop CAP_NICE if RT is not allowedLennart Poettering1-7/+39
2009-01-12downgrade a few warningsLennart Poettering1-4/+4
2009-01-12it's better to always use the index of a module instead of the pa_module*Lennart Poettering1-13/+15
2009-01-12unload tunnel modules from a new stack frameLennart Poettering1-2/+2
2009-01-12actually unload the modules from a new stack frameLennart Poettering1-1/+1
2009-01-12Don't store pointer to pa_moduleLennart Poettering1-3/+3
2009-01-12introduce new function pa_module_unload_request_by_indexLennart Poettering2-2/+14
2009-01-12Fix bug walking on module list.Luiz Augusto von Dentz1-1/+1
2009-01-12Load module-volume-restore and module-device-restore before all other modulesLennart Poettering1-4/+4
2009-01-12Pass GDBM_NOLOCK to gdbmLennart Poettering2-2/+2
2009-01-12Don't mix front-center into rear channelsLennart Poettering1-3/+93
2009-01-12Fix return value of --dump-resample-methodsLennart Poettering1-0/+1
2009-01-12Check if environ is actually set before we use itLennart Poettering1-14/+21
2008-11-01Make sure libpulse never gets unloadedLennart Poettering1-1/+1
2008-11-01make shm marker architecture independant, patch from michich, closes #401Lennart Poettering1-4/+4
2008-10-24make sure to use 64bit rounding even on 32bit machines when converting to pa_...Lennart Poettering1-3/+3
2008-10-23fix buildLennart Poettering1-1/+1
2008-10-23warn if ALSA wakes us up and there is actually nothing to doLennart Poettering3-22/+66
2008-10-23don't set the volume of pacat unless it is explicitly setLennart Poettering1-1/+3
2008-10-23make the debug trap macro a proper macro in macro.hLennart Poettering1-0/+6
2008-10-23Try to catch certain driver errorsLennart Poettering4-6/+69
2008-10-23include log.h near the end so that macro.h can be included in log.h and defin...Lennart Poettering1-1/+3
2008-10-23convert argument to boolean int in PA_UNLIKELY, tooLennart Poettering1-1/+1
2008-10-23fix invalid validity checkLennart Poettering1-1/+1
2008-10-23Fix spelling of priviligeLennart Poettering2-8/+8
2008-10-23always check for libtool prefix binary name to avoid confusion when using bot...Lennart Poettering1-2/+2
2008-10-23Fix possible invalid read while attempting to load module-bluetooth-device.Luiz Augusto von Dentz1-1/+1
2008-10-23properly remove dbus matches an filters when unloading m-b-dLennart Poettering1-1/+16
2008-10-23Fix two typos that broke tunnelsColin Guthrie1-2/+2
2008-10-23Fix a potential C++/C99 ism, add a log message on error conditionColin Guthrie1-2/+5