aboutsummaryrefslogtreecommitdiff
path: root/src/inputPlugins/wavpack_plugin.c
Commit message (Expand)AuthorAge
* 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
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-26
* use dc.current_song instead of pc.current_songMax Kellermann2008-04-15
* 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
* Get rid of PlayerControl inside the PlayerData structEric Wong2008-04-13
* clean up CPP includesMax Kellermann2008-04-12
* Fix a few more warnings from -WshadowEric Wong2008-04-12
* fix compilation error in wavpack pluginMax Kellermann2008-04-12
* Initial cut of fork() => pthreads() for decoder and playerEric Wong2008-04-12
* wavpack_plugin: cleanups after the last commitEric Wong2008-03-26
* WavPack improvementsLaszlo Ashin2008-03-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
* Fix wavpack endian issues, tested to work for 16bit. (after blowing my ears o...Qball Cow2007-10-03
* inputPlugins/wavpack_plugin: enable ReplayGain codeJ. Alexander Treuman2007-06-25
* inputPlugins/wavpack_plugin: adding dummy code for ReplayGain supportJ. Alexander Treuman2007-06-25
* Updating Kodest's name/email.J. Alexander Treuman2007-06-25
* Adding WavPack support. Patch courtesy Kodest.J. Alexander Treuman2007-06-24