summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add missing #includeLennart Poettering2006-05-211-0/+1
* add new function pa_usec_to_bytes() as inverse of pa_bytes_to_usec()Lennart Poettering2006-05-212-0/+9
* fix long-standing buf that could cause polypaudio to eat 100% CPU: fix handli...Lennart Poettering2006-05-201-4/+4
* rename pa_simple_get_playback_latency() to pa_simple_get_latency() and allow ...Lennart Poettering2006-05-203-6/+4
* Fix some missing headers.Pierre Ossman2006-05-193-1/+4
* Fix which headers get installed for libpolyp.Pierre Ossman2006-05-191-1/+11
* Sort source files.Pierre Ossman2006-05-191-28/+28
* Convert log text to current locale before passing it on to stderr or syslog.Pierre Ossman2006-05-182-5/+33
* Make paplay convert names to UTF-8 before sending to the server.Pierre Ossman2006-05-181-4/+18
* And functions for convertion to and from current locale and UTF-8.Pierre Ossman2006-05-182-0/+78
* 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-1811-4/+12
* PATH_MAX needs limits.h.Pierre Ossman2006-05-181-0/+1
* Move timeval calculation functions into their own file.Pierre Ossman2006-05-1822-148/+233
* modify lirc module to use pa_sink_mute() for muting and unmutingLennart Poettering2006-05-171-23/+35
* fix include line for "core-util.h"Lennart Poettering2006-05-1727-28/+26
* add C++ macros to utf8.hLennart Poettering2006-05-171-0/+6
* add C++ macros to xmalloc.hLennart Poettering2006-05-171-0/+5
* * add doxygen docs to header fileLennart Poettering2006-05-172-18/+36
* 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 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