aboutsummaryrefslogtreecommitdiffstats
path: root/src/player_control.h (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-29copyright year 2011Max Kellermann1-1/+1
2011-01-10include cleanupMax Kellermann1-1/+2
2011-01-10player_control: removed the global variable "pc"Max Kellermann1-39/+40
2010-03-21Add support for MixRamp tagsTim Phipps1-0/+14
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-09player_control: removed the "volatile" attributeMax Kellermann1-2/+2
2009-11-03decoder_control: make the song objects constMax Kellermann1-1/+1
2009-10-31decoder_control: removed the global variable "dc"Max Kellermann1-1/+3
2009-10-31player_control: protect command, state, error with a mutexMax Kellermann1-4/+74
2009-10-23output_plugin: added methods enable() and disable()Max Kellermann1-0/+9
2009-10-08player_thread: get "elapsed" from audio outputsMax Kellermann1-0/+6
2009-10-08player_control: eliminate PLAYER_COMMAND_PLAYMax Kellermann1-1/+0
2009-10-08player_control: no CamelCaseMax Kellermann1-15/+24
2009-10-08player_control: bundle "get" functions in pc_get_status()Max Kellermann1-11/+10
2009-10-08player_control: allocate getPlayerErrorStr() resultMax Kellermann1-0/+5
2009-07-06output: use the software mixer pluginMax Kellermann1-3/+0
2009-05-06player_control: renamed playerSeek(), return boolMax Kellermann1-2/+8
2009-03-30player_control: remove unused function playerCurrentDecodeSong().Avuton Olrich1-3/+0
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-03-06pipe: added music_buffer, rewrite music_pipeMax Kellermann1-1/+3
2009-01-25player_control: added player_control.threadMax Kellermann1-0/+4
2009-01-16player_control: fix shadow warning with older gccMax Kellermann1-1/+1
2008-12-17playlist: clear pc.errored_song on deleteMax Kellermann1-0/+8
2008-11-03player: converted PLAYER_ERROR_* to enumMax Kellermann1-8/+10
2008-11-03player: removed "volatile" attributesMax Kellermann1-6/+6
2008-11-03player: no CamelCaseMax Kellermann1-7/+7
2008-10-31added prefix to header macrosMax Kellermann1-2/+2
2008-10-12player: added commands QUEUE and CANCELMax Kellermann1-42/+15
2008-10-11player: removed player_control.fileTimeMax Kellermann1-1/+0
2008-10-10player: added player_get_audio_format()Max Kellermann1-5/+5
2008-10-10player: added player_control.audio_formatMax Kellermann1-5/+4
2008-10-08don't include os_compat.hMax Kellermann1-1/+2
2008-10-08notify: removed the "Notify" typedefMax Kellermann1-1/+1
2008-10-08song: converted typedef Song to struct songMax Kellermann1-7/+10
2008-09-29assume stdint.h and stddef.h are availableMax Kellermann1-1/+0
2008-09-29switch to C99 types, part IIMax Kellermann1-7/+7
2008-09-24notify: added notify_deinit()Max Kellermann1-0/+2
2008-08-26moved player_command_finished() to player_thread.cMax Kellermann1-2/+0
2008-08-26moved code to pc_init(), dc_init()Max Kellermann1-0/+4
2008-08-26renamed player.c to player_control.cMax Kellermann1-0/+0
2008-08-26no commandError() in playerSeek()Max Kellermann1-1/+1
2008-08-26moved global variable "pc" to player.hMax Kellermann1-2/+4
2008-08-26don't call playerStop() before playerPlay()Max Kellermann1-2/+0
2008-08-26queueSong() cannot failMax Kellermann1-1/+1
2008-08-26document the PLAYER_QUEUE_ constantsMax Kellermann1-0/+15
2008-08-26added enum player_queue_stateMax Kellermann1-9/+11
2008-08-26rewrote playerKill()Max Kellermann1-0/+1
2008-08-26player: no "fd" and no return valueMax Kellermann1-5/+5
2008-08-26converted PlayerControl.state to enumMax Kellermann1-5/+7
2008-08-26added PlayerControl.commandMax Kellermann1-7/+14