aboutsummaryrefslogtreecommitdiff
path: root/src/decoder/mpc_plugin.c
Commit message (Expand)AuthorAge
* renamed decoder plugin "mpc" to "mpcdec"Max Kellermann2009-02-17
* moved fallback APE/ID3 tag loader to song.cMax Kellermann2009-01-17
* added missing explicit config.h includesMax Kellermann2009-01-08
* flac, mpc, ogg, wavpack: include unistd.h for SEEK_SETMax Kellermann2008-11-24
* decoder: check audio_format_valid() in all decodersMax Kellermann2008-11-21
* mpc: assume the result fo of mpc_decoder_decode() is unsignedMax Kellermann2008-11-12
* mpc: don't assume the stream is stereoMax Kellermann2008-11-12
* mpc: get decoder command from decoder_data()Max Kellermann2008-11-12
* mpc: moved code to mpc_to_mpd_buffer()Max Kellermann2008-11-12
* mpc: make the buffer large enough for one mpc frameMax Kellermann2008-11-12
* mpc: use GLib instead of utils.h/log.hMax Kellermann2008-11-12
* mpc: declare buffer as int32_t[]Max Kellermann2008-11-12
* mpc: eliminated the local variable "eof"Max Kellermann2008-11-11
* decoder: return void from decode() methodsMax Kellermann2008-11-11
* replay_gain: converted struct replay_gain_info elements to an arrayMax Kellermann2008-11-11
* replay_gain: no CamelCaseMax Kellermann2008-11-11
* decoder: removed stream_typesMax Kellermann2008-11-04
* decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann2008-11-02
* decoder: make the suffixes and mime_types arrays really constMax Kellermann2008-11-01
* decoder: make all decoder_plugin structs constMax Kellermann2008-11-01
* decoder_api: pass constant path pointersMax Kellermann2008-10-31
* mpc: provide 24 bit samplesMax Kellermann2008-10-30
* mpc: moved sample size into a constantMax Kellermann2008-10-30
* mpc: renamed variable "s16" to "dest"Max Kellermann2008-10-30
* mpc: fix broken integer sample conversionMax Kellermann2008-10-30
* mpc: fix boolean interpretation of input_stream_seek()Max Kellermann2008-10-30
* decoder: use bool for return values and flagsMax Kellermann2008-10-30
* decoder: automatically flush the output buffer after decoder exitsMax Kellermann2008-10-29
* decoder_api: removed decoder_clear()Max Kellermann2008-10-29
* input_stream: use "bool" instead of "int"Max Kellermann2008-10-26
* input_stream: no CamelCaseMax Kellermann2008-10-26
* input_stream: removed the InputStream typedefMax Kellermann2008-10-26
* renamed src/inputPlugins/ to src/decoder/Max Kellermann2008-10-26