aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-11database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann1-3/+3
2008-10-11directory: moved code to database.cMax Kellermann1-1/+1
2008-10-11song: removed CamelCaseMax Kellermann1-9/+9
2008-10-11song: replaced all song constructorsMax Kellermann1-2/+2
2008-10-11playlist: simplified setPlaylistRandomStatus()Max Kellermann1-5/+1
2008-10-11song: converted typedef Song to struct songMax Kellermann1-13/+14
2008-10-05song: replace printSong* with song_print_*Eric Wong1-2/+2
2008-10-05song: stop storing song_typeEric Wong1-8/+8
2008-10-04playlist: fix "currentsong" at end-of-playlistEric Wong1-4/+11
2008-10-03playlist: small lines of code reductionEric Wong1-96/+47
2008-10-02Revert "Start using song pointers in core data structures"Eric Wong1-2/+6
2008-09-29Switch to C99 types (retaining compat with old compilers)Eric Wong1-6/+6
2008-09-28playlist: deleteASongFromPlaylist takes a const Song *Eric Wong1-1/+1
2008-09-28playlist: fix currentsong info after swapping songsEric Wong1-0/+4
2008-09-28playlist: reset after we've hit the endEric Wong1-0/+6
2008-09-28advance to the next song on decoder errorsEric Wong1-1/+5
2008-09-20start using prefixcmp()Eric Wong1-23/+8
2008-09-18Move away from fprintf() when writing DB/state_fileEric Wong1-17/+17
2008-09-09playlist: PlaylistInfo() does not call commandError()Max Kellermann1-4/+1
2008-09-09playlist: don't pass "fd" to storedPlaylist.c functionsMax Kellermann1-31/+17
2008-09-09playlist: don't pass "fd" to playlist.c functionsMax Kellermann1-128/+88
2008-09-09playlist: showPlaylist() and shufflePlaylist() cannot failMax Kellermann1-6/+2
2008-09-09playlist: moved "repeat" and "random" value checks to command.cMax Kellermann1-20/+6
2008-09-09playlist: added is_valid_playlist_name()Max Kellermann1-3/+8
2008-09-09dbUtils, playlist, directory: pass constant pointersMax Kellermann1-7/+7
2008-09-07playlist: re-randomize when explicitly playing a new songEric Wong1-0/+1
2008-09-02tag: renamed functions, no CamelCaseMax Kellermann1-3/+3
2008-09-02tag: renamed MpdTag and MpdTagItem to struct mpd_tag, struct tag_itemMax Kellermann1-2/+2
2008-09-01playlist: fix shuffle/random distributionEric Wong1-6/+19
2008-08-31playlist: eliminate unused fd parametersMax Kellermann1-22/+18
2008-08-30enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann1-1/+1
2008-08-27playlist: fix deleting the last song in a playlistEric Wong1-1/+2
2008-08-26Reimplement dynamic metadata handlingEric Wong1-19/+24
2008-08-25playlist: fix "currentsong" after song deletionEric Wong1-0/+2
2008-08-25playlist: fix "currentsong" after song movementEric Wong1-1/+4
2008-08-23playlist: queue songs after adding themEric Wong1-0/+6
2008-08-23change queueNextSongInPlaylist assertion to checkEric Wong1-1/+2
2008-08-19Remove ob_wait_sync and cleanup triggering in playlistEric Wong1-44/+28
2008-08-16core rewrite (decode,player,outputBuffer,playlist)Eric Wong1-261/+281
2008-04-12clean up CPP includesMax Kellermann1-1/+2
2008-04-12added clearPlayerQueueLocked()Max Kellermann1-43/+24
2008-03-26fix strtok() related segmentation faultMax Kellermann1-1/+4
2008-03-26eliminated duplicate initializationMax Kellermann1-2/+2
2008-03-26fix "unreachable code" warningMax Kellermann1-6/+0
2008-03-26check the result of fopen() in all code pathsMax Kellermann1-0/+5
2008-01-26Revert the queue implementation and commandsEric Wong1-173/+1
2008-01-26storedPlaylist: prevent potential DoS from stored playlist commandsEric Wong1-1/+1
2008-01-26playlist: don't allow no-op/senseless movement of songsEric Wong1-8/+14
2008-01-26playlist: allow move to specify offset from current songEric Wong1-1/+10
2008-01-26addToPlaylist/addSongToPlaylist: printId argument changed to added_idEric Wong1-8/+9