summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | add util.h to doxygenLennart Poettering2006-05-171-1/+1
* | | include util.h in polypaudio.hLennart Poettering2006-05-171-1/+2
* | | split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]Lennart Poettering2006-05-1753-375/+469
* | | 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 utf8.h and xmalloc.h to doxygen docsLennart Poettering2006-05-171-1/+1
* | | 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
* | | add documentation for module-volume-restoreLennart Poettering2006-05-171-3/+17
* | | update todoLennart Poettering2006-05-171-1/+0
* | | update todoLennart Poettering2006-05-171-1/+0
* | | * 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 todoPierre Ossman2006-05-171-6/+5
* | | 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
* | | change version number from "0.9" to "0.9.0" to make version comparisons easierLennart Poettering2006-05-161-1/+1
* | | bump version number to 0.9Lennart Poettering2006-05-164-5/+5
* | | * add new configure option --with-module-dir=Lennart Poettering2006-05-167-55/+66
* | | update todoLennart Poettering2006-05-161-1/+0
* | | * remove .a files from the modules directory after installationLennart Poettering2006-05-161-23/+24
* | | tell svn to ignore the utf8-test binaryLennart Poettering2006-05-160-0/+0
* | | 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 svn:keywords propertyLennart Poettering2006-05-160-0/+0
* | | 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