aboutsummaryrefslogtreecommitdiff
path: root/src/decoder
Commit message (Expand)AuthorAge
* 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
* added prefix to header macrosMax Kellermann2008-10-31
* ogg: don't include _flac_common.hMax Kellermann2008-10-31
* oggflac: adapt to new APIMax Kellermann2008-10-31
* ffmpeg: pass input_stream pointer to decoder_data()Max Kellermann2008-10-30
* ffmpeg: use return value of decoder_data()Max Kellermann2008-10-30
* ffmpeg: output buffer size cannot be negativeMax Kellermann2008-10-30
* ffmpeg: break immediately after av_read_frame()Max Kellermann2008-10-30
* ffmpeg: moved code to ffmpeg_send_frame()Max Kellermann2008-10-30
* ffmpeg: report seek errors to MPDMax Kellermann2008-10-30
* ffmpeg: simplified mpdurl_read()Max Kellermann2008-10-30
* ffmpeg: call tag_free() instead of free()Max Kellermann2008-10-30
* ffmpeg: eliminated local variable "tag"Max Kellermann2008-10-30
* ffmpeg: make ffmpeg_helper() return boolMax Kellermann2008-10-30
* ffmpeg: removed debug messagesMax Kellermann2008-10-30
* ffmpeg: initialize base.decoderMax Kellermann2008-10-30
* 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
* mp3: make mp3_read() return boolMax Kellermann2008-10-30
* decoder: automatically flush the output buffer after decoder exitsMax Kellermann2008-10-29
* decoder_api: removed decoder_clear()Max Kellermann2008-10-29
* mp3: seek in backgroundMax Kellermann2008-10-29
* mp3: return from mp3_synth_and_send() on any commandMax Kellermann2008-10-29
* mp3: moved code to mp3_synth_and_send()Max Kellermann2008-10-29
* mp3: moved code to mp3_send_pcm()Max Kellermann2008-10-29
* mp3: moved code to mp3_update_timer_next_frame()Max Kellermann2008-10-29
* mp3: moved code to mp3_this_frame_offset()Max Kellermann2008-10-29
* mp3: moved code to mp3_time_to_frame()Max Kellermann2008-10-29
* mp3: assert that the stream is seekableMax Kellermann2008-10-29
* mp3: moved code to mp3_filesize_to_song_length()Max Kellermann2008-10-28
* mp3: no "goto"Max Kellermann2008-10-28
* mp3: use GLib allocation functionsMax Kellermann2008-10-28
* mp3: use boolMax Kellermann2008-10-28
* mp3: no CamelCaseMax Kellermann2008-10-28
* mp3: remove obsolete commentsMax Kellermann2008-10-28
* input_stream: convert offset and size to the off_t data typeMax Kellermann2008-10-28
* utils: use g_str_has_prefix() instead of prefixcmp()Max Kellermann2008-10-28
* 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