| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | 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 | |
| * | | | when playing an ULAW or ALAW audio file, do not convert to S16NE unconditiona... | Lennart Poettering | 2006-05-17 | 1 | -22/+35 | |
| * | | | increase PA_CHANNELS_MAX to 32 | Lennart Poettering | 2006-05-17 | 2 | -1/+17 | |
| * | | | use PA_CHANNEL_MAP_OSS in module-oss, module-oss-mmap | Lennart Poettering | 2006-05-17 | 2 | -2/+2 | |
| * | | | add new channel mapping standard PA_CHANNEL_MAP_OSS | Lennart Poettering | 2006-05-17 | 2 | -3/+39 | |
| * | | | update todo | Pierre Ossman | 2006-05-17 | 1 | -6/+5 | |
| * | | | Update documentation to contain the UTF-8 requirement. | Pierre Ossman | 2006-05-17 | 1 | -0/+5 | |
| * | | | Documentation for the threaded main loop API. | Pierre Ossman | 2006-05-17 | 3 | -5/+215 | |
| * | | | Set default channel map system for waveout module. | Pierre Ossman | 2006-05-17 | 1 | -1/+1 | |
| * | | | Add Microsoft's WAVEFORMWATEEXTENSIBLE channel mapping. | Pierre Ossman | 2006-05-17 | 2 | -0/+60 | |
| * | | | Use default channel map for Solaris module. There doesn't seem to be a standard | Pierre Ossman | 2006-05-17 | 1 | -1/+1 | |
| * | | | * modify pa_channel_map_init_auto() to take an extra argument specifying the ... | Lennart Poettering | 2006-05-16 | 27 | -191/+237 | |
| * | | | change version number from "0.9" to "0.9.0" to make version comparisons easier | Lennart Poettering | 2006-05-16 | 1 | -1/+1 | |
| * | | | bump version number to 0.9 | Lennart Poettering | 2006-05-16 | 4 | -5/+5 | |
| * | | | * add new configure option --with-module-dir= | Lennart Poettering | 2006-05-16 | 7 | -55/+66 | |
| * | | | update todo | Lennart Poettering | 2006-05-16 | 1 | -1/+0 | |
| * | | | * remove .a files from the modules directory after installation | Lennart Poettering | 2006-05-16 | 1 | -23/+24 | |
| * | | | tell svn to ignore the utf8-test binary | Lennart Poettering | 2006-05-16 | 0 | -0/+0 | |
| * | | | instead of kicking clients with invalid UTF8 stream names, filter invalid cha... | Lennart Poettering | 2006-05-16 | 1 | -14/+26 | |
| * | | | add new test programme utf8-test.c | Lennart Poettering | 2006-05-16 | 2 | -1/+33 | |
| * | | | add svn:keywords property | Lennart Poettering | 2006-05-16 | 0 | -0/+0 | |
| * | | | add double include protection | Lennart Poettering | 2006-05-16 | 1 | -0/+5 | |
