| Commit message (Expand) | Author | Age | Files | Lines |
* | song: added support for selecting a time range | Max Kellermann | 2009-12-27 | 1 | -1/+5 |
* | song: added function song_get_duration() | Max Kellermann | 2009-12-26 | 1 | -0/+9 |
* | include config.h in all sources | Max Kellermann | 2009-11-12 | 1 | -0/+1 |
* | song: renamed attribute "url" to "uri" | Max Kellermann | 2009-10-13 | 1 | -12/+12 |
* | song: moved code to song_update.c | Max Kellermann | 2009-10-12 | 1 | -147/+0 |
* | song: initialize mtime in song_alloc() | Max Kellermann | 2009-07-06 | 1 | -0/+1 |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -6/+7 |
* | tag: moved APE code to tag_ape.c | Max Kellermann | 2009-02-28 | 1 | -0/+1 |
* | ls: moved generic URI utilities to uri.c | Max Kellermann | 2009-02-25 | 1 | -1/+1 |
* | decoder_api: moved struct decoder_plugin to decoder_plugin.h | Max Kellermann | 2009-02-15 | 1 | -1/+3 |
* | song: include cleanup | Max Kellermann | 2009-01-23 | 1 | -2/+0 |
* | song: skip archive check for non-musicdir files | Max Kellermann | 2009-01-17 | 1 | -1/+1 |
* | moved fallback APE/ID3 tag loader to song.c | Max Kellermann | 2009-01-17 | 1 | -0/+36 |
* | song: allocate the result of song_get_url() | Max Kellermann | 2009-01-04 | 1 | -6/+4 |
* | directory: added directory_is_root() | Max Kellermann | 2009-01-04 | 1 | -1/+1 |
* | ls: renamed functions, no CamelCase | Max Kellermann | 2009-01-04 | 1 | -2/+2 |
* | ls: removed hasMusicSuffix() and get_archive_by_suffix() | Max Kellermann | 2009-01-04 | 1 | -16/+31 |
* | song: removed duplicate '\n' check | Max Kellermann | 2009-01-04 | 1 | -5/+2 |
* | song: use GLib instead of utils.h/log.h | Max Kellermann | 2009-01-03 | 1 | -5/+5 |
* | mapper: allocate the result of map_directory_child_fs(), map_song_fs() | Max Kellermann | 2009-01-02 | 1 | -7/+9 |
* | removed os_compat.h | Max Kellermann | 2008-12-29 | 1 | -0/+5 |
* | song: adding support for songs in archives | Viliam Mateicka | 2008-12-16 | 1 | -1/+34 |
* | decoder: return const decoder_plugin structs | Max Kellermann | 2008-11-01 | 1 | -1/+1 |
* | update: check return values | Max Kellermann | 2008-10-31 | 1 | -5/+8 |
* | song: check file type in song_file_update() | Max Kellermann | 2008-10-15 | 1 | -1/+1 |
* | playlist: added support for adding songs not in the music database | Max Kellermann | 2008-10-15 | 1 | -2/+2 |
* | mapper: new song-to-filesystem mapper library | Max Kellermann | 2008-10-14 | 1 | -3/+2 |
* | song: pass const song pointer to song_get_url() | Max Kellermann | 2008-10-14 | 1 | -1/+1 |
* | song: stat file in song_file_update(), don't use isMusic() | Max Kellermann | 2008-10-13 | 1 | -5/+8 |
* | song: song_get_url: fix "/" prefix for songs in music_root | Eric Wong | 2008-10-13 | 1 | -1/+1 |
* | directory: eliminate CamelCase | Max Kellermann | 2008-10-08 | 1 | -2/+2 |
* | song: don't allow calling song_get_url(NULL) | Max Kellermann | 2008-10-08 | 1 | -3/+1 |
* | song: use song_file_update() in song_file_load() | Max Kellermann | 2008-10-08 | 1 | -10/+3 |
* | song: song_file_update() returns bool | Max Kellermann | 2008-10-08 | 1 | -3/+3 |
* | song: don't check song_is_file() in song_file_update() | Max Kellermann | 2008-10-08 | 1 | -17/+16 |
* | song: removed CamelCase | Max Kellermann | 2008-10-08 | 1 | -10/+10 |
* | song: replaced all song constructors | Max Kellermann | 2008-10-08 | 1 | -21/+32 |
* | don't include os_compat.h | Max Kellermann | 2008-10-08 | 1 | -2/+0 |
* | song: converted typedef Song to struct song | Max Kellermann | 2008-10-08 | 1 | -7/+11 |
* | directory: converted typedef Directory to struct directory | Max Kellermann | 2008-10-08 | 1 | -2/+2 |
* | directory: serialize song deletes from playlist during update | Eric Wong | 2008-10-07 | 1 | -6/+0 |
* | Assert if we don't have song or song->url set | Eric Wong | 2008-10-07 | 1 | -2/+8 |
* | song: stop storing song_type | Eric Wong | 2008-10-06 | 1 | -8/+5 |
* | song: don't make the struct packed | Max Kellermann | 2008-10-06 | 1 | -1/+1 |
* | song: use flex arrays to store song->url | Eric Wong | 2008-10-06 | 1 | -7/+15 |
* | song: get rid of newNullSong() | Eric Wong | 2008-10-06 | 1 | -13/+2 |
* | song: call freeJustSong if newSong fails | Eric Wong | 2008-10-06 | 1 | -1/+1 |
* | decoder: renamed plugin methods | Max Kellermann | 2008-09-29 | 1 | -2/+2 |
* | song: converted "type" to enum | Max Kellermann | 2008-09-29 | 1 | -1/+1 |
* | song: removed type SongList | Max Kellermann | 2008-09-26 | 1 | -36/+0 |