aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins/mod_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-08-30clean up CPP includesMax Kellermann1-3/+0
2008-08-19fix output buffer deadlock when daemonizingEric Wong1-1/+0
2008-08-16core rewrite (decode,player,outputBuffer,playlist)Eric Wong1-20/+10
2008-06-13mod: fix crashing on modtracker filesHans de Goede1-1/+1
2008-04-13Make the OutputBuffer API more consistentEric Wong1-3/+3
2008-04-13Stop passing our single OutputBuffer object everywhereEric Wong1-4/+4
2008-04-13Stop passing our single DecoderControl object everywhereEric Wong1-14/+14
2008-04-12Initial cut of fork() => pthreads() for decoder and playerEric Wong1-0/+1
2008-02-05fix -Wconst warningsMax Kellermann1-1/+1
2008-01-26fixed -Wshadow warningsMax Kellermann1-4/+4
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-7/+1
2008-01-01Simplify decode cleanup logic a bitEric Wong1-6/+0
2007-04-09Cleaning up some comments.J. Alexander Treuman1-1/+1
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-03-31Set totalTime to 0 for MODs. If this isn't done, the totalTime of theJ. Alexander Treuman1-0/+1
2007-03-31Disable looping MOD files played with libmikmod. Many MODs will loopJ. Alexander Treuman1-0/+3
2007-03-02Support for libmikmod 3.2.0 betas.J. Alexander Treuman1-2/+7
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong1-14/+3
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-3/+3
2006-07-20Add mpd-indent.shAvuton Olrich1-1/+1
2006-07-20Add mpd-indent.shAvuton Olrich1-86/+101
2006-07-17inputPlugins/*_plugin.c: static-ficationEric Wong1-5/+5
2006-07-17sparse: ANSI-fy function declarationsEric Wong1-6/+6
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2006-03-16merge with mpd/trunk up to r3925Eric Wong1-0/+2
2005-09-08Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr...Qball Cow1-3/+9
2005-01-31fix compilation error: s/mpdItemToMpdTag/addItemToMpdTag/Warren Dukes1-1/+1
2004-12-12remove np from creditsWarren Dukes1-2/+0
2004-11-10merge changes from metadata-rewrite branchWarren Dukes1-1/+3
2004-11-09here's why mikmod was segfaulting, the char * strings returned need to be str...Warren Dukes1-1/+1
2004-11-02rewrite replaygain code, needs testingWarren Dukes1-1/+1
2004-09-02add configuration variables for shout stuffWarren Dukes1-8/+19
2004-06-29spelling fixes from normalpersonWarren Dukes1-1/+1
2004-05-31add more mod suffixes, and better detection of mod files; and forgot to add m...Warren Dukes1-0/+267