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