aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins/mpc_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* renamed src/inputPlugins/ to src/decoder/Max Kellermann2008-10-261-308/+0
* Makefile.am: don't compile disabled decoder pluginsMax Kellermann2008-10-171-9/+0
* audio_format: renamed sampleRate to sample_rateMax Kellermann2008-10-101-6/+6
* use C99 struct initializersMax Kellermann2008-09-291-10/+5
* switch to C99 types, part IIMax Kellermann2008-09-291-5/+5
* audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann2008-09-071-1/+1
* tag: renamed functions, no CamelCaseMax Kellermann2008-08-291-3/+3
* tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann2008-08-291-2/+2
* added decoder_read()Max Kellermann2008-08-261-12/+1
* renamed InputPlugin to struct decoder_pluginMax Kellermann2008-08-261-2/+2
* added decoder_seek_where() and decoder_seek_error()Max Kellermann2008-08-261-3/+4
* added decoder_command_finished() to decoder_api.hMax Kellermann2008-08-261-1/+1
* added decoder_get_command()Max Kellermann2008-08-261-7/+12
* added parameter total_time to decoder_initialized()Max Kellermann2008-08-261-3/+2
* added audio_format parameter to decoder_initialized()Max Kellermann2008-08-261-11/+10
* added decoder_clear() and decoder_flush()Max Kellermann2008-08-261-2/+2
* added decoder_data()Max Kellermann2008-08-261-8/+8
* added decoder_initialized()Max Kellermann2008-08-261-4/+3
* added struct decoderMax Kellermann2008-08-261-1/+2
* added dc_command_finished()Max Kellermann2008-08-261-2/+1
* merged start, stop, seek into DecoderControl.commandMax Kellermann2008-08-261-8/+9
* clean up CPP includesMax Kellermann2008-08-261-6/+0
* Make the OutputBuffer API more consistentEric Wong2008-04-131-5/+5
* Stop passing our single OutputBuffer object everywhereEric Wong2008-04-131-6/+6
* Stop passing our single DecoderControl object everywhereEric Wong2008-04-131-29/+24
* 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-11/+11
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-6/+1
* Simplify decode cleanup logic a bitEric Wong2008-01-011-17/+0
* mpc_plugin: break out if a missed error branchEric Wong2008-01-011-0/+2
* adding \n to a bunch of error message stringsJ. Alexander Treuman2007-08-271-2/+2
* Just specify mimeType as NULL in mpc's InputPlugin struct.J. Alexander Treuman2007-05-221-2/+1
* Cleaning up some comments.J. Alexander Treuman2007-04-091-1/+1
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-141-12/+1
* mpc_plugin: fix seeking bugEric Wong2006-08-081-0/+1
* mpc_plugin.c: fix compilation error with MPC_FIXED_POINTEric Wong2006-08-071-1/+1
* Add mpd-indent.shAvuton Olrich2006-07-201-125/+130
* inputPlugins/*_plugin.c: static-ficationEric Wong2006-07-171-2/+2
* De-inline non-trivial, non-performance-critical functionsEric Wong2006-07-151-1/+2
* 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-2/+8
* Fix musepack bitrate displayEric Wong2005-08-071-3/+4
* update musepack decoding code to use the newer mpcdec libraryEric Wong2005-07-301-4/+4
* hopefully replaygain now works for musepackWarren Dukes2005-03-071-4/+5
* add support for parsing ape tags in musepack filesWarren Dukes2005-03-071-7/+40
* s/mpc_bool_t/BOOL/ so it works with libmusepack 1.1Warren Dukes2005-02-261-2/+2