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