aboutsummaryrefslogtreecommitdiff
path: root/src/playerData.h
Commit message (Expand)AuthorAge
* added prefix to header macrosMax Kellermann2008-10-31
* moved code to pc_init(), dc_init()Max 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
* clean up CPP includesMax Kellermann2008-08-26
* remove audioDeviceStates from playerData and getPlayerDataEric Wong2008-06-02
* 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
* remove buffered_chunks, use cb->sizeMax Kellermann2008-04-12
* moved CHUNK_SIZE to outputBuffer.hMax Kellermann2008-04-12
* unsigned integers in playerData.[ch]Max Kellermann2008-04-12
* The massive copyright updateAvuton Olrich2007-04-05
* Fix warnings for -Wmissing-prototypesAvuton Olrich2006-08-20
* 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
* Add mpd-indent.shAvuton Olrich2006-07-20
* Change shank's email addressJ. Alexander Treuman2006-07-14
* Huge header update, update the copyright and addAvuton Olrich2006-07-13
* DJWLindenaar balanced tree and master process patchQball Cow2005-11-16
* enabling and disabling individual audioOutputs is mostly done, just needWarren Dukes2004-11-02
* some more work on organizing code for resampling/audioFormat conversionWarren Dukes2004-05-10
* 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
* add volatile qualifiers to some shared mem buffer stuff, to enusre compilerWarren Dukes2004-04-11
* use 16-bit signed ints for storing positions in the ring bufferWarren Dukes2004-04-01
* bunch of autotool cleanupsWarren Dukes2004-03-18
* make chunk_size 1020, so its divisible for 8,16,24, and 32-bit audioWarren Dukes2004-03-05
* some more cleanupsWarren Dukes2004-02-25
* import from SF CVSWarren Dukes2004-02-23