Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 | |
2010-06-25 | test/dump_playlist: print open-ended range | Max Kellermann | 1 | -1/+5 | |
2010-01-01 | input_stream: return allocated input_stream objects | Max Kellermann | 1 | -12/+9 | |
Major API redesign: don't let the caller allocate the input_stream object. Let each input plugin allocate its own (derived/extended) input_stream pointer. The "data" attribute can now be removed, and all input plugins simply cast the input_stream pointer to their own structure (with an "struct input_stream base" as the first attribute). | |||||
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 | |
2009-12-27 | song: added support for selecting a time range | Max Kellermann | 1 | -0/+8 | |
Added attributes start_ms, end_ms. This allows us to address a portion of a song file (important for CUE support). There is no support yet for storing these attributes in the state file. | |||||
2009-12-15 | input_stream: return errors with GError | Max Kellermann | 1 | -4/+11 | |
2009-12-14 | input_plugin: method init() returns errors with GError | Max Kellermann | 1 | -1/+6 | |
Not used by any plugin currently, but this eliminates the g_error() call in input_plugin_config(), so it's worth it. | |||||
2009-12-14 | input_stream: moved input_stream_global_init() to input_init.c | Max Kellermann | 1 | -0/+1 | |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 | |
After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue. | |||||
2009-10-13 | song: renamed attribute "url" to "uri" | Max Kellermann | 1 | -1/+1 | |
2009-10-13 | test/dump_playlist: try playlist_list_open_uri() first | Max Kellermann | 1 | -21/+30 | |
2009-10-13 | test/dump_playlist: parse a configuration file | Max Kellermann | 1 | -3/+11 | |
2009-10-12 | playlist_plugin: new plugin API for playlist parsers | Max Kellermann | 1 | -23/+26 | |
Based on this API, we will add parsers for EXTM3U, PLS, ASX, last.fm radio and others. There is no integration into the MPD core yet. Right now, we have a command line test program. This is work in progress. | |||||
2009-04-13 | test: added run_input test program | Max Kellermann | 1 | -0/+114 | |