Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | decoder_plugin: added method stream_tag() | Max Kellermann | 2009-12-31 | 1 | -0/+26 |
| | | | | | This is like tag_dup(), but works with an input_stream object instead of a file path. | ||||
* | song_update: use decoder_plugin_tag_dup() | Max Kellermann | 2009-12-31 | 1 | -1/+1 |
| | | | | Minor code simplification. | ||||
* | added missing config.h includes for extended LFS support | Max Kellermann | 2009-11-11 | 1 | -0/+1 |
| | | | | | All sources which might work with large files must include config.h, to get Large File Support on 32 bit platforms. | ||||
* | decoder_list: pass previous plugin pointer to lookup functions | Max Kellermann | 2009-11-07 | 1 | -2/+2 |
| | | | | Remove the static integer hack, that's not thread safe and sucks. | ||||
* | mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ... | Max Kellermann | 2009-10-20 | 1 | -1/+1 |
| | | | | | Try to be as portable as possible, use GLib path name functions and macros. | ||||
* | song: renamed attribute "url" to "uri" | Max Kellermann | 2009-10-13 | 1 | -2/+2 |
| | |||||
* | song: moved code to song_update.c | Max Kellermann | 2009-10-12 | 1 | -0/+172 |
Moved all the code which depends on the decoder plugins to a separate source. That allows leaner test programs. |