| Commit message (Expand) | Author | Age | Files | Lines |
* | wavpack: tag_new() cannot fail | Max Kellermann | 2008-08-29 | 1 | -5/+0 |
* | tag: renamed functions, no CamelCase | Max Kellermann | 2008-08-29 | 1 | -3/+3 |
* | tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_item | Max Kellermann | 2008-08-29 | 1 | -2/+2 |
* | moved global variable "ob" to outputBuffer.h | Max Kellermann | 2008-08-26 | 1 | -0/+3 |
* | check decoder_command!=NONE instead of decoder_command==STOP | Max Kellermann | 2008-08-26 | 1 | -1/+1 |
* | wavpack: don't use "isp" before initialization | Max Kellermann | 2008-08-26 | 1 | -4/+1 |
* | wavpack: moved code to wavpack_open_wvc() | Max Kellermann | 2008-08-26 | 1 | -79/+66 |
* | added decoder_read() | Max Kellermann | 2008-08-26 | 1 | -1/+1 |
* | wavpack: added InputStreamPlus.decoder | Max Kellermann | 2008-08-26 | 1 | -4/+7 |
* | renamed InputPlugin to struct decoder_plugin | Max Kellermann | 2008-08-26 | 1 | -2/+2 |
* | added decoder_get_url() | Max Kellermann | 2008-08-26 | 1 | -1/+1 |
* | don't set dc->seekable in wavpack plugin | Max Kellermann | 2008-08-26 | 1 | -2/+0 |
* | added decoder_seek_where() and decoder_seek_error() | Max Kellermann | 2008-08-26 | 1 | -7/+6 |
* | added decoder_command_finished() to decoder_api.h | Max Kellermann | 2008-08-26 | 1 | -1/+1 |
* | added decoder_get_command() | Max Kellermann | 2008-08-26 | 1 | -3/+3 |
* | added parameter total_time to decoder_initialized() | Max Kellermann | 2008-08-26 | 1 | -2/+2 |
* | added audio_format parameter to decoder_initialized() | Max Kellermann | 2008-08-26 | 1 | -14/+13 |
* | added decoder_clear() and decoder_flush() | Max Kellermann | 2008-08-26 | 1 | -2/+2 |
* | added decoder_data() | Max Kellermann | 2008-08-26 | 1 | -4/+4 |
* | added decoder_initialized() | Max Kellermann | 2008-08-26 | 1 | -3/+4 |
* | added struct decoder | Max Kellermann | 2008-08-26 | 1 | -5/+6 |
* | added dc_command_finished() | Max Kellermann | 2008-08-26 | 1 | -2/+1 |
* | merged start, stop, seek into DecoderControl.command | Max Kellermann | 2008-08-26 | 1 | -4/+4 |
* | clean up CPP includes | Max Kellermann | 2008-08-26 | 1 | -5/+0 |
* | enable -Wpointer-arith, -Wstrict-prototypes | Max Kellermann | 2008-08-26 | 1 | -1/+2 |
* | use dc.current_song instead of pc.current_song | Max Kellermann | 2008-04-15 | 1 | -1/+1 |
* | Make the OutputBuffer API more consistent | Eric Wong | 2008-04-13 | 1 | -4/+4 |
* | Stop passing our single OutputBuffer object everywhere | Eric Wong | 2008-04-13 | 1 | -10/+9 |
* | Stop passing our single DecoderControl object everywhere | Eric Wong | 2008-04-13 | 1 | -29/+28 |
* | Get rid of PlayerControl inside the PlayerData struct | Eric Wong | 2008-04-13 | 1 | -1/+1 |
* | clean up CPP includes | Max Kellermann | 2008-04-12 | 1 | -0/+1 |
* | Fix a few more warnings from -Wshadow | Eric Wong | 2008-04-12 | 1 | -3/+5 |
* | fix compilation error in wavpack plugin | Max Kellermann | 2008-04-12 | 1 | -3/+6 |
* | Initial cut of fork() => pthreads() for decoder and player | Eric Wong | 2008-04-12 | 1 | -0/+1 |
* | wavpack_plugin: cleanups after the last commit | Eric Wong | 2008-03-26 | 1 | -2/+2 |
* | WavPack improvements | Laszlo Ashin | 2008-03-26 | 1 | -29/+130 |
* | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 2008-01-03 | 1 | -7/+1 |
* | Simplify decode cleanup logic a bit | Eric Wong | 2008-01-01 | 1 | -4/+0 |
* | Fix wavpack endian issues, tested to work for 16bit. (after blowing my ears o... | Qball Cow | 2007-10-03 | 1 | -1/+18 |
* | inputPlugins/wavpack_plugin: enable ReplayGain code | J. Alexander Treuman | 2007-06-25 | 1 | -14/+3 |
* | inputPlugins/wavpack_plugin: adding dummy code for ReplayGain support | J. Alexander Treuman | 2007-06-25 | 1 | -4/+84 |
* | Updating Kodest's name/email. | J. Alexander Treuman | 2007-06-25 | 1 | -1/+1 |
* | Adding WavPack support. Patch courtesy Kodest. | J. Alexander Treuman | 2007-06-24 | 1 | -0/+422 |