aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins/wavpack_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-05wavpack: remove C99 initializersEric Wong1-12/+16
2008-10-02Revert "Start using song pointers in core data structures"Eric Wong1-4/+2
2008-09-09fix -Wcast-qual -Wwrite-strings warningsMax Kellermann1-4/+8
2008-09-02wavpack: tag_new() cannot failMax Kellermann1-5/+0
2008-09-02tag: renamed functions, no CamelCaseMax Kellermann1-3/+3
2008-09-02tag: renamed MpdTag and MpdTagItem to struct mpd_tag, struct tag_itemMax Kellermann1-2/+2
2008-08-31wavpack: don't use "isp" before initializationMax Kellermann1-4/+1
2008-08-31wavpack: moved code to wavpack_open_wvc()Max Kellermann1-70/+66
2008-08-30clean up CPP includesMax Kellermann1-4/+0
2008-08-30enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann1-1/+2
2008-08-19fix output buffer deadlock when daemonizingEric Wong1-1/+0
2008-08-16core rewrite (decode,player,outputBuffer,playlist)Eric Wong1-52/+31
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