aboutsummaryrefslogtreecommitdiff
path: root/src/inputPlugins/mpc_plugin.c
Commit message (Expand)AuthorAge
* added decoder_read()Max Kellermann2008-08-26
* 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
* 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
* mpc_plugin: break out if a missed error branchEric Wong2008-01-01
* adding \n to a bunch of error message stringsJ. Alexander Treuman2007-08-27
* Just specify mimeType as NULL in mpc's InputPlugin struct.J. Alexander Treuman2007-05-22
* Cleaning up some comments.J. Alexander Treuman2007-04-09
* The massive copyright updateAvuton Olrich2007-04-05
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-14
* mpc_plugin: fix seeking bugEric Wong2006-08-08
* mpc_plugin.c: fix compilation error with MPC_FIXED_POINTEric Wong2006-08-07
* Add mpd-indent.shAvuton Olrich2006-07-20
* inputPlugins/*_plugin.c: static-ficationEric Wong2006-07-17
* De-inline non-trivial, non-performance-critical functionsEric Wong2006-07-15
* 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 musepack bitrate displayEric Wong2005-08-07
* update musepack decoding code to use the newer mpcdec libraryEric Wong2005-07-30
* hopefully replaygain now works for musepackWarren Dukes2005-03-07
* add support for parsing ape tags in musepack filesWarren Dukes2005-03-07
* s/mpc_bool_t/BOOL/ so it works with libmusepack 1.1Warren Dukes2005-02-26
* disable replaygain support for musepack till i can figure out the format that...Warren Dukes2005-02-09
* make local functions staticWarren Dukes2005-02-03
* todo updateWarren Dukes2005-02-02
* forgot to remove some debug statementsWarren Dukes2005-02-02
* playing, stopping, and seeking mpc files should work now. next is parsing me...Warren Dukes2005-02-02
* mpc plugin basically working.Warren Dukes2005-02-01
* some minor changes, still doesn't quite workWarren Dukes2005-02-01
* remove getOggTotalTime(), wasn't used anywhereWarren Dukes2005-02-01