| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Fix some warnings. | Pierre Ossman | 2006-05-23 | 2 | -1/+2 | |
| * | | | Fix TLS on Win32 to something a bit more safe and portable (compiler-wise). | Pierre Ossman | 2006-05-22 | 1 | -1/+85 | |
| * | | | add missing #include | Lennart Poettering | 2006-05-22 | 1 | -0/+1 | |
| * | | | Wrap strerror() in a function that makes it thread safe and converts the | Pierre Ossman | 2006-05-22 | 49 | -169/+337 | |
| * | | | update todo | Pierre Ossman | 2006-05-22 | 1 | -0/+1 | |
| * | | | add missing #include | Lennart Poettering | 2006-05-21 | 1 | -0/+1 | |
| * | | | add new function pa_usec_to_bytes() as inverse of pa_bytes_to_usec() | Lennart Poettering | 2006-05-21 | 2 | -0/+9 | |
| * | | | doc update | Lennart Poettering | 2006-05-20 | 1 | -0/+1 | |
| * | | | fix long-standing buf that could cause polypaudio to eat 100% CPU: fix handli... | Lennart Poettering | 2006-05-20 | 1 | -4/+4 | |
| * | | | rename pa_simple_get_playback_latency() to pa_simple_get_latency() and allow ... | Lennart Poettering | 2006-05-20 | 3 | -6/+4 | |
| * | | | generate PA_MAJORMINOR properly - only from major and minor, not from micro | Lennart Poettering | 2006-05-19 | 1 | -2/+7 | |
| * | | | Fix some missing headers. | Pierre Ossman | 2006-05-19 | 3 | -1/+4 | |
| * | | | Fix which headers get installed for libpolyp. | Pierre Ossman | 2006-05-19 | 1 | -1/+11 | |
| * | | | Sort source files. | Pierre Ossman | 2006-05-19 | 1 | -28/+28 | |
| * | | | update todo | Pierre Ossman | 2006-05-18 | 1 | -0/+2 | |
| * | | | Convert log text to current locale before passing it on to stderr or syslog. | Pierre Ossman | 2006-05-18 | 2 | -5/+33 | |
| * | | | Make paplay convert names to UTF-8 before sending to the server. | Pierre Ossman | 2006-05-18 | 1 | -4/+18 | |
| * | | | And functions for convertion to and from current locale and UTF-8. | Pierre Ossman | 2006-05-18 | 3 | -1/+79 | |
| * | | | Missing include of util.h. | Pierre Ossman | 2006-05-18 | 1 | -0/+1 | |
| * | | | Don't include util.h from core-util.h as it is not needed by many users. | Pierre Ossman | 2006-05-18 | 11 | -4/+12 | |
| * | | | PATH_MAX needs limits.h. | Pierre Ossman | 2006-05-18 | 1 | -0/+1 | |
| * | | | update todo | Pierre Ossman | 2006-05-18 | 1 | -0/+1 | |
| * | | | Move timeval calculation functions into their own file. | Pierre Ossman | 2006-05-18 | 23 | -149/+234 | |
| * | | | update README for 0.9.0 | Lennart Poettering | 2006-05-17 | 1 | -12/+16 | |
| * | | | modify lirc module to use pa_sink_mute() for muting and unmuting | Lennart Poettering | 2006-05-17 | 1 | -23/+35 | |
| * | | | fix include line for "core-util.h" | Lennart Poettering | 2006-05-17 | 27 | -28/+26 | |
| * | | | add C++ macros to utf8.h | Lennart Poettering | 2006-05-17 | 1 | -0/+6 | |
| * | | | add C++ macros to xmalloc.h | Lennart Poettering | 2006-05-17 | 1 | -0/+5 | |
| * | | | * add doxygen docs to header file | Lennart Poettering | 2006-05-17 | 2 | -18/+36 | |
| * | | | add util.h to doxygen | Lennart Poettering | 2006-05-17 | 1 | -1/+1 | |
| * | | | include util.h in polypaudio.h | Lennart Poettering | 2006-05-17 | 1 | -1/+2 | |
| * | | | split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch] | Lennart Poettering | 2006-05-17 | 53 | -375/+469 | |
| * | | | replace memory allocation function calls with pa_xXXXX() | Lennart Poettering | 2006-05-17 | 3 | -63/+54 | |
| * | | | include more files in polypaudio.h | Lennart Poettering | 2006-05-17 | 1 | -2/+8 | |
| * | | | add doxygen docs for utf8.h | Lennart Poettering | 2006-05-17 | 1 | -0/+7 | |
| * | | | * make pa_xfree() a real function | Lennart Poettering | 2006-05-17 | 2 | -1/+22 | |
| * | | | add utf8.h and xmalloc.h to doxygen docs | Lennart Poettering | 2006-05-17 | 1 | -1/+1 | |
| * | | | add new channel map argument to pa_simple_new() | Lennart Poettering | 2006-05-17 | 4 | -6/+11 | |
| * | | | fix svn tag | Lennart Poettering | 2006-05-17 | 1 | -1/+1 | |
| * | | | Move utf8 to the public part (libpolyp). | Pierre Ossman | 2006-05-17 | 10 | -13/+13 | |
| * | | | Move xmalloc to the public side (libpolyp). | Pierre Ossman | 2006-05-17 | 105 | -109/+193 | |
| * | | | more sensible default.pa file | Lennart Poettering | 2006-05-17 | 1 | -22/+27 | |
| * | | | add proper locking when accessing the file match.table | Lennart Poettering | 2006-05-17 | 1 | -1/+6 | |
| * | | | add proper locking when accessing the file volume.table | Lennart Poettering | 2006-05-17 | 1 | -3/+12 | |
| * | | | add documentation for module-volume-restore | Lennart Poettering | 2006-05-17 | 1 | -3/+17 | |
| * | | | update todo | Lennart Poettering | 2006-05-17 | 1 | -1/+0 | |
| * | | | update todo | Lennart Poettering | 2006-05-17 | 1 | -1/+0 | |
| * | | | * support native ULAW/ALAW file streams | Lennart Poettering | 2006-05-17 | 1 | -13/+26 | |
| * | | | support loading ULAW/ALAW files into ULAW/ALAW memchunks | Lennart Poettering | 2006-05-17 | 1 | -15/+36 | |
| * | | | * use S16NE for SF_FORMAT_PCM_S8 formats, too | Lennart Poettering | 2006-05-17 | 1 | -2/+4 | |
