| Commit message (Expand) | Author | Age | Files | Lines |
* | remove howl-wrap.[ch] | Lennart Poettering | 2006-07-13 | 2 | -154/+0 |
* | update module-zeroconf-publish to make use of the native AVAHI API, instead o... | Lennart Poettering | 2006-07-13 | 1 | -127/+299 |
* | fix segfault when module-alsa-source fails to load | Lennart Poettering | 2006-06-20 | 2 | -2/+2 |
* | Fix the final few occurences of polyp. | Pierre Ossman | 2006-06-20 | 1 | -1/+1 |
* | s/POLYP/PULSE/g | Lennart Poettering | 2006-06-19 | 1 | -11/+11 |
* | * more s/pulseaudio/PulseAudio/ replacements | Lennart Poettering | 2006-06-19 | 5 | -8/+8 |
* | replace a few remaining uppercase "Polypaudio" occurences with "PulseAudio" | Lennart Poettering | 2006-06-19 | 2 | -2/+2 |
* | big s/polyp/pulse/g | Lennart Poettering | 2006-06-19 | 44 | -507/+507 |
* | * add new argument 'exit_on_eof' to module-cli and make use of it if "-C" is ... | Lennart Poettering | 2006-06-18 | 1 | -11/+47 |
* | * make hw param settings easier to debug by splitting up long if | Lennart Poettering | 2006-06-17 | 1 | -6/+18 |
* | if S16NE is not supported, fall back to S16RE. If FLOAT32NE is not supported,... | Lennart Poettering | 2006-06-16 | 1 | -14/+70 |
* | remove superfluous prefixes from service names | Lennart Poettering | 2006-05-31 | 1 | -2/+2 |
* | decrease maximum allowed sample frequency for ALSA devices to 5%, since 48000... | Lennart Poettering | 2006-05-31 | 1 | -1/+1 |
* | downgrade a log message | Lennart Poettering | 2006-05-30 | 1 | -1/+1 |
* | * alsa-sink: if "PCM" is not found as mixer track name, fallback to "Master" | Lennart Poettering | 2006-05-30 | 4 | -9/+20 |
* | * if an ALSA device doesn't support the channel count requested, use what ALS... | Lennart Poettering | 2006-05-30 | 4 | -11/+36 |
* | load alsa modules with device string hw:0 instead of hw:0,0 | Lennart Poettering | 2006-05-30 | 1 | -1/+1 |
* | * split pa_cstrerror() into its own file polypcore/core-error.[ch] | Lennart Poettering | 2006-05-25 | 20 | -24/+20 |
* | 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 | 21 | -84/+109 |
* | Fix some missing headers. | Pierre Ossman | 2006-05-19 | 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 | 2 | -0/+2 |
* | Move timeval calculation functions into their own file. | Pierre Ossman | 2006-05-18 | 5 | -0/+5 |
* | 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 | 4 | -4/+4 |
* | split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch] | Lennart Poettering | 2006-05-17 | 24 | -26/+26 |
* | Move xmalloc to the public side (libpolyp). | Pierre Ossman | 2006-05-17 | 30 | -30/+58 |
* | 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 |
* | use PA_CHANNEL_MAP_OSS in module-oss, module-oss-mmap | Lennart Poettering | 2006-05-17 | 2 | -2/+2 |
* | Set default channel map system for waveout module. | Pierre Ossman | 2006-05-17 | 1 | -1/+1 |
* | 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 | 14 | -81/+13 |
* | downgrade a log message | Lennart Poettering | 2006-05-16 | 1 | -2/+1 |
* | remove regex.h from include, since it is actually not used | Lennart Poettering | 2006-05-15 | 1 | -1/+0 |
* | remove superfluous log line | Lennart Poettering | 2006-05-14 | 1 | -2/+0 |
* | add new module module-volume-restore which saves and restores volume of playb... | Lennart Poettering | 2006-05-14 | 1 | -0/+361 |
* | * add new parameter to pa_open_config_file() to specify open mode | Lennart Poettering | 2006-05-14 | 4 | -5/+5 |
* | * set default fragment metrics depending on the sample specs of the device in... | Lennart Poettering | 2006-05-13 | 3 | -15/+21 |
* | first set buffer size, and afterwards period size | Lennart Poettering | 2006-05-13 | 1 | -1/+1 |
* | fix fragment size calculation for module-alsa-source | Lennart Poettering | 2006-05-13 | 1 | -5/+9 |
* | use default alsa channel map for alsa devices | Lennart Poettering | 2006-05-13 | 4 | -2/+74 |
* | Fix control flow in pa_oss_open(). Also fall back to half duplex when device ... | Pierre Ossman | 2006-05-02 | 1 | -2/+6 |
* | When a control is removed, all bits are set so we need to test for that first. | Pierre Ossman | 2006-04-28 | 2 | -0/+6 |
* | Zero the fd list since we do a memcmp on it later. | Pierre Ossman | 2006-04-28 | 1 | -1/+1 |
* | Channel map argument support for solaris. | Pierre Ossman | 2006-04-27 | 1 | -4/+15 |
* | Channel map argument support for waveout. | Pierre Ossman | 2006-04-27 | 1 | -4/+16 |
* | fail if the channel map doesn't match the sample specs | Lennart Poettering | 2006-04-26 | 1 | -0/+5 |
* | support new channel_map argument in sink/source modules | Lennart Poettering | 2006-04-26 | 11 | -49/+158 |
* | Fall back to software volume if hardware mixer cannot control all channels. | Pierre Ossman | 2006-04-25 | 2 | -73/+53 |