aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/mpc_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mpc: assume the result fo of mpc_decoder_decode() is unsignedMax Kellermann2008-11-121-2/+2
* mpc: don't assume the stream is stereoMax Kellermann2008-11-121-2/+1
* mpc: get decoder command from decoder_data()Max Kellermann2008-11-121-12/+9
* mpc: moved code to mpc_to_mpd_buffer()Max Kellermann2008-11-121-14/+12
* mpc: make the buffer large enough for one mpc frameMax Kellermann2008-11-121-28/+11
* mpc: use GLib instead of utils.h/log.hMax Kellermann2008-11-121-9/+6
* mpc: declare buffer as int32_t[]Max Kellermann2008-11-121-4/+4
* mpc: eliminated the local variable "eof"Max Kellermann2008-11-111-8/+3
* decoder: return void from decode() methodsMax Kellermann2008-11-111-11/+5
* replay_gain: converted struct replay_gain_info elements to an arrayMax Kellermann2008-11-111-4/+4
* replay_gain: no CamelCaseMax Kellermann2008-11-111-7/+7
* decoder: removed stream_typesMax Kellermann2008-11-041-1/+0
* decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann2008-11-021-2/+2
* decoder: make the suffixes and mime_types arrays really constMax Kellermann2008-11-011-1/+1
* decoder: make all decoder_plugin structs constMax Kellermann2008-11-011-1/+1
* decoder_api: pass constant path pointersMax Kellermann2008-10-311-2/+2
* mpc: provide 24 bit samplesMax Kellermann2008-10-301-7/+6
* mpc: moved sample size into a constantMax Kellermann2008-10-301-5/+9
* mpc: renamed variable "s16" to "dest"Max Kellermann2008-10-301-5/+4
* mpc: fix broken integer sample conversionMax Kellermann2008-10-301-6/+4
* mpc: fix boolean interpretation of input_stream_seek()Max Kellermann2008-10-301-1/+1
* decoder: use bool for return values and flagsMax Kellermann2008-10-301-9/+9
* decoder: automatically flush the output buffer after decoder exitsMax Kellermann2008-10-291-2/+0
* decoder_api: removed decoder_clear()Max Kellermann2008-10-291-1/+0
* input_stream: use "bool" instead of "int"Max Kellermann2008-10-261-2/+2
* input_stream: no CamelCaseMax Kellermann2008-10-261-4/+4
* input_stream: removed the InputStream typedefMax Kellermann2008-10-261-3/+4
* renamed src/inputPlugins/ to src/decoder/Max Kellermann2008-10-261-0/+308