summaryrefslogtreecommitdiffstats
path: root/src/polypcore
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings.Pierre Ossman2006-05-246-10/+27
* Fix some warnings.Pierre Ossman2006-05-231-1/+1
* Wrap strerror() in a function that makes it thread safe and converts thePierre Ossman2006-05-2214-65/+95
* fix long-standing buf that could cause polypaudio to eat 100% CPU: fix handli...Lennart Poettering2006-05-201-4/+4
* Convert log text to current locale before passing it on to stderr or syslog.Pierre Ossman2006-05-181-5/+30
* Missing include of util.h.Pierre Ossman2006-05-181-0/+1
* Don't include util.h from core-util.h as it is not needed by many users.Pierre Ossman2006-05-186-2/+5
* Move timeval calculation functions into their own file.Pierre Ossman2006-05-187-0/+7
* fix include line for "core-util.h"Lennart Poettering2006-05-171-1/+1
* split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]Lennart Poettering2006-05-1725-328/+31
* Move utf8 to the public part (libpolyp).Pierre Ossman2006-05-178-199/+6
* Move xmalloc to the public side (libpolyp).Pierre Ossman2006-05-1755-234/+95
* * support native ULAW/ALAW file streamsLennart Poettering2006-05-171-13/+26
* support loading ULAW/ALAW files into ULAW/ALAW memchunksLennart Poettering2006-05-171-15/+36
* * modify pa_channel_map_init_auto() to take an extra argument specifying the ...Lennart Poettering2006-05-169-69/+114
* instead of kicking clients with invalid UTF8 stream names, filter invalid cha...Lennart Poettering2006-05-161-14/+26
* add double include protectionLennart Poettering2006-05-161-0/+5
* * remove "const" from return type of pa_utf8_filter() since it desn't make an...Lennart Poettering2006-05-162-5/+5
* * fix segfault in pa_utf8_validate()Lennart Poettering2006-05-161-5/+11
* Add function to filter a string of any invalid UTF-8 sequences. User mustPierre Ossman2006-05-152-8/+54
* Clean up the UTF-8 validation code.Pierre Ossman2006-05-151-78/+76
* Include utf8.h for the validation function.Pierre Ossman2006-05-151-0/+1
* add utf8 validity checking to esound protocolLennart Poettering2006-05-141-0/+8
* 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