aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins/wavpack_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-08-26added decoder_seek_where() and decoder_seek_error()Max Kellermann1-7/+6
2008-08-26added decoder_command_finished() to decoder_api.hMax Kellermann1-1/+1
2008-08-26added decoder_get_command()Max Kellermann1-3/+3
2008-08-26added parameter total_time to decoder_initialized()Max Kellermann1-2/+2
2008-08-26added audio_format parameter to decoder_initialized()Max Kellermann1-14/+13
2008-08-26added decoder_clear() and decoder_flush()Max Kellermann1-2/+2
2008-08-26added decoder_data()Max Kellermann1-4/+4
2008-08-26added decoder_initialized()Max Kellermann1-3/+4
2008-08-26added struct decoderMax Kellermann1-5/+6
2008-08-26added dc_command_finished()Max Kellermann1-2/+1
2008-08-26merged start, stop, seek into DecoderControl.commandMax Kellermann1-4/+4
2008-08-26clean up CPP includesMax Kellermann1-5/+0
2008-08-26enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann1-1/+2
2008-04-15use dc.current_song instead of pc.current_songMax Kellermann1-1/+1
2008-04-13Make the OutputBuffer API more consistentEric Wong1-4/+4
2008-04-13Stop passing our single OutputBuffer object everywhereEric Wong1-10/+9
2008-04-13Stop passing our single DecoderControl object everywhereEric Wong1-29/+28
2008-04-13Get rid of PlayerControl inside the PlayerData structEric Wong1-1/+1
2008-04-12clean up CPP includesMax Kellermann1-0/+1
2008-04-12Fix a few more warnings from -WshadowEric Wong1-3/+5
2008-04-12fix compilation error in wavpack pluginMax Kellermann1-3/+6
2008-04-12Initial cut of fork() => pthreads() for decoder and playerEric Wong1-0/+1
2008-03-26wavpack_plugin: cleanups after the last commitEric Wong1-2/+2
2008-03-26WavPack improvementsLaszlo Ashin1-29/+130
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-7/+1
2008-01-01Simplify decode cleanup logic a bitEric Wong1-4/+0
2007-10-03Fix wavpack endian issues, tested to work for 16bit. (after blowing my ears o...Qball Cow1-1/+18
2007-06-25inputPlugins/wavpack_plugin: enable ReplayGain codeJ. Alexander Treuman1-14/+3
2007-06-25inputPlugins/wavpack_plugin: adding dummy code for ReplayGain supportJ. Alexander Treuman1-4/+84
2007-06-25Updating Kodest's name/email.J. Alexander Treuman1-1/+1
2007-06-24Adding WavPack support. Patch courtesy Kodest.J. Alexander Treuman1-0/+422