aboutsummaryrefslogtreecommitdiff
path: root/src/playerData.c
Commit message (Expand)AuthorAge
* 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
* sparse: ANSI-fy function declarationsEric Wong2006-07-17
* Fix the undefined reference to `playerInitReal'Avuton Olrich2006-07-14
* Change shank's email addressJ. Alexander Treuman2006-07-14
* Huge header update, update the copyright and addAvuton Olrich2006-07-13
* fix some uninitialized variables (found by valgrind)Eric Wong2006-03-16
* DJWLindenaar balanced tree and master process patchQball Cow2005-11-16
* set buffer_before_play default to 0%Warren Dukes2005-03-05
* merge shank-rewrite-config changesWarren Dukes2004-10-28
* mechanism for updating metadata while decodingWarren Dukes2004-06-06
* todo updateWarren Dukes2004-06-06
* ogg voribs comment parsing on the fly in the decoderWarren Dukes2004-06-01
* some stream metadata fixesWarren Dukes2004-05-31
* icynames are now copied to title of streamsWarren Dukes2004-05-31
* new OutputBuffer abstraction stuff, implemented for mp3, now need toWarren Dukes2004-05-07
* add vim shiznit to end of all source filesWarren Dukes2004-04-14
* adjust scaling of software volumeWarren Dukes2004-04-11