aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-30mpc: provide 24 bit samplesMax Kellermann1-7/+6
2008-10-30mpc: moved sample size into a constantMax Kellermann1-5/+9
2008-10-30mpc: renamed variable "s16" to "dest"Max Kellermann1-5/+4
2008-10-30mpc: fix broken integer sample conversionMax Kellermann1-6/+4
2008-10-30mpc: fix boolean interpretation of input_stream_seek()Max Kellermann1-1/+1
2008-10-30decoder: use bool for return values and flagsMax Kellermann11-114/+119
2008-10-30mp3: make mp3_read() return boolMax Kellermann1-19/+7
2008-10-29decoder: automatically flush the output buffer after decoder exitsMax Kellermann9-23/+0
2008-10-29decoder_api: removed decoder_clear()Max Kellermann8-16/+3
2008-10-29mp3: seek in backgroundMax Kellermann1-5/+7
2008-10-29mp3: return from mp3_synth_and_send() on any commandMax Kellermann1-2/+2
2008-10-29mp3: moved code to mp3_synth_and_send()Max Kellermann1-60/+74
2008-10-29mp3: moved code to mp3_send_pcm()Max Kellermann1-29/+48
2008-10-29mp3: moved code to mp3_update_timer_next_frame()Max Kellermann1-16/+28
2008-10-29mp3: moved code to mp3_this_frame_offset()Max Kellermann1-10/+10
2008-10-29mp3: moved code to mp3_time_to_frame()Max Kellermann1-11/+21
2008-10-29mp3: assert that the stream is seekableMax Kellermann1-5/+5
2008-10-28mp3: moved code to mp3_filesize_to_song_length()Max Kellermann1-23/+42
2008-10-28mp3: no "goto"Max Kellermann1-19/+36
2008-10-28mp3: use GLib allocation functionsMax Kellermann1-11/+9
2008-10-28mp3: use boolMax Kellermann1-50/+51
2008-10-28mp3: no CamelCaseMax Kellermann1-255/+254
2008-10-28mp3: remove obsolete commentsMax Kellermann1-4/+0
2008-10-28input_stream: convert offset and size to the off_t data typeMax Kellermann1-1/+1
2008-10-28utils: use g_str_has_prefix() instead of prefixcmp()Max Kellermann1-1/+2
2008-10-26input_stream: use "bool" instead of "int"Max Kellermann9-20/+20
2008-10-26input_stream: no CamelCaseMax Kellermann10-65/+65
2008-10-26input_stream: removed the InputStream typedefMax Kellermann12-48/+65
2008-10-26renamed src/inputPlugins/ to src/decoder/Max Kellermann15-0/+5609