summaryrefslogtreecommitdiffstats
path: root/src/polypcore
Commit message (Expand)AuthorAgeFilesLines
* check for valid utf8 strings Lennart Poettering2006-05-141-20/+24
* add utf8 validity checking APILennart Poettering2006-05-142-0/+142
* update todoLennart Poettering2006-05-141-3/+4
* * add new parameter to pa_open_config_file() to specify open modeLennart Poettering2006-05-149-26/+35
* modify argument order of pa_client_new() to actually match how it is usually ...Lennart Poettering2006-05-142-2/+2
* fix esound sample cache namesLennart Poettering2006-05-131-1/+2
* don't hit an assert when trying to resample data for 6channel audioLennart Poettering2006-05-131-1/+2
* fix hangup detection for recording streamsLennart Poettering2006-05-111-5/+7
* fix iochannel for hangup signalsLennart Poettering2006-05-111-1/+1
* pa_write() should use a const pointer.Pierre Ossman2006-05-112-2/+2
* Handle pipes on platforms where they are non-existant of broken.Pierre Ossman2006-05-115-28/+229
* ANSI codes aren't supported on Windows terminals.Pierre Ossman2006-05-111-1/+4
* Do WSAStartup() in the DLL entry routine instead of at context creation.Pierre Ossman2006-05-111-4/+13
* We need to read the cookie in binary mode for things to work correctly.Pierre Ossman2006-05-021-2/+7
* ouch!Lennart Poettering2006-04-272-3/+2
* if a sample is not yet loaded, don't print rubbish about its channel mapLennart Poettering2006-04-261-1/+1
* add support for parsing channel maps as module argumentsLennart Poettering2006-04-262-0/+58
* * rework reference counting in the client libraries: now refcounting goesLennart Poettering2006-04-242-3/+10
* 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
* enforce maximum sample size in sample cacheLennart Poettering2006-04-234-6/+11
* * when playing back a sample from the sample cache, just take a pa_volume_t a...Lennart Poettering2006-04-235-16/+15
* allow recieving of invalid channel maps, volumes and sample specs. This makes...Lennart Poettering2006-04-231-10/+0
* 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
* 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
* Minor fixes for the way Windows handles sockets.Pierre Ossman2006-04-192-4/+12
* fix a couple of issues I found when compiling polypaudio with gcc 2.95Lennart Poettering2006-04-182-2/+2
* 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-182-18/+60
* initialize random seed globaly from $RANDOM_DEVICELennart Poettering2006-04-161-6/+0
* correct some typesLennart Poettering2006-04-151-11/+12
* minor beautificationLennart Poettering2006-04-141-1/+1
* include in-flux resampled chunk in latency calculations of playback streamsLennart Poettering2006-04-131-1/+7
* hmm, nothing importantLennart Poettering2006-04-131-1/+1
* protocol change: don't send stream buffer size in latency update. This data i...Lennart Poettering2006-04-121-2/+0
* when flushin a memblockq, set the write index to the read indexLennart Poettering2006-04-121-0/+2
* when doing software volume adjustments, don't use the volume value as linear ...Lennart Poettering2006-04-081-29/+15
* add new introspection data field for sinks/sources: a flags field which speci...Lennart Poettering2006-04-071-0/+2
* Some memcpy arithmetic that wasn't removed when doing the redesign to updatePierre Ossman2006-04-071-1/+1
* remove queue length field from latency request (server side)Lennart Poettering2006-04-071-6/+2
* change pa_gettimeofday() to return a pointer to the struct timeval*, instead ...Lennart Poettering2006-04-062-16/+18
* * set IPV6_V6ONLY for IPv6 sockets, to avoid warning when both ipv6 and the i...Lennart Poettering2006-04-061-3/+12
* remove some GCC warnings introduced by improperly casting to (char*) instead ...Lennart Poettering2006-04-061-13/+13