aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/mpc_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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