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