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