summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add support for parsing channel maps as module argumentsLennart Poettering2006-04-262-0/+58
* don't allow channel positions to be specified twice in the same channelmapLennart Poettering2006-04-261-1/+10
* add new test 'channelmap-test'Lennart Poettering2006-04-262-1/+32
* * add new function pa_channel_map_parse()Lennart Poettering2006-04-262-37/+122
* Fall back to software volume if hardware mixer cannot control all channels.Pierre Ossman2006-04-252-73/+53
* glibc <= 2.2 has a broken unistd.h, lacking setresuid().Pierre Ossman2006-04-251-0/+6
* * rework reference counting in the client libraries: now refcounting goesLennart Poettering2006-04-2412-116/+175
* chown() and chmod() aren't available on Windows.Pierre Ossman2006-04-241-0/+4
* fix a segfault when uploading samples with esoundLennart Poettering2006-04-231-1/+1
* * add validity checking for sample_spec, channel_map and cvolume structuresLennart Poettering2006-04-231-2/+15
* small optimizationLennart Poettering2006-04-231-6/+3
* fix sample uploadingLennart Poettering2006-04-231-1/+2
* enforce maximum sample size in sample cacheLennart Poettering2006-04-234-6/+11
* * fix ref counting of pa_stream: strictly refcount from context to stream and...Lennart Poettering2006-04-231-7/+0
* introduce a new error PA_ERR_TOOLARGELennart Poettering2006-04-232-0/+2
* * when playing back a sample from the sample cache, just take a pa_volume_t a...Lennart Poettering2006-04-236-18/+16
* fix multiplication of software pa_cvolumesLennart Poettering2006-04-231-1/+1
* allow recieving of invalid channel maps, volumes and sample specs. This makes...Lennart Poettering2006-04-231-10/+0
* * Merge build system patch from Igor ZubkovLennart Poettering2006-04-231-12/+13
* modify x11 modules to not cache the Display variable since pa_x11wrap_get_dis...Lennart Poettering2006-04-222-23/+17
* when loading sound files, initialize channel map data properlyLennart Poettering2006-04-223-5/+10
* fix x11 handlingLennart Poettering2006-04-221-0/+9
* fix sample cacheLennart Poettering2006-04-221-6/+18
* * for unix sockets: remove the right parent directory on shutdownLennart Poettering2006-04-221-26/+36
* add new function pa_parent_dir()Lennart Poettering2006-04-222-5/+16
* first unlink the socket, the close itLennart Poettering2006-04-221-2/+2
* try to remove the directory where the PID file resides in after removing the ...Lennart Poettering2006-04-221-0/+7
* chown() and chmod() /tmp/.esd/ before checking if everything is ok with itLennart Poettering2006-04-221-1/+4
* Tweaks for the solaris module. The sound system requires complete framesPierre Ossman2006-04-191-11/+20
* Sun's documentation about SIGPOLL on EOF:s is wrong, so use a timer basedPierre Ossman2006-04-191-17/+31
* Minor fixes for the way Windows handles sockets.Pierre Ossman2006-04-192-4/+12
* WaveOut needs to have rather large chunks. This is about as low as we canPierre Ossman2006-04-191-3/+9
* Win32 needs to have the socket subsystem initialised.Pierre Ossman2006-04-191-0/+11
* Having constant deferred events isn't allowed and causes problems. Use timersPierre Ossman2006-04-192-13/+27
* Reverse order of IPv6/IPv4 binding to handle systems without IPV6_V6ONLY.Pierre Ossman2006-04-191-3/+3
* make proper use of the muting facility of sinks in module-mmkbd-evdevLennart Poettering2006-04-181-21/+25
* fix a couple of issues I found when compiling polypaudio with gcc 2.95Lennart Poettering2006-04-1813-13/+15
* fix CFLAGS for jack modulesLennart Poettering2006-04-181-2/+2
* fix make distcheckLennart Poettering2006-04-181-2/+4
* fix connecting of jack source in jack daemonLennart Poettering2006-04-181-1/+1
* build jack sourceLennart Poettering2006-04-181-2/+10
* fix code for pre-C99Lennart Poettering2006-04-181-2/+3
* * fix pa_random_seet() function prototypeLennart Poettering2006-04-182-5/+5
* Make the probe for RNG sources at runtime since the configure script isn'tPierre Ossman2006-04-183-42/+62
* More fixes caused by Sun's complete inability to follow any standardPierre Ossman2006-04-182-2/+10
* We need to emulate sendmsg/recvmsg to support rtp on Windows. Will doPierre Ossman2006-04-181-2/+12
* Avoid including non-portable header sys/poll.h.Pierre Ossman2006-04-181-3/+3
* add a jack source moduleLennart Poettering2006-04-181-0/+393
* * allow the user to set the jack client nameLennart Poettering2006-04-181-32/+44
* C99 requires explicit marking of integer literals' size.Pierre Ossman2006-04-182-2/+2