aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins/wavpack_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* renamed src/inputPlugins/ to src/decoder/Max Kellermann2008-10-261-574/+0
* Makefile.am: don't compile disabled decoder pluginsMax Kellermann2008-10-171-9/+0
* audio_format: renamed sampleRate to sample_rateMax Kellermann2008-10-101-5/+4
* use the "bool" data type instead of "int"Max Kellermann2008-10-081-3/+3
* use C99 struct initializersMax Kellermann2008-09-291-10/+8
* audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann2008-09-071-1/+1
* fix -Wcast-qual -Wwrite-strings warningsMax Kellermann2008-09-071-4/+8
* wavpack: tag_new() cannot failMax Kellermann2008-08-291-5/+0
* 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
* moved global variable "ob" to outputBuffer.hMax Kellermann2008-08-261-0/+3
* check decoder_command!=NONE instead of decoder_command==STOPMax Kellermann2008-08-261-1/+1
* wavpack: don't use "isp" before initializationMax Kellermann2008-08-261-4/+1
* wavpack: moved code to wavpack_open_wvc()Max Kellermann2008-08-261-79/+66
* added decoder_read()Max Kellermann2008-08-261-1/+1
* wavpack: added InputStreamPlus.decoderMax Kellermann2008-08-261-4/+7
* renamed InputPlugin to struct decoder_pluginMax Kellermann2008-08-261-2/+2
* added decoder_get_url()Max Kellermann2008-08-261-1/+1
* don't set dc->seekable in wavpack pluginMax Kellermann2008-08-261-2/+0
* added decoder_seek_where() and decoder_seek_error()Max Kellermann2008-08-261-7/+6
* added decoder_command_finished() to decoder_api.hMax Kellermann2008-08-261-1/+1
* added decoder_get_command()Max Kellermann2008-08-261-3/+3
* added parameter total_time to decoder_initialized()Max Kellermann2008-08-261-2/+2
* added audio_format parameter to decoder_initialized()Max Kellermann2008-08-261-14/+13
* added decoder_clear() and decoder_flush()Max Kellermann2008-08-261-2/+2
* added decoder_data()Max Kellermann2008-08-261-4/+4
* added decoder_initialized()Max Kellermann2008-08-261-3/+4
* added struct decoderMax Kellermann2008-08-261-5/+6
* added dc_command_finished()Max Kellermann2008-08-261-2/+1
* merged start, stop, seek into DecoderControl.commandMax Kellermann2008-08-261-4/+4
* clean up CPP includesMax Kellermann2008-08-261-5/+0
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-261-1/+2
* use dc.current_song instead of pc.current_songMax Kellermann2008-04-151-1/+1
* Make the OutputBuffer API more consistentEric Wong2008-04-131-4/+4
* Stop passing our single OutputBuffer object everywhereEric Wong2008-04-131-10/+9
* Stop passing our single DecoderControl object everywhereEric Wong2008-04-131-29/+28
* Get rid of PlayerControl inside the PlayerData structEric Wong2008-04-131-1/+1
* clean up CPP includesMax Kellermann2008-04-121-0/+1
* Fix a few more warnings from -WshadowEric Wong2008-04-121-3/+5
* fix compilation error in wavpack pluginMax Kellermann2008-04-121-3/+6
* Initial cut of fork() => pthreads() for decoder and playerEric Wong2008-04-121-0/+1
* wavpack_plugin: cleanups after the last commitEric Wong2008-03-261-2/+2
* WavPack improvementsLaszlo Ashin2008-03-261-29/+130
* 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-4/+0
* Fix wavpack endian issues, tested to work for 16bit. (after blowing my ears o...Qball Cow2007-10-031-1/+18
* inputPlugins/wavpack_plugin: enable ReplayGain codeJ. Alexander Treuman2007-06-251-14/+3
* inputPlugins/wavpack_plugin: adding dummy code for ReplayGain supportJ. Alexander Treuman2007-06-251-4/+84
* Updating Kodest's name/email.J. Alexander Treuman2007-06-251-1/+1
* Adding WavPack support. Patch courtesy Kodest.J. Alexander Treuman2007-06-241-0/+422