Age | Commit message (Expand) | Author | Files | Lines |
2009-01-15 | move alsa and oss modules into their own subdirectories | Lennart Poettering | 1 | -1536/+0 |
2008-08-20 | add a few missing casts | Lennart Poettering | 1 | -6/+6 |
2008-08-19 | add a few more gcc warning flags and fix quite a few problems found by doing so | Lennart Poettering | 1 | -32/+34 |
2008-06-27 | handle rewind requests | Lennart Poettering | 1 | -0/+4 |
2008-06-21 | fix deadlock when resuming oss sinks | Lennart Poettering | 1 | -2/+5 |
2008-06-20 | Rework module-combine to work with glitch-free core; add new max_request fiel... | Lennart Poettering | 1 | -0/+2 |
2008-06-18 | get rid of svn $ keywords | Lennart Poettering | 1 | -2/+0 |
2008-05-15 | merge glitch-free branch back into trunk | Lennart Poettering | 1 | -54/+82 |
2007-11-21 | minor typo fix | Lennart Poettering | 1 | -1/+1 |
2007-11-13 | Completely rework ALSA device selection code: choose the device to open depen... | Lennart Poettering | 1 | -1/+1 |
2007-11-09 | tag modules that may only be loaded once at most especially, and enforce that... | Lennart Poettering | 1 | -4/+5 |
2007-11-01 | make rtprio and nice level actually configurable | Lennart Poettering | 1 | -2/+2 |
2007-10-28 | merge 'lennart' branch back into trunk. | Lennart Poettering | 1 | -272/+1197 |
2007-05-29 | Kill spaces on EOL | Lennart Poettering | 1 | -5/+5 |
2007-05-23 | Fix module-oss for devices that return EAGAIN when we don't expect it. (Close... | Lennart Poettering | 1 | -3/+10 |
2007-02-13 | Add copyright notices to all relevant files. (based on svn log) | Pierre Ossman | 1 | -0/+3 |
2007-01-04 | Huge trailing whitespace cleanup. Let's keep the tree pure from here on, | Pierre Ossman | 1 | -35/+35 |
2006-11-06 | Revert r1404 and keep it on a development branch until it is fully tested. | Pierre Ossman | 1 | -15/+7 |
2006-09-26 | rework memory block management to be thread-safe and mostly lock-free. | Lennart Poettering | 1 | -7/+15 |
2006-08-18 | remove all occurences of | Lennart Poettering | 1 | -17/+17 |
2006-08-18 | Rework memory management to allow shared memory data transfer. The central idea | Lennart Poettering | 1 | -2/+2 |
2006-08-12 | make use of pa_sink_used_by()/pa_source_used_by() wherever applicable | Lennart Poettering | 1 | -4/+3 |
2006-08-12 | generate default sink/source names from the device files they belong to | Lennart Poettering | 1 | -4/+28 |
2006-08-12 | handle hot-remeving of OSS devices properly | Lennart Poettering | 1 | -12/+30 |
2006-08-12 | fix a segfault in module-oss | Lennart Poettering | 1 | -1/+1 |
2006-08-11 | don't set the sink/source descriptions manually, use the new functions pa_{si... | Lennart Poettering | 1 | -11/+13 |
2006-08-11 | shorten sink/source device descriptions a little | Lennart Poettering | 1 | -2/+2 |
2006-07-16 | set is_hardware flag for a few hw plugins | Lennart Poettering | 1 | -0/+2 |
2006-07-14 | try to use send(,,MSG_NOSIGNAL) instead of write() wherever possible (which | Lennart Poettering | 1 | -1/+1 |
2006-06-19 | big s/polyp/pulse/g | Lennart Poettering | 1 | -15/+15 |
2006-05-25 | * split pa_cstrerror() into its own file polypcore/core-error.[ch] | Lennart Poettering | 1 | -1/+1 |
2006-05-22 | Wrap strerror() in a function that makes it thread safe and converts the | Pierre Ossman | 1 | -8/+9 |
2006-05-17 | split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch] | Lennart Poettering | 1 | -1/+1 |
2006-05-17 | Move xmalloc to the public side (libpolyp). | Pierre Ossman | 1 | -1/+2 |
2006-05-17 | use PA_CHANNEL_MAP_OSS in module-oss, module-oss-mmap | Lennart Poettering | 1 | -1/+1 |
2006-05-16 | * modify pa_channel_map_init_auto() to take an extra argument specifying the ... | Lennart Poettering | 1 | -1/+1 |
2006-05-13 | * set default fragment metrics depending on the sample specs of the device in... | Lennart Poettering | 1 | -9/+9 |
2006-04-26 | support new channel_map argument in sink/source modules | Lennart Poettering | 1 | -5/+8 |
2006-04-18 | fix a couple of issues I found when compiling polypaudio with gcc 2.95 | Lennart Poettering | 1 | -1/+2 |
2006-04-10 | minor cleanups for OSS module | Lennart Poettering | 1 | -9/+25 |
2006-02-24 | IGAIN is a better choice than IMIX for source volume. | Pierre Ossman | 1 | -2/+2 |
2006-02-23 | Hardware source volume support in OSS. | Pierre Ossman | 1 | -2/+30 |
2006-02-23 | change pa_log() and friends to not require a trailing \n on all logged strings | Lennart Poettering | 1 | -15/+15 |
2006-02-21 | include hw description gathered from /dev/sndstat in sink/source description ... | Lennart Poettering | 1 | -3/+19 |
2006-02-21 | add hw volume control for module-oss-mmap | Lennart Poettering | 1 | -18/+2 |
2006-02-17 | Cleaned up the includes after the restructuring. Indicate which headers are | Pierre Ossman | 1 | -1/+1 |
2006-02-16 | move alsa-util.[ch], oss-util.[ch] and howl-wrap.[ch] to the modules director... | Lennart Poettering | 1 | -1/+1 |
2006-02-16 | Reorganised the source tree. We now have src/ with a couple of subdirs: | Pierre Ossman | 1 | -0/+468 |