diff options
author | Lennart Poettering <lennart@poettering.net> | 2006-08-18 19:57:53 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2006-08-18 19:57:53 +0000 |
commit | 666eca38b9db862629c22c858767a14962cbd262 (patch) | |
tree | 9faec26d6187cc829514f6972f3df25aaf31d948 /todo | |
parent | 8ebef4d00f1868fd968218d594c7993c1c4254b1 (diff) |
update todo
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1270 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'todo')
-rw-r--r-- | todo | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ Cleanups: - use software volume when hardware doesn't support all channels (alsa done) - silence generation should be moved into the core to avoid races and code duplication in the backends +- rework resampler to not use pa_xrealloc. Use pa_memblock_new instead. +- allow disabling shm in both client and server Auth/Crypto: - ssl |