summaryrefslogtreecommitdiff
path: root/src/song.c
AgeCommit message (Expand)Author
2008-11-01decoder: return const decoder_plugin structsMax Kellermann
2008-10-31update: check return valuesMax Kellermann
2008-10-15song: check file type in song_file_update()Max Kellermann
2008-10-15playlist: added support for adding songs not in the music databaseMax Kellermann
2008-10-14mapper: new song-to-filesystem mapper libraryMax Kellermann
2008-10-14song: pass const song pointer to song_get_url()Max Kellermann
2008-10-13song: stat file in song_file_update(), don't use isMusic()Max Kellermann
2008-10-13song: song_get_url: fix "/" prefix for songs in music_rootEric Wong
2008-10-08directory: eliminate CamelCaseMax Kellermann
2008-10-08song: don't allow calling song_get_url(NULL)Max Kellermann
2008-10-08song: use song_file_update() in song_file_load()Max Kellermann
2008-10-08song: song_file_update() returns boolMax Kellermann
2008-10-08song: don't check song_is_file() in song_file_update()Max Kellermann
2008-10-08song: removed CamelCaseMax Kellermann
2008-10-08song: replaced all song constructorsMax Kellermann
2008-10-08don't include os_compat.hMax Kellermann
2008-10-08song: converted typedef Song to struct songMax Kellermann
2008-10-08directory: converted typedef Directory to struct directoryMax Kellermann
2008-10-07directory: serialize song deletes from playlist during updateEric Wong
2008-10-07Assert if we don't have song or song->url setEric Wong
2008-10-06song: stop storing song_typeEric Wong
2008-10-06song: don't make the struct packedMax Kellermann
2008-10-06song: use flex arrays to store song->urlEric Wong
2008-10-06song: get rid of newNullSong()Eric Wong
2008-10-06song: call freeJustSong if newSong failsEric Wong
2008-09-29decoder: renamed plugin methodsMax Kellermann
2008-09-29song: converted "type" to enumMax Kellermann
2008-09-26song: removed type SongListMax Kellermann
2008-09-23Replace SongList with struct songvecEric Wong
2008-09-07song: moved code to song_print.c, song_save.cMax Kellermann
2008-09-07tag: moved code to tag_print.cMax Kellermann
2008-09-06tag: fix segfault on updateEric Wong
2008-08-29tag: try not to reallocate tag.items in every add() callMax Kellermann
2008-08-29song: don't export newNullSong()Max Kellermann
2008-08-29tag: renamed functions, no CamelCaseMax Kellermann
2008-08-26assert song->url != NULLMax Kellermann
2008-08-26no camel case in struct decoder_pluginMax Kellermann
2008-08-26renamed inputPlugin.* to decoder_list.*Max Kellermann
2008-08-26renamed InputPlugin to struct decoder_pluginMax Kellermann
2008-03-26fix segmentation fault in song info parserMax Kellermann
2008-03-26eliminated duplicate initializationMax Kellermann
2008-02-05fix -Wconst warningsMax Kellermann
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong
2008-01-01song: updateSongInfo: left out charset conversion when going thread-safeEric Wong
2007-12-28Merge branches/ew r7104Eric Wong
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman
2007-04-05The massive copyright updateAvuton Olrich
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong
2006-10-27add support for: list fileWarren Dukes
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong