| Commit message (Expand) | Author | Age | Files | Lines |
* | * add new parameter to pa_open_config_file() to specify open mode | Lennart Poettering | 2006-05-14 | 9 | -26/+35 |
* | modify argument order of pa_client_new() to actually match how it is usually ... | Lennart Poettering | 2006-05-14 | 2 | -2/+2 |
* | fix esound sample cache names | Lennart Poettering | 2006-05-13 | 1 | -1/+2 |
* | don't hit an assert when trying to resample data for 6channel audio | Lennart Poettering | 2006-05-13 | 1 | -1/+2 |
* | fix hangup detection for recording streams | Lennart Poettering | 2006-05-11 | 1 | -5/+7 |
* | fix iochannel for hangup signals | Lennart Poettering | 2006-05-11 | 1 | -1/+1 |
* | pa_write() should use a const pointer. | Pierre Ossman | 2006-05-11 | 2 | -2/+2 |
* | Handle pipes on platforms where they are non-existant of broken. | Pierre Ossman | 2006-05-11 | 5 | -28/+229 |
* | ANSI codes aren't supported on Windows terminals. | Pierre Ossman | 2006-05-11 | 1 | -1/+4 |
* | Do WSAStartup() in the DLL entry routine instead of at context creation. | Pierre Ossman | 2006-05-11 | 1 | -4/+13 |
* | We need to read the cookie in binary mode for things to work correctly. | Pierre Ossman | 2006-05-02 | 1 | -2/+7 |
* | ouch! | Lennart Poettering | 2006-04-27 | 2 | -3/+2 |
* | if a sample is not yet loaded, don't print rubbish about its channel map | Lennart Poettering | 2006-04-26 | 1 | -1/+1 |
* | add support for parsing channel maps as module arguments | Lennart Poettering | 2006-04-26 | 2 | -0/+58 |
* | * rework reference counting in the client libraries: now refcounting goes | Lennart Poettering | 2006-04-24 | 2 | -3/+10 |
* | chown() and chmod() aren't available on Windows. | Pierre Ossman | 2006-04-24 | 1 | -0/+4 |
* | fix a segfault when uploading samples with esound | Lennart Poettering | 2006-04-23 | 1 | -1/+1 |
* | * add validity checking for sample_spec, channel_map and cvolume structures | Lennart Poettering | 2006-04-23 | 1 | -2/+15 |
* | enforce maximum sample size in sample cache | Lennart Poettering | 2006-04-23 | 4 | -6/+11 |
* | * when playing back a sample from the sample cache, just take a pa_volume_t a... | Lennart Poettering | 2006-04-23 | 5 | -16/+15 |
* | allow recieving of invalid channel maps, volumes and sample specs. This makes... | Lennart Poettering | 2006-04-23 | 1 | -10/+0 |
* | when loading sound files, initialize channel map data properly | Lennart Poettering | 2006-04-22 | 3 | -5/+10 |
* | fix x11 handling | Lennart Poettering | 2006-04-22 | 1 | -0/+9 |
* | fix sample cache | Lennart Poettering | 2006-04-22 | 1 | -6/+18 |
* | add new function pa_parent_dir() | Lennart Poettering | 2006-04-22 | 2 | -5/+16 |
* | first unlink the socket, the close it | Lennart Poettering | 2006-04-22 | 1 | -2/+2 |
* | try to remove the directory where the PID file resides in after removing the ... | Lennart Poettering | 2006-04-22 | 1 | -0/+7 |
* | chown() and chmod() /tmp/.esd/ before checking if everything is ok with it | Lennart Poettering | 2006-04-22 | 1 | -1/+4 |
* | Minor fixes for the way Windows handles sockets. | Pierre Ossman | 2006-04-19 | 2 | -4/+12 |
* | fix a couple of issues I found when compiling polypaudio with gcc 2.95 | Lennart Poettering | 2006-04-18 | 2 | -2/+2 |
* | fix code for pre-C99 | Lennart Poettering | 2006-04-18 | 1 | -2/+3 |
* | * fix pa_random_seet() function prototype | Lennart Poettering | 2006-04-18 | 2 | -5/+5 |
* | Make the probe for RNG sources at runtime since the configure script isn't | Pierre Ossman | 2006-04-18 | 2 | -18/+60 |
* | initialize random seed globaly from $RANDOM_DEVICE | Lennart Poettering | 2006-04-16 | 1 | -6/+0 |
* | correct some types | Lennart Poettering | 2006-04-15 | 1 | -11/+12 |
* | minor beautification | Lennart Poettering | 2006-04-14 | 1 | -1/+1 |
* | include in-flux resampled chunk in latency calculations of playback streams | Lennart Poettering | 2006-04-13 | 1 | -1/+7 |
* | hmm, nothing important | Lennart Poettering | 2006-04-13 | 1 | -1/+1 |
* | protocol change: don't send stream buffer size in latency update. This data i... | Lennart Poettering | 2006-04-12 | 1 | -2/+0 |
* | when flushin a memblockq, set the write index to the read index | Lennart Poettering | 2006-04-12 | 1 | -0/+2 |
* | when doing software volume adjustments, don't use the volume value as linear ... | Lennart Poettering | 2006-04-08 | 1 | -29/+15 |
* | add new introspection data field for sinks/sources: a flags field which speci... | Lennart Poettering | 2006-04-07 | 1 | -0/+2 |
* | Some memcpy arithmetic that wasn't removed when doing the redesign to update | Pierre Ossman | 2006-04-07 | 1 | -1/+1 |
* | remove queue length field from latency request (server side) | Lennart Poettering | 2006-04-07 | 1 | -6/+2 |
* | change pa_gettimeofday() to return a pointer to the struct timeval*, instead ... | Lennart Poettering | 2006-04-06 | 2 | -16/+18 |
* | * set IPV6_V6ONLY for IPv6 sockets, to avoid warning when both ipv6 and the i... | Lennart Poettering | 2006-04-06 | 1 | -3/+12 |
* | remove some GCC warnings introduced by improperly casting to (char*) instead ... | Lennart Poettering | 2006-04-06 | 1 | -13/+13 |
* | Fix some warnings caused by size_t having varying size. | Pierre Ossman | 2006-03-31 | 1 | -2/+2 |
* | We filled the volume with the wrong channel count (we used the input, not | Pierre Ossman | 2006-03-08 | 1 | -4/+3 |
* | Trying to listen on an IPv6 socket by default and only do IPv4 if that fails | Pierre Ossman | 2006-03-07 | 2 | -22/+36 |