summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* replace memory allocation function calls with pa_xXXXX() Lennart Poettering2006-05-173-63/+54
* include more files in polypaudio.hLennart Poettering2006-05-171-2/+8
* add doxygen docs for utf8.hLennart Poettering2006-05-171-0/+7
* * make pa_xfree() a real functionLennart Poettering2006-05-172-1/+22
* add new channel map argument to pa_simple_new()Lennart Poettering2006-05-174-6/+11
* fix svn tagLennart Poettering2006-05-171-1/+1
* Move utf8 to the public part (libpolyp).Pierre Ossman2006-05-1710-13/+13
* Move xmalloc to the public side (libpolyp).Pierre Ossman2006-05-17105-109/+193
* more sensible default.pa fileLennart Poettering2006-05-171-22/+27
* add proper locking when accessing the file match.tableLennart Poettering2006-05-171-1/+6
* add proper locking when accessing the file volume.table Lennart Poettering2006-05-171-3/+12
* * 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
* * use S16NE for SF_FORMAT_PCM_S8 formats, tooLennart Poettering2006-05-171-2/+4
* when playing an ULAW or ALAW audio file, do not convert to S16NE unconditiona...Lennart Poettering2006-05-171-22/+35
* increase PA_CHANNELS_MAX to 32Lennart Poettering2006-05-172-1/+17
* use PA_CHANNEL_MAP_OSS in module-oss, module-oss-mmapLennart Poettering2006-05-172-2/+2
* add new channel mapping standard PA_CHANNEL_MAP_OSSLennart Poettering2006-05-172-3/+39
* Update documentation to contain the UTF-8 requirement.Pierre Ossman2006-05-171-0/+5
* Documentation for the threaded main loop API.Pierre Ossman2006-05-173-5/+215
* Set default channel map system for waveout module.Pierre Ossman2006-05-171-1/+1
* Add Microsoft's WAVEFORMWATEEXTENSIBLE channel mapping.Pierre Ossman2006-05-172-0/+60
* Use default channel map for Solaris module. There doesn't seem to be a standardPierre Ossman2006-05-171-1/+1
* * modify pa_channel_map_init_auto() to take an extra argument specifying the ...Lennart Poettering2006-05-1627-191/+237
* bump version number to 0.9Lennart Poettering2006-05-163-3/+3
* * add new configure option --with-module-dir=Lennart Poettering2006-05-161-50/+48
* * remove .a files from the modules directory after installationLennart Poettering2006-05-161-23/+24
* instead of kicking clients with invalid UTF8 stream names, filter invalid cha...Lennart Poettering2006-05-161-14/+26
* add new test programme utf8-test.cLennart Poettering2006-05-162-1/+33
* 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
* use the new latency update callback to be notified when latency data becomesLennart Poettering2006-05-161-4/+21
* downgrade a log messageLennart Poettering2006-05-161-2/+1
* * fix segfault in pa_utf8_validate()Lennart Poettering2006-05-161-5/+11
* add notification callback which is called when new latency data becomes avail...Lennart Poettering2006-05-153-1/+19
* Add function to filter a string of any invalid UTF-8 sequences. User mustPierre Ossman2006-05-152-8/+54
* undo r868Lennart Poettering2006-05-151-3/+3
* Clean up the UTF-8 validation code.Pierre Ossman2006-05-151-78/+76
* remove regex.h from include, since it is actually not usedLennart Poettering2006-05-151-1/+0
* module-volume-restore uses regexp() so make sure it's only built on systemsPierre Ossman2006-05-151-3/+3
* 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
* remove superfluous log lineLennart Poettering2006-05-141-2/+0
* take the filename specified on the command line as default stream nameLennart Poettering2006-05-141-7/+11
* check for valid utf8 strings Lennart Poettering2006-05-141-20/+24
* add utf8 validity checking APILennart Poettering2006-05-143-1/+145
* update todoLennart Poettering2006-05-141-3/+4
* add new module module-volume-restore which saves and restores volume of playb...Lennart Poettering2006-05-142-2/+371
* * add new parameter to pa_open_config_file() to specify open modeLennart Poettering2006-05-1415-34/+43
* modify argument order of pa_client_new() to actually match how it is usually ...Lennart Poettering2006-05-142-2/+2