Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-08-29 | PlayerThread: use SongTime for elapsed_time | Max Kellermann | 1 | -1/+1 | |
2014-08-28 | Playlist: use std::chrono::duration for Seek*() | Max Kellermann | 1 | -10/+10 | |
2014-08-27 | PlayerControl: use std::chrono::duration for Seek() | Max Kellermann | 1 | -1/+2 | |
2014-02-27 | Playlist*: move to queue/ | Max Kellermann | 1 | -0/+0 | |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2014-01-09 | DetachedSong: fork of struct Song | Max Kellermann | 1 | -4/+3 | |
From now on, struct Song will be used by the database only, and DetachedSong will be used by everybody else. DetachedSong is easier to use, but Song has lower overhead. | |||||
2013-10-28 | player_control: rename to PlayerControl | Max Kellermann | 1 | -8/+8 | |
2013-10-20 | PlaylistError: convert playlist_result to a strictly-typed enum | Max Kellermann | 1 | -16/+16 | |
2013-10-19 | *: use references instead of pointers | Max Kellermann | 1 | -1/+1 | |
2013-10-02 | Log: new logging library API | Max Kellermann | 1 | -6/+3 | |
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | |||||
2013-10-02 | Playlist*: use nullptr instead of NULL | Max Kellermann | 1 | -1/+1 | |
2013-09-27 | PlayerControl: use strictly typed enums | Max Kellermann | 1 | -2/+2 | |
2013-07-28 | song: convert header to C++ | Max Kellermann | 1 | -3/+3 | |
2013-01-20 | PlayerControl: move functions into the class | Max Kellermann | 1 | -7/+6 | |
2013-01-07 | Playlist: convert functions to methods | Max Kellermann | 1 | -107/+86 | |
2013-01-06 | queue: convert all functions to methods | Max Kellermann | 1 | -23/+19 | |
2013-01-04 | player_control.h: convert header to C++ | Max Kellermann | 1 | -4/+1 | |
2013-01-04 | playlist: convert to C++ | Max Kellermann | 1 | -4/+6 | |
2012-08-15 | player_control: duplicate the song object | Max Kellermann | 1 | -1/+4 | |
Make sure the player "owns" the next_song object, so nobody else can free it. | |||||
2011-12-24 | command: new command "seekcur" | Max Kellermann | 1 | -0/+24 | |
For simpler seeking within current song. | |||||
2011-07-20 | playlist_control: don't resume playback when seeking to another song while ↵ | Max Kellermann | 1 | -3/+5 | |
paused Use a shortcut in playlist_seek_song(), don't call playlist_play_order() because that would reset the "paused" state. | |||||
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 | |
2011-01-10 | player_control: removed the global variable "pc" | Max Kellermann | 1 | -25/+34 | |
Allocate a player_control object where needed, and pass it around. Each "client" object is associated with a "player_control" instance. This prepares multi-player support. | |||||
2010-06-30 | playlist: emit IDLE_OPTIONS when resetting single mode | Max Kellermann | 1 | -0/+3 | |
2010-05-31 | single mode: at the end of the song, pause on the next song instead of stop | Romain Bignon | 1 | -2/+0 | |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 | |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 | |
After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue. | |||||
2009-10-08 | player_control: no CamelCase | Max Kellermann | 1 | -4/+4 | |
2009-10-08 | playlist_control: "previous" really plays the previous song | Max Kellermann | 1 | -28/+12 | |
No more CD player emulation. The current behaviour of "previous" is difficult for a client to predict, because it does not definitely know the current position within the song. If a client wants to restart the current song, it can always send "playid". | |||||
2009-07-28 | playlist: CamelCaseIsBad | Courtney Cavin | 1 | -19/+19 | |
Renamed all playlist functions to non-CamelCase. | |||||
2009-07-14 | playlist: no CamelCase | Max Kellermann | 1 | -1/+1 | |
2009-05-28 | playlist: reset "current song" when playlist ends | Max Kellermann | 1 | -0/+3 | |
Commit f78cddb4 introduced a regression: when the playlist reached its end, MPD did not reset the "current song" pointer anymore after stop. Add a "current = -1" code line. | |||||
2009-05-06 | player_control: renamed playerSeek(), return bool | Max Kellermann | 1 | -3/+3 | |
Renamed playerSeek() to pc_seek() to get rid of CamelCase. Convert the return value to bool. | |||||
2009-04-25 | playlist_control: use GTimer in previousSongInPlaylist() | Max Kellermann | 1 | -6/+4 | |
To determine whether to rewind the current song or to go to the previous song, use a GTimer instead of manually diffing time(NULL). | |||||
2009-03-30 | implemented the 'consume' mode | Romain Bignon | 1 | -14/+21 | |
Consume mode removes each song played | |||||
2009-03-27 | renamed smartstop to single and changed behavior | Romain Bignon | 1 | -2/+2 | |
When single mode is enabled, after current song it stops playback, or it replay same song if repeat mode is activated. | |||||
2009-03-27 | implements the smartstop feature | Romain Bignon | 1 | -0/+2 | |
The smartstop feature is a way to tell mpd to stop playing after current song. This patche provides: - 'state' command returns 'smartstop' state (1 or 0) - 'smartstop' can activate or not the smartstop state - when song is terminated, mpd stops playing and smartstop is set to 0 | |||||
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -3/+4 | |
This updates the copyright header to all be the same, which is pretty much an update of where to mail request for a copy of the GPL and the years of the MPD project. This also puts all committers under 'The Music Player Project' umbrella. These entries should go individually in the AUTHORS file, for consistancy. | |||||
2009-03-06 | playlist_control: fix requeue after seek | Max Kellermann | 1 | -3/+3 | |
The queue update after a seek was wrong: the queued song is cleared by a successful seek. This caused queue/cross-fading problems after a seek. | |||||
2009-02-10 | playlist: update queued song after seeking | Max Kellermann | 1 | -3/+7 | |
If a new song is queued before calling playerSeek(), then the player and the playlist enter an inconsistent state, because the player discards the playlist's "queued" song in favor of the seeked song. Call playlist_update_queued_song() after playerSeek(). | |||||
2009-02-04 | playlist: added G_LOG_DOMAIN | Max Kellermann | 1 | -1/+6 | |
Removed the explicit "playlist:" prefix from all log messages. | |||||
2009-02-04 | playlist: moved code to playlist_control.c | Max Kellermann | 1 | -0/+249 | |
Moved handlers for control commands (play, stop, next, prev) to playlist_control.c. |