summaryrefslogtreecommitdiff
path: root/src/inputPlugins/wavpack_plugin.c
AgeCommit message (Expand)Author
2008-10-26renamed src/inputPlugins/ to src/decoder/Max Kellermann
2008-10-17Makefile.am: don't compile disabled decoder pluginsMax Kellermann
2008-10-10audio_format: renamed sampleRate to sample_rateMax Kellermann
2008-10-08use the "bool" data type instead of "int"Max Kellermann
2008-09-29use C99 struct initializersMax Kellermann
2008-09-07audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann
2008-09-07fix -Wcast-qual -Wwrite-strings warningsMax Kellermann
2008-08-29wavpack: tag_new() cannot failMax Kellermann
2008-08-29tag: renamed functions, no CamelCaseMax Kellermann
2008-08-29tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann
2008-08-26moved global variable "ob" to outputBuffer.hMax Kellermann
2008-08-26check decoder_command!=NONE instead of decoder_command==STOPMax Kellermann
2008-08-26wavpack: don't use "isp" before initializationMax Kellermann
2008-08-26wavpack: moved code to wavpack_open_wvc()Max Kellermann
2008-08-26added decoder_read()Max Kellermann
2008-08-26wavpack: added InputStreamPlus.decoderMax Kellermann
2008-08-26renamed InputPlugin to struct decoder_pluginMax Kellermann
2008-08-26added decoder_get_url()Max Kellermann
2008-08-26don't set dc->seekable in wavpack pluginMax Kellermann
2008-08-26added decoder_seek_where() and decoder_seek_error()Max Kellermann
2008-08-26added decoder_command_finished() to decoder_api.hMax Kellermann
2008-08-26added decoder_get_command()Max Kellermann
2008-08-26added parameter total_time to decoder_initialized()Max Kellermann
2008-08-26added audio_format parameter to decoder_initialized()Max Kellermann
2008-08-26added decoder_clear() and decoder_flush()Max Kellermann
2008-08-26added decoder_data()Max Kellermann
2008-08-26added decoder_initialized()Max Kellermann
2008-08-26added struct decoderMax Kellermann
2008-08-26added dc_command_finished()Max Kellermann
2008-08-26merged start, stop, seek into DecoderControl.commandMax Kellermann
2008-08-26clean up CPP includesMax Kellermann
2008-08-26enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann
2008-04-15use dc.current_song instead of pc.current_songMax Kellermann
2008-04-13Make the OutputBuffer API more consistentEric Wong
2008-04-13Stop passing our single OutputBuffer object everywhereEric Wong
2008-04-13Stop passing our single DecoderControl object everywhereEric Wong
2008-04-13Get rid of PlayerControl inside the PlayerData structEric Wong
2008-04-12clean up CPP includesMax Kellermann
2008-04-12Fix a few more warnings from -WshadowEric Wong
2008-04-12fix compilation error in wavpack pluginMax Kellermann
2008-04-12Initial cut of fork() => pthreads() for decoder and playerEric Wong
2008-03-26wavpack_plugin: cleanups after the last commitEric Wong
2008-03-26WavPack improvementsLaszlo Ashin
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong
2008-01-01Simplify decode cleanup logic a bitEric Wong
2007-10-03Fix wavpack endian issues, tested to work for 16bit. (after blowing my ears o...Qball Cow
2007-06-25inputPlugins/wavpack_plugin: enable ReplayGain codeJ. Alexander Treuman
2007-06-25inputPlugins/wavpack_plugin: adding dummy code for ReplayGain supportJ. Alexander Treuman
2007-06-25Updating Kodest's name/email.J. Alexander Treuman
2007-06-24Adding WavPack support. Patch courtesy Kodest.J. Alexander Treuman