aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins/mod_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* renamed src/inputPlugins/ to src/decoder/Max Kellermann2008-10-261-278/+0
* Makefile.am: don't compile disabled decoder pluginsMax Kellermann2008-10-171-9/+0
* audio_format: renamed sampleRate to sample_rateMax Kellermann2008-10-101-2/+2
* use C99 struct initializersMax Kellermann2008-09-291-10/+6
* audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann2008-09-071-1/+1
* fix -Wcast-qual -Wwrite-strings warningsMax Kellermann2008-09-071-4/+13
* tag: renamed functions, no CamelCaseMax Kellermann2008-08-291-2/+2
* tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann2008-08-291-2/+2
* renamed InputPlugin to struct decoder_pluginMax Kellermann2008-08-261-2/+2
* added decoder_seek_where() and decoder_seek_error()Max Kellermann2008-08-261-2/+1
* added decoder_command_finished() to decoder_api.hMax Kellermann2008-08-261-1/+1
* added decoder_get_command()Max Kellermann2008-08-261-2/+2
* added parameter total_time to decoder_initialized()Max Kellermann2008-08-261-2/+1
* added audio_format parameter to decoder_initialized()Max Kellermann2008-08-261-7/+8
* added decoder_clear() and decoder_flush()Max Kellermann2008-08-261-1/+1
* added decoder_data()Max Kellermann2008-08-261-3/+3
* added decoder_initialized()Max Kellermann2008-08-261-3/+3
* added struct decoderMax Kellermann2008-08-261-1/+1
* added dc_command_finished()Max Kellermann2008-08-261-2/+1
* merged start, stop, seek into DecoderControl.commandMax Kellermann2008-08-261-3/+3
* clean up CPP includesMax Kellermann2008-08-261-4/+0
* mod: fix crashing on modtracker filesHans de Goede2008-06-131-1/+1
* Make the OutputBuffer API more consistentEric Wong2008-04-131-3/+3
* Stop passing our single OutputBuffer object everywhereEric Wong2008-04-131-4/+4
* Stop passing our single DecoderControl object everywhereEric Wong2008-04-131-14/+14
* Initial cut of fork() => pthreads() for decoder and playerEric Wong2008-04-121-0/+1
* fix -Wconst warningsMax Kellermann2008-02-051-1/+1
* fixed -Wshadow warningsMax Kellermann2008-01-261-4/+4
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-7/+1
* Simplify decode cleanup logic a bitEric Wong2008-01-011-6/+0
* Cleaning up some comments.J. Alexander Treuman2007-04-091-1/+1
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* Set totalTime to 0 for MODs. If this isn't done, the totalTime of theJ. Alexander Treuman2007-03-311-0/+1
* Disable looping MOD files played with libmikmod. Many MODs will loopJ. Alexander Treuman2007-03-311-0/+3
* Support for libmikmod 3.2.0 betas.J. Alexander Treuman2007-03-021-2/+7
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-141-14/+3
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-261-3/+3
* Add mpd-indent.shAvuton Olrich2006-07-201-1/+1
* Add mpd-indent.shAvuton Olrich2006-07-201-86/+101
* inputPlugins/*_plugin.c: static-ficationEric Wong2006-07-171-5/+5
* sparse: ANSI-fy function declarationsEric Wong2006-07-171-6/+6
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* merge with mpd/trunk up to r3925Eric Wong2006-03-161-0/+2
* Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr...Qball Cow2005-09-081-3/+9
* fix compilation error: s/mpdItemToMpdTag/addItemToMpdTag/Warren Dukes2005-01-311-1/+1
* remove np from creditsWarren Dukes2004-12-121-2/+0
* merge changes from metadata-rewrite branchWarren Dukes2004-11-101-1/+3
* here's why mikmod was segfaulting, the char * strings returned need to be str...Warren Dukes2004-11-091-1/+1
* rewrite replaygain code, needs testingWarren Dukes2004-11-021-1/+1