aboutsummaryrefslogtreecommitdiffstats
path: root/src/player_control.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* include cleanupMax Kellermann2011-01-101-1/+2
* player_control: removed the global variable "pc"Max Kellermann2011-01-101-39/+40
* Add support for MixRamp tagsTim Phipps2010-03-211-0/+14
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* player_control: removed the "volatile" attributeMax Kellermann2009-11-091-2/+2
* decoder_control: make the song objects constMax Kellermann2009-11-031-1/+1
* decoder_control: removed the global variable "dc"Max Kellermann2009-10-311-1/+3
* player_control: protect command, state, error with a mutexMax Kellermann2009-10-311-4/+74
* output_plugin: added methods enable() and disable()Max Kellermann2009-10-231-0/+9
* player_thread: get "elapsed" from audio outputsMax Kellermann2009-10-081-0/+6
* player_control: eliminate PLAYER_COMMAND_PLAYMax Kellermann2009-10-081-1/+0
* player_control: no CamelCaseMax Kellermann2009-10-081-15/+24
* player_control: bundle "get" functions in pc_get_status()Max Kellermann2009-10-081-11/+10
* player_control: allocate getPlayerErrorStr() resultMax Kellermann2009-10-081-0/+5
* output: use the software mixer pluginMax Kellermann2009-07-061-3/+0
* player_control: renamed playerSeek(), return boolMax Kellermann2009-05-061-2/+8
* player_control: remove unused function playerCurrentDecodeSong().Avuton Olrich2009-03-301-3/+0
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* pipe: added music_buffer, rewrite music_pipeMax Kellermann2009-03-061-1/+3
* player_control: added player_control.threadMax Kellermann2009-01-251-0/+4
* player_control: fix shadow warning with older gccMax Kellermann2009-01-161-1/+1
* playlist: clear pc.errored_song on deleteMax Kellermann2008-12-171-0/+8
* player: converted PLAYER_ERROR_* to enumMax Kellermann2008-11-031-8/+10
* player: removed "volatile" attributesMax Kellermann2008-11-031-6/+6
* player: no CamelCaseMax Kellermann2008-11-031-7/+7
* added prefix to header macrosMax Kellermann2008-10-311-2/+2
* player: added commands QUEUE and CANCELMax Kellermann2008-10-121-42/+15
* player: removed player_control.fileTimeMax Kellermann2008-10-111-1/+0
* player: added player_get_audio_format()Max Kellermann2008-10-101-5/+5
* player: added player_control.audio_formatMax Kellermann2008-10-101-5/+4
* don't include os_compat.hMax Kellermann2008-10-081-1/+2
* notify: removed the "Notify" typedefMax Kellermann2008-10-081-1/+1
* song: converted typedef Song to struct songMax Kellermann2008-10-081-7/+10
* assume stdint.h and stddef.h are availableMax Kellermann2008-09-291-1/+0
* switch to C99 types, part IIMax Kellermann2008-09-291-7/+7
* notify: added notify_deinit()Max Kellermann2008-09-241-0/+2
* moved player_command_finished() to player_thread.cMax Kellermann2008-08-261-2/+0
* moved code to pc_init(), dc_init()Max Kellermann2008-08-261-0/+4
* renamed player.c to player_control.cMax Kellermann2008-08-261-0/+162