Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | mp3: moved code to mp3_synth_and_send() | Max Kellermann | 2008-10-29 | 1 | -60/+74 | |
* | mp3: moved code to mp3_send_pcm() | Max Kellermann | 2008-10-29 | 1 | -29/+48 | |
* | mp3: moved code to mp3_update_timer_next_frame() | Max Kellermann | 2008-10-29 | 1 | -16/+28 | |
* | mp3: moved code to mp3_this_frame_offset() | Max Kellermann | 2008-10-29 | 1 | -10/+10 | |
* | mp3: moved code to mp3_time_to_frame() | Max Kellermann | 2008-10-29 | 1 | -11/+21 | |
* | mp3: assert that the stream is seekable | Max Kellermann | 2008-10-29 | 1 | -5/+5 | |
* | mp3: moved code to mp3_filesize_to_song_length() | Max Kellermann | 2008-10-28 | 1 | -23/+42 | |
* | mp3: no "goto" | Max Kellermann | 2008-10-28 | 1 | -19/+36 | |
* | mp3: use GLib allocation functions | Max Kellermann | 2008-10-28 | 1 | -11/+9 | |
* | mp3: use bool | Max Kellermann | 2008-10-28 | 1 | -50/+51 | |
* | mp3: no CamelCase | Max Kellermann | 2008-10-28 | 1 | -255/+254 | |
* | mp3: remove obsolete comments | Max Kellermann | 2008-10-28 | 1 | -4/+0 | |
* | input_stream: convert offset and size to the off_t data type | Max Kellermann | 2008-10-28 | 1 | -1/+1 | |
* | utils: use g_str_has_prefix() instead of prefixcmp() | Max Kellermann | 2008-10-28 | 1 | -1/+2 | |
* | input_stream: use "bool" instead of "int" | Max Kellermann | 2008-10-26 | 9 | -20/+20 | |
* | input_stream: no CamelCase | Max Kellermann | 2008-10-26 | 10 | -65/+65 | |
* | input_stream: removed the InputStream typedef | Max Kellermann | 2008-10-26 | 12 | -48/+65 | |
* | renamed src/inputPlugins/ to src/decoder/ | Max Kellermann | 2008-10-26 | 15 | -0/+5609 |