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