Age | Commit message (Expand) | Author |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich |
2006-07-19 | Warnings fixes, since MPD uses different mp4ff they | Avuton Olrich |
2006-07-19 | Remove useless buffer signedness warnings, use | Avuton Olrich |
2006-07-19 | bind to ipv4 and ipv6 addresses for "any" | Warren Dukes |
2006-07-19 | Redirect to log files earlier to prevent some debug spam on console | J. Alexander Treuman |
2006-07-19 | Fix whitespace->tabs in main.c, it was afu | 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-19 | Use ERROR only once for our ogg vorbis errors, so we don't get a timestamp mi... | J. Alexander Treuman |
2006-07-19 | Remove the internal mp4ff dependency | Avuton Olrich |
2006-07-18 | Initialize sigaction.sa_mask to an empty set in a few places we forgot to | J. Alexander Treuman |
2006-07-18 | Fix VBR mp3 seek accuracy bug | J. Alexander Treuman |
2006-07-18 | Cleaned up parse_xing, added support for Info magic, and added a parse_extens... | J. Alexander Treuman |
2006-07-18 | Reindenting parse_xing, since I need to work on it and it's a mess | J. Alexander Treuman |
2006-07-18 | Don't bother freeing a bunch of stuff at exit, since it takes far too long an... | J. Alexander Treuman |
2006-07-18 | inputPlugins/oggflac_plugin.c: remove unused var | Eric Wong |
2006-07-17 | some quick hacks to avoid signedness warnings with gcc4 | Warren Dukes |
2006-07-17 | audioOutput_mvp: remove unused variable | Eric Wong |
2006-07-17 | inputPlugins/*_plugin.c: static-fication | 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: fix a enum type mismatch in flac_plugin | Eric Wong |
2006-07-17 | sparse: ANSI-fy function declarations | Eric Wong |
2006-07-17 | add sparse-check target to makefiles | Eric Wong |
2006-07-16 | Will the leaks never end?! | J. Alexander Treuman |
2006-07-16 | Sigh, another memory leak | J. Alexander Treuman |
2006-07-16 | One more leak | J. Alexander Treuman |
2006-07-16 | Fixing what looks like a *huge* memory leak | J. Alexander Treuman |
2006-07-16 | Fixing a whopping 4 memory leaks | J. Alexander Treuman |
2006-07-16 | Now really remove libmad and libid3tag directories | Avuton Olrich |
2006-07-16 | Remove hosted libid3tag & libmad | Avuton Olrich |
2006-07-16 | OSS: handle device disconnects and reconnects (w/o needing a mpd restart) | Eric Wong |
2006-07-16 | volume: gracefully handle disconnected ALSA mixers | 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-16 | remove the glib library dependency | Eric Wong |
2006-07-16 | Committing qball's patch to list supported audio outputs in --version | J. Alexander Treuman |
2006-07-15 | command.c: fix a format-string error (go sparse!) | Eric Wong |
2006-07-15 | De-inline non-trivial, non-performance-critical functions | Eric Wong |
2006-07-15 | main: static-fication, ANSI fixes | Eric Wong |
2006-07-15 | Avoid spewing messages to the console | Eric Wong |
2006-07-15 | [CLEANUP] Fix indentation to be like the rest of | Avuton Olrich |
2006-07-15 | [CLEANUP] Remove unused code | Avuton Olrich |
2006-07-15 | [CLEANUP] Remove unused code | Avuton Olrich |
2006-07-15 | [CLEANUP] Cleanup whitespace->tabs | Avuton Olrich |
2006-07-14 | [CLEANUP] cleanup whitespace -> tabs | Avuton Olrich |
2006-07-14 | Fix the undefined reference to `playerInitReal' | 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 | [CLEANUP] Remove unused function | Avuton Olrich |