aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder (follow)
Commit message (Expand)AuthorAgeFilesLines
* decoder: automatically flush the output buffer after decoder exitsMax Kellermann2008-10-299-23/+0
* decoder_api: removed decoder_clear()Max Kellermann2008-10-298-16/+3
* mp3: seek in backgroundMax Kellermann2008-10-291-5/+7
* mp3: return from mp3_synth_and_send() on any commandMax Kellermann2008-10-291-2/+2
* mp3: moved code to mp3_synth_and_send()Max Kellermann2008-10-291-60/+74
* mp3: moved code to mp3_send_pcm()Max Kellermann2008-10-291-29/+48
* mp3: moved code to mp3_update_timer_next_frame()Max Kellermann2008-10-291-16/+28
* mp3: moved code to mp3_this_frame_offset()Max Kellermann2008-10-291-10/+10
* mp3: moved code to mp3_time_to_frame()Max Kellermann2008-10-291-11/+21
* mp3: assert that the stream is seekableMax Kellermann2008-10-291-5/+5
* mp3: moved code to mp3_filesize_to_song_length()Max Kellermann2008-10-281-23/+42
* mp3: no "goto"Max Kellermann2008-10-281-19/+36
* mp3: use GLib allocation functionsMax Kellermann2008-10-281-11/+9
* mp3: use boolMax Kellermann2008-10-281-50/+51
* mp3: no CamelCaseMax Kellermann2008-10-281-255/+254
* mp3: remove obsolete commentsMax Kellermann2008-10-281-4/+0
* input_stream: convert offset and size to the off_t data typeMax Kellermann2008-10-281-1/+1
* utils: use g_str_has_prefix() instead of prefixcmp()Max Kellermann2008-10-281-1/+2
* input_stream: use "bool" instead of "int"Max Kellermann2008-10-269-20/+20
* input_stream: no CamelCaseMax Kellermann2008-10-2610-65/+65
* input_stream: removed the InputStream typedefMax Kellermann2008-10-2612-48/+65
* renamed src/inputPlugins/ to src/decoder/Max Kellermann2008-10-2615-0/+5609