| Commit message (Expand) | Author | Age | Files | Lines |
* | #include <string.h> in PulseAudio output for correctness | J. Alexander Treuman | 2006-07-20 | 1 | -0/+1 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 24 | -56/+58 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 92 | -8009/+9007 |
* | Warnings fixes, since MPD uses different mp4ff they | Avuton Olrich | 2006-07-19 | 1 | -4/+4 |
* | Remove useless buffer signedness warnings, use | Avuton Olrich | 2006-07-19 | 2 | -2/+2 |
* | bind to ipv4 and ipv6 addresses for "any" | Warren Dukes | 2006-07-19 | 1 | -64/+69 |
* | Redirect to log files earlier to prevent some debug spam on console | J. Alexander Treuman | 2006-07-19 | 1 | -1/+5 |
* | Fix whitespace->tabs in main.c, it was afu | Avuton Olrich | 2006-07-19 | 1 | -383/+362 |
* | s/ad/pd/ in the PluseAudio plugin (I forgot to rename when copying from alsa) | J. Alexander Treuman | 2006-07-19 | 1 | -31/+31 |
* | Throttle PuleAudio connection attempts so we don't spam the error log | J. Alexander Treuman | 2006-07-19 | 1 | -5/+24 |
* | Use ERROR only once for our ogg vorbis errors, so we don't get a timestamp mi... | J. Alexander Treuman | 2006-07-19 | 1 | -7/+9 |
* | Remove the internal mp4ff dependency | Avuton Olrich | 2006-07-19 | 16 | -4828/+44 |
* | Initialize sigaction.sa_mask to an empty set in a few places we forgot to | J. Alexander Treuman | 2006-07-18 | 2 | -0/+4 |
* | Fix VBR mp3 seek accuracy bug | J. Alexander Treuman | 2006-07-18 | 1 | -1/+1 |
* | Cleaned up parse_xing, added support for Info magic, and added a parse_extens... | J. Alexander Treuman | 2006-07-18 | 1 | -15/+54 |
* | Reindenting parse_xing, since I need to work on it and it's a mess | J. Alexander Treuman | 2006-07-18 | 1 | -42/+41 |
* | Don't bother freeing a bunch of stuff at exit, since it takes far too long an... | J. Alexander Treuman | 2006-07-18 | 1 | -3/+6 |
* | inputPlugins/oggflac_plugin.c: remove unused var | Eric Wong | 2006-07-18 | 1 | -1/+0 |
* | some quick hacks to avoid signedness warnings with gcc4 | Warren Dukes | 2006-07-17 | 9 | -108/+120 |
* | audioOutput_mvp: remove unused variable | Eric Wong | 2006-07-17 | 1 | -1/+0 |
* | inputPlugins/*_plugin.c: static-fication | Eric Wong | 2006-07-17 | 8 | -77/+77 |
* | alsa: fix memory leaks from snd_*_open*() | Eric Wong | 2006-07-17 | 2 | -1/+5 |
* | sparse: replace 0 (integer) usage with NULL where appropriate | Eric Wong | 2006-07-17 | 3 | -7/+9 |
* | sparse: fix a enum type mismatch in flac_plugin | Eric Wong | 2006-07-17 | 1 | -1/+1 |
* | sparse: ANSI-fy function declarations | Eric Wong | 2006-07-17 | 29 | -98/+98 |
* | add sparse-check target to makefiles | Eric Wong | 2006-07-17 | 1 | -0/+11 |
* | Will the leaks never end?! | J. Alexander Treuman | 2006-07-16 | 1 | -1/+6 |
* | Sigh, another memory leak | J. Alexander Treuman | 2006-07-16 | 1 | -2/+7 |
* | One more leak | J. Alexander Treuman | 2006-07-16 | 1 | -0/+1 |
* | Fixing what looks like a *huge* memory leak | J. Alexander Treuman | 2006-07-16 | 1 | -0/+1 |
* | Fixing a whopping 4 memory leaks | J. Alexander Treuman | 2006-07-16 | 3 | -4/+9 |
* | Now really remove libmad and libid3tag directories | Avuton Olrich | 2006-07-16 | 93 | -0/+0 |
* | Remove hosted libid3tag & libmad | Avuton Olrich | 2006-07-16 | 96 | -32794/+4 |
* | OSS: handle device disconnects and reconnects (w/o needing a mpd restart) | Eric Wong | 2006-07-16 | 2 | -18/+37 |
* | volume: gracefully handle disconnected ALSA mixers | Eric Wong | 2006-07-16 | 1 | -24/+36 |
* | audio: attempt to gracefully handle disconnected/reconnected devices | Eric Wong | 2006-07-16 | 2 | -5/+13 |
* | audioOutput_alsa: add use_mmap, period_time, buffer_time options | Eric Wong | 2006-07-16 | 1 | -15/+23 |
* | audioOutput_alsa: calculate period size from sample rate | Eric Wong | 2006-07-16 | 1 | -2/+5 |
* | remove the glib library dependency | Eric Wong | 2006-07-16 | 5 | -66/+59 |
* | Committing qball's patch to list supported audio outputs in --version | J. Alexander Treuman | 2006-07-16 | 5 | -4/+29 |
* | command.c: fix a format-string error (go sparse!) | Eric Wong | 2006-07-15 | 1 | -1/+1 |
* | De-inline non-trivial, non-performance-critical functions | Eric Wong | 2006-07-15 | 7 | -7/+9 |
* | main: static-fication, ANSI fixes | Eric Wong | 2006-07-15 | 1 | -13/+13 |
* | Avoid spewing messages to the console | Eric Wong | 2006-07-15 | 1 | -2/+1 |
* | [CLEANUP] Fix indentation to be like the rest of | Avuton Olrich | 2006-07-15 | 1 | -126/+130 |
* | [CLEANUP] Remove unused code | Avuton Olrich | 2006-07-15 | 3 | -24/+7 |
* | [CLEANUP] Remove unused code | Avuton Olrich | 2006-07-15 | 2 | -22/+1 |
* | [CLEANUP] Cleanup whitespace->tabs | Avuton Olrich | 2006-07-15 | 6 | -230/+58 |
* | [CLEANUP] cleanup whitespace -> tabs | Avuton Olrich | 2006-07-14 | 2 | -71/+66 |
* | Fix the undefined reference to `playerInitReal' | Avuton Olrich | 2006-07-14 | 3 | -3/+5 |