aboutsummaryrefslogtreecommitdiff
path: root/src/playlist.c
Commit message (Expand)AuthorAge
* more efficient of updating of metadataWarren Dukes2004-06-01
* icynames are now copied to title of streamsWarren Dukes2004-05-31
* fix avuton's mp4 compile bugWarren Dukes2004-05-31
* clear playlist.current on clearPlaylist()Warren Dukes2004-05-25
* fix for floating point exception when adding randomly to the playlist withWarren Dukes2004-05-25
* mem leak: forgot to free stream songs on clearPlaylist() and finishPlaylist()Warren Dukes2004-05-25
* by popular demand: have stop remember the current song and play will startWarren Dukes2004-05-23
* when playing a url, previous always goto to previous song and never to theWarren Dukes2004-05-20
* fix a nasty bug when deleting a stream from the playlistWarren Dukes2004-05-19
* just a we bit of changesWarren Dukes2004-05-19
* redimentary addition of url's to playlistWarren Dukes2004-05-13
* add type element to Song struct, and change utf8file to utf8urlWarren Dukes2004-05-13
* clean up a little bit main() codeWarren Dukes2004-04-15
* add vim shiznit to end of all source filesWarren Dukes2004-04-14
* ok, rework myfprintf so it uses write() and never use any file streamWarren Dukes2004-04-13
* lots of fsCharset, utf8/ascii converting clean-up and robustness stuffWarren Dukes2004-04-13
* clean up signal handling using a polling method, from the genius that is mack...Warren Dukes2004-04-11
* fix some snafoosWarren Dukes2004-04-11
* don't stop playlist on finishPlaylist()[DWarren Dukes2004-04-11
* make "update" command background/non-blockingWarren Dukes2004-04-11
* use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes2004-04-02
* fix for loading playlists on platforms where char is unsigned (like PPC)Warren Dukes2004-03-31
* close audio device on pause, after we say we have paused, makes pause seemWarren Dukes2004-03-26
* make playlist restart from current position in song when using state fileWarren Dukes2004-03-17
* remove some no longer used functionsWarren Dukes2004-03-10
* make a set of nested if statements less ambigousWarren Dukes2004-03-05
* finally found the segfault, it occurs with random and repeat on,Warren Dukes2004-02-25
* some more cleanupsWarren Dukes2004-02-25
* import from SF CVSWarren Dukes2004-02-23