| Commit message (Expand) | Author | Files | Lines |
2008-10-31 | input_stream: pass const url to input_stream_open() | Max Kellermann | 1 | -1/+1 |
2008-10-28 | input_stream: convert offset and size to the off_t data type | Max Kellermann | 1 | -1/+1 |
2008-10-26 | input_stream: use g_free() in input_stream_close() | Max Kellermann | 1 | -8/+5 |
2008-10-26 | input_stream: use "bool" instead of "int" | Max Kellermann | 1 | -7/+9 |
2008-10-26 | input_stream: input_stream_close() returns void | Max Kellermann | 1 | -2/+2 |
2008-10-26 | input_stream: added struct input_plugin | Max Kellermann | 1 | -11/+22 |
2008-10-26 | input_stream: no CamelCase | Max Kellermann | 1 | -31/+31 |
2008-10-26 | input_file: removed global constructor | Max Kellermann | 1 | -1/+0 |
2008-10-26 | input_stream: renamed sources, no CamelCase | Max Kellermann | 1 | -2/+2 |
2008-10-26 | http: use libcurl | Max Kellermann | 1 | -3/+15 |
2008-10-26 | input_stream: added input_stream_global_finish() | Max Kellermann | 1 | -0/+4 |
2008-10-17 | input_stream: removed nmemb argument | Max Kellermann | 1 | -2/+2 |
2008-10-17 | input: declare struct input_stream | Max Kellermann | 1 | -7/+7 |
2008-10-08 | don't include os_compat.h | Max Kellermann | 1 | -1/+1 |
2008-08-26 | added InputStream.ready | Max Kellermann | 1 | -0/+1 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -3/+1 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -26/+37 |
2006-07-17 | sparse: ANSI-fy function declarations | Eric Wong | 1 | -1/+1 |
2006-07-14 | Change shank's email address | J. Alexander Treuman | 1 | -1/+1 |
2006-07-13 | Huge header update, update the copyright and add | Avuton Olrich | 1 | -1/+1 |
2004-06-20 | fix qball's bug, crossfading playing with funny samplerate | Warren Dukes | 1 | -0/+5 |
2004-06-07 | icy metadata! wahoo | Warren Dukes | 1 | -1/+12 |
2004-05-18 | inputStream updates from httpTest | Warren Dukes | 1 | -0/+4 |
2004-05-18 | add new inputStream stuff, hopefully something major isn't foobar'd | Warren Dukes | 1 | -38/+12 |
2004-05-05 | vim stuff | Warren Dukes | 1 | -0/+1 |
2004-05-04 | flac uses abstracted inputStream stuff | Warren Dukes | 1 | -0/+4 |
2004-05-04 | implement input abstraction for ogg and mp3 | Warren Dukes | 1 | -13/+8 |
2004-05-04 | start abstracting input layer for decoders | Warren Dukes | 1 | -0/+78 |