Age | Commit message (Expand) | Author |
2007-01-14 | Don't initialize globals to zero (or NULL) | Eric Wong |
2007-01-14 | jack: fix double-free in finish routine | Eric Wong |
2007-01-14 | jack: fix potential segfaults in parsing bad configs for 'ports' | Eric Wong |
2007-01-14 | jack: fix multiple segfaults when jackd hasn't been started | Eric Wong |
2007-01-14 | jack: strdup => xstrdup for error checking | Eric Wong |
2007-01-14 | jack: declare global variables as static | Eric Wong |
2006-12-30 | And a fix for the warnings in the last patch for JACK | Avuton Olrich |
2006-12-30 | A JACK patch to fix some old issues, from author. | Avuton Olrich |
2006-11-07 | audioOutput_alsa: print out the bitrate we wanted to set | Eric Wong |
2006-10-18 | remove some unneccesary includes from the audioOutput's | Warren Dukes |
2006-10-18 | jack patch from anarch (and some type fixes for mp4 and acc plugins) | Warren Dukes |
2006-10-11 | audioOutput_shout: use shout_set_nonblocking | Eric Wong |
2006-10-10 | Allow an ogg quality of -1 to be specified. | J. Alexander Treuman |
2006-09-09 | Hopefully fix endian problem mac x86/ppc | Qball Cow |
2006-08-26 | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong |
2006-08-26 | audioOutputs_oss: [trivial] make loop interation consistent with others | Eric Wong |
2006-08-20 | trivial: labels should be on the left-most column, no tabbing | Eric Wong |
2006-08-12 | audioOutput_alsa.c: avoid changing our internal period and buffer time values | Eric Wong |
2006-08-11 | Spelling & Grammar | Avuton Olrich |
2006-08-08 | audioOutput_pulse: ansi-fy function declarations (sparse) | Eric Wong |
2006-08-08 | more sparse cleanups | Eric Wong |
2006-08-01 | audioOutput_oss: cleanups (stolen from -ke) | Eric Wong |
2006-07-26 | Remove the fifo plugin. It's currently useless for the average user, and mak... | J. Alexander Treuman |
2006-07-24 | audioOutput_alsa: better period_size auto-configuration | Eric Wong |
2006-07-23 | Renaming stat struct to st, for consistency with the rest of mpd | J. Alexander Treuman |
2006-07-23 | chang the default period_time to 50ms. On my setup, setting the period_time ... | Warren Dukes |
2006-07-22 | Adding fifo output plugin | J. Alexander Treuman |
2006-07-21 | audioOutput_alsa: oops, I broke autodetection in r4363, fixed | Eric Wong |
2006-07-20 | #include <string.h> in PulseAudio output for correctness | J. Alexander Treuman |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich |
2006-07-19 | s/ad/pd/ in the PluseAudio plugin (I forgot to rename when copying from alsa) | J. Alexander Treuman |
2006-07-19 | Throttle PuleAudio connection attempts so we don't spam the error log | J. Alexander Treuman |
2006-07-17 | audioOutput_mvp: remove unused variable | Eric Wong |
2006-07-17 | alsa: fix memory leaks from snd_*_open*() | Eric Wong |
2006-07-17 | sparse: replace 0 (integer) usage with NULL where appropriate | Eric Wong |
2006-07-17 | sparse: ANSI-fy function declarations | Eric Wong |
2006-07-16 | OSS: handle device disconnects and reconnects (w/o needing a mpd restart) | Eric Wong |
2006-07-16 | audio: attempt to gracefully handle disconnected/reconnected devices | Eric Wong |
2006-07-16 | audioOutput_alsa: add use_mmap, period_time, buffer_time options | Eric Wong |
2006-07-16 | audioOutput_alsa: calculate period size from sample rate | Eric Wong |
2006-07-15 | De-inline non-trivial, non-performance-critical functions | Eric Wong |
2006-07-15 | [CLEANUP] Fix indentation to be like the rest of | Avuton Olrich |
2006-07-14 | Use audio_output { name } for the stream name in PulseAudio, but do it The Ri... | J. Alexander Treuman |
2006-07-14 | Use audio_output { name } for the stream name in PulseAudio | J. Alexander Treuman |
2006-07-14 | Change shank's email address | J. Alexander Treuman |
2006-07-14 | Use a macro to declare disabled audio output plugins | J. Alexander Treuman |
2006-07-13 | Huge header update, update the copyright and add | Avuton Olrich |
2006-07-13 | Add PulseAudio support | J. Alexander Treuman |
2006-07-12 | OSS: correctly check for the device in oss_testDefault() | Eric Wong |