summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix stray \Pierre Ossman2006-05-241-1/+1
* | | implement a /dev/mixer interfaceLennart Poettering2006-05-241-25/+261
* | | fix playback of small sound filesLennart Poettering2006-05-241-2/+4
* | | implement emulation of /dev/sndstatLennart Poettering2006-05-231-15/+102
* | | - use pthread_atfork() to disable open sound streams in the child after a fork.Lennart Poettering2006-05-231-6/+122
* | | pass the binary name as client name to polypaudioLennart Poettering2006-05-231-1/+13
* | | Cast size_t to long to be more compatible with 64-bit systems.Pierre Ossman2006-05-231-1/+1
* | | add new padsp utility: a $LD_PRELOAD wrapper for using the OSS API with polyp...Lennart Poettering2006-05-233-2/+1335
* | | change return type of pa_cstrerror() to "const char*"Lennart Poettering2006-05-232-2/+2
* | | Fix some warnings.Pierre Ossman2006-05-232-1/+2
* | | Fix TLS on Win32 to something a bit more safe and portable (compiler-wise).Pierre Ossman2006-05-221-1/+85
* | | add missing #includeLennart Poettering2006-05-221-0/+1
* | | Wrap strerror() in a function that makes it thread safe and converts thePierre Ossman2006-05-2249-169/+337
* | | update todoPierre Ossman2006-05-221-0/+1
* | | 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
* | | doc updateLennart Poettering2006-05-201-0/+1
* | | 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
* | | generate PA_MAJORMINOR properly - only from major and minor, not from microLennart Poettering2006-05-191-2/+7
* | | 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
* | | update todoPierre Ossman2006-05-181-0/+2
* | | 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-183-1/+79
* | | 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
* | | update todoPierre Ossman2006-05-181-0/+1
* | | Move timeval calculation functions into their own file.Pierre Ossman2006-05-1823-149/+234
* | | update README for 0.9.0Lennart Poettering2006-05-171-12/+16
* | | 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
* | | 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