194
I Use This!
High Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected 1 day ago.
Jun 16, 2023 — Jun 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Redirect to log files earlier to prevent some debug spam on console More... almost 18 years ago
Fix whitespace->tabs in main.c, it was afu
avuton
as Avuton Olrich
More... almost 18 years ago
s/ad/pd/ in the PluseAudio plugin (I forgot to rename when copying from alsa) More... almost 18 years ago
Throttle PuleAudio connection attempts so we don't spam the error log More... almost 18 years ago
Use ERROR only once for our ogg vorbis errors, so we don't get a timestamp mid line More... almost 18 years ago
Remove the internal mp4ff dependency
avuton
as Avuton Olrich
More... almost 18 years ago
Initialize sigaction.sa_mask to an empty set in a few places we forgot to More... almost 18 years ago
Fix VBR mp3 seek accuracy bug More... almost 18 years ago
Cleaned up parse_xing, added support for Info magic, and added a parse_extension_headers function for when LAME tag support is added More... almost 18 years ago
Reindenting parse_xing, since I need to work on it and it's a mess More... almost 18 years ago
Don't bother freeing a bunch of stuff at exit, since it takes far too long and accomplishes nothing. More... almost 18 years ago
fix configure.ac harder More... almost 18 years ago
Added OS path detection from mpd/trunk to configure.ac More... almost 18 years ago
Remove compatibility functions that we don't use anymore More... almost 18 years ago
src/command.c: gcc 2.95 compile fix (c89, I think) More... almost 18 years ago
Sync autogen.sh with the latest in mpd/trunk More... almost 18 years ago
Some more autotools fixes/hacks/workarounds More... almost 18 years ago
inputPlugins/oggflac_plugin.c: remove unused var More... almost 18 years ago
some quick hacks to avoid signedness warnings with gcc4 More... almost 18 years ago
makedist.sh: followup on bundled id3tag/mad removals More... almost 18 years ago
configure.ac: oops, unbreak configure :x More... almost 18 years ago
Fix some autotools related problems More... almost 18 years ago
audioOutput_mvp: remove unused variable More... almost 18 years ago
inputPlugins/*_plugin.c: static-fication More... almost 18 years ago
alsa: fix memory leaks from snd_*_open*() More... almost 18 years ago
sparse: replace 0 (integer) usage with NULL where appropriate More... almost 18 years ago
sparse: fix a enum type mismatch in flac_plugin More... almost 18 years ago
sparse: ANSI-fy function declarations More... almost 18 years ago
add sparse-check target to makefiles More... almost 18 years ago
If no input plugin is supported, fail to configure. (useless daemon)
avuton
as Avuton Olrich
More... almost 18 years ago