aboutsummaryrefslogtreecommitdiff
path: root/src/inputPlugins/mod_plugin.c
Commit message (Expand)AuthorAge
* renamed InputPlugin to struct decoder_pluginMax Kellermann2008-08-26
* added decoder_seek_where() and decoder_seek_error()Max Kellermann2008-08-26
* added decoder_command_finished() to decoder_api.hMax Kellermann2008-08-26
* added decoder_get_command()Max Kellermann2008-08-26
* added parameter total_time to decoder_initialized()Max Kellermann2008-08-26
* added audio_format parameter to decoder_initialized()Max Kellermann2008-08-26
* added decoder_clear() and decoder_flush()Max Kellermann2008-08-26
* added decoder_data()Max Kellermann2008-08-26
* added decoder_initialized()Max Kellermann2008-08-26
* added struct decoderMax Kellermann2008-08-26
* added dc_command_finished()Max Kellermann2008-08-26
* merged start, stop, seek into DecoderControl.commandMax Kellermann2008-08-26
* clean up CPP includesMax Kellermann2008-08-26
* mod: fix crashing on modtracker filesHans de Goede2008-06-13
* Make the OutputBuffer API more consistentEric Wong2008-04-13
* Stop passing our single OutputBuffer object everywhereEric Wong2008-04-13
* Stop passing our single DecoderControl object everywhereEric Wong2008-04-13
* Initial cut of fork() => pthreads() for decoder and playerEric Wong2008-04-12
* fix -Wconst warningsMax Kellermann2008-02-05
* fixed -Wshadow warningsMax Kellermann2008-01-26
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-03
* Simplify decode cleanup logic a bitEric Wong2008-01-01
* Cleaning up some comments.J. Alexander Treuman2007-04-09
* The massive copyright updateAvuton Olrich2007-04-05
* Set totalTime to 0 for MODs. If this isn't done, the totalTime of theJ. Alexander Treuman2007-03-31
* Disable looping MOD files played with libmikmod. Many MODs will loopJ. Alexander Treuman2007-03-31
* Support for libmikmod 3.2.0 betas.J. Alexander Treuman2007-03-02
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-14
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-26
* Add mpd-indent.shAvuton Olrich2006-07-20
* Add mpd-indent.shAvuton Olrich2006-07-20
* inputPlugins/*_plugin.c: static-ficationEric Wong2006-07-17
* sparse: ANSI-fy function declarationsEric Wong2006-07-17
* Change shank's email addressJ. Alexander Treuman2006-07-14
* Huge header update, update the copyright and addAvuton Olrich2006-07-13
* merge with mpd/trunk up to r3925Eric Wong2006-03-16
* Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr...Qball Cow2005-09-08
* fix compilation error: s/mpdItemToMpdTag/addItemToMpdTag/Warren Dukes2005-01-31
* remove np from creditsWarren Dukes2004-12-12
* merge changes from metadata-rewrite branchWarren Dukes2004-11-10
* here's why mikmod was segfaulting, the char * strings returned need to be str...Warren Dukes2004-11-09
* rewrite replaygain code, needs testingWarren Dukes2004-11-02
* add configuration variables for shout stuffWarren Dukes2004-09-02
* spelling fixes from normalpersonWarren Dukes2004-06-29
* add more mod suffixes, and better detection of mod files; and forgot to add m...Warren Dukes2004-05-31