aboutsummaryrefslogtreecommitdiff
path: root/src/song.c
Commit message (Expand)AuthorAge
...
* 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
* remove deprecated myfprintf wrapperEric Wong2006-07-30
* interface/connection malloc reductions from mpd-keEric Wong2006-07-30
* Add mpd-indent.shAvuton Olrich2006-07-20
* sparse: ANSI-fy function declarationsEric Wong2006-07-17
* [CLEANUP] Remove unused codeAvuton Olrich2006-07-15
* Change shank's email addressJ. Alexander Treuman2006-07-14
* Huge header update, update the copyright and addAvuton Olrich2006-07-13
* Fix for bug 483Qball Cow2006-05-08
* merge with mpd/trunk up to r3925Eric Wong2006-03-16
* debug messages no longer cause segfaults :PEric Wong2005-10-25
* Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr...Qball Cow2005-09-08
* this shit really needs to be cleaned up, but its good enough for testing,Warren Dukes2004-11-15
* fix a bug in pringSongUrl, don't print leading '/' for songs in root dirWarren Dukes2004-11-12
* don't store only relative paths in the directory structure, its probably notWarren Dukes2004-11-12
* ok, optimize memory sage of directorys, by iteratively creating the directories,Warren Dukes2004-11-11
* ok, now song->url is only the filename, not the full path to the songWarren Dukes2004-11-11
* implement saved memory by not storing full pathWarren Dukes2004-11-11
* this is brokenWarren Dukes2004-11-11
* merge changes from metadata-rewrite branchWarren Dukes2004-11-10
* todo updateWarren Dukes2004-11-03
* todo updateWarren Dukes2004-06-06
* '\n' are badWarren Dukes2004-06-02
* little cleanup of plugin stuffWarren Dukes2004-05-31
* mp3 and ogg plugin stuffWarren Dukes2004-05-31
* add type element to Song struct, and change utf8file to utf8urlWarren Dukes2004-05-13