aboutsummaryrefslogtreecommitdiffstats
path: root/src/playerData.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-02renamed outputBuffer.[ch] to pipe.[ch]Max Kellermann1-1/+1
2008-10-08CPP include cleanupMax Kellermann1-2/+2
2008-08-26moved code to pc_init(), dc_init()Max Kellermann1-21/+1
2008-08-26renamed player.c to player_control.cMax Kellermann1-1/+1
2008-08-26renamed decode.h to decoder_control.hMax Kellermann1-1/+1
2008-08-26moved global variable "pc" to player.hMax Kellermann1-1/+1
2008-08-26moved global variable "ob" to outputBuffer.hMax Kellermann1-1/+1
2008-08-26moved variable "dc" to decode.hMax Kellermann1-1/+1
2008-08-26added PlayerControl.commandMax Kellermann1-0/+1
2008-08-26added OutputBuffer.notifyMax Kellermann1-1/+1
2008-08-26merged start, stop, seek into DecoderControl.commandMax Kellermann1-0/+1
2008-06-02remove audioDeviceStates from playerData and getPlayerDataEric Wong1-20/+1
2008-06-01notify: don't use camelCase in notify.[ch]Max Kellerman1-2/+2
2008-04-13Make the OutputBuffer API more consistentEric Wong1-3/+3
2008-04-13Stop passing our single OutputBuffer object everywhereEric Wong1-2/+3
2008-04-13Stop passing our single DecoderControl object everywhereEric Wong1-7/+4
2008-04-13Get rid of PlayerControl inside the PlayerData structEric Wong1-17/+8
2008-04-12clean up CPP includesMax Kellermann1-1/+0
2008-04-12added output_buffer_free()Max Kellermann1-0/+1
2008-04-12remove buffered_chunks, use cb->sizeMax Kellermann1-1/+1
2008-04-12pass buffered_chunks to initOutputBuffer()Max Kellermann1-1/+1
2008-04-12make playerData_pd staticMax Kellermann1-39/+32
2008-04-12allocate playerData_pd from heap instead of shmMax Kellermann1-8/+2
2008-04-12don't allocate pd.auddioDeviceStates from shmMax Kellermann1-5/+4
2008-04-12let initOutputBuffer() allocate memoryMax Kellermann1-7/+3
2008-04-12use the notify API in the playerMax Kellermann1-0/+1
2008-04-12use the notify API in the decoderMax Kellermann1-0/+1
2008-04-12added struct OutputBufferChunkMax Kellermann1-2/+2
2008-04-12Start using song pointers in core data structuresEric Wong1-4/+3
2008-04-12Drop metadata updates from HTTP for now (input HTTP, and shout)Eric Wong1-3/+0
2008-04-12Initial cut of fork() => pthreads() for decoder and playerEric Wong1-2/+0
2008-04-12unsigned integers in playerData.[ch]Max Kellermann1-4/+3
2008-03-26moved code to initOutputBuffer()Max Kellermann1-16/+3
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-8/+1
2007-12-28Merge branches/ew r7104Eric Wong1-4/+4
2007-06-04Set a flag if we've sent the player process SIGSTOP so that we know not toJ. Alexander Treuman1-0/+1
2007-06-04Don't kill the player process (and effectively the decode process) whenJ. Alexander Treuman1-1/+0
2007-06-01Tell the player process (and thus also the decode process) to quit whenJ. Alexander Treuman1-0/+1
2007-05-27Increasing default buffer_before_play from 0% to 10%.J. Alexander Treuman1-2/+2
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman1-18/+6
2007-05-24Reverting to the full lsr API. Turns out the simple API needs all of theJ. Alexander Treuman1-0/+1
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2006-08-18fix a few warnings on 64-bit machinesEric Wong1-1/+1
2006-08-14Several bugfixes during exit found by valgrindEric Wong1-0/+5
2006-08-06merge changes from mpd-tree:Warren Dukes1-13/+6
2006-08-01audio: get rid of the myAudioDevicesEnabled arrayEric Wong1-2/+2
2006-08-01audio: remove AUDIO_MAX_DEVICES limitEric Wong1-0/+6
2006-08-01playerData: move player_pid into the main playerData structureEric Wong1-20/+2
2006-08-01Several fixes uncovered with -pedanticEric Wong1-2/+2
2006-07-20Add mpd-indent.shAvuton Olrich1-52/+59