aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/mp3_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* decoder_api: automatically send stream tagMax Kellermann2008-11-031-41/+5
* 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-2/+2
* decoder: make all decoder_plugin structs constMax Kellermann2008-11-011-1/+1
* decoder_api: pass constant path pointersMax Kellermann2008-10-311-2/+2
* decoder: use bool for return values and flagsMax Kellermann2008-10-301-14/+14
* mp3: make mp3_read() return boolMax Kellermann2008-10-301-19/+7
* decoder: automatically flush the output buffer after decoder exitsMax Kellermann2008-10-291-2/+0
* decoder_api: removed decoder_clear()Max Kellermann2008-10-291-5/+1
* 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-261-3/+2
* input_stream: no CamelCaseMax Kellermann2008-10-261-20/+20
* input_stream: removed the InputStream typedefMax Kellermann2008-10-261-7/+9
* renamed src/inputPlugins/ to src/decoder/Max Kellermann2008-10-261-0/+1086