summaryrefslogtreecommitdiff
path: root/src/playerData.h
AgeCommit message (Expand)Author
2008-10-31added prefix to header macrosMax Kellermann
2008-08-26moved code to pc_init(), dc_init()Max Kellermann
2008-08-26moved global variable "pc" to player.hMax Kellermann
2008-08-26moved global variable "ob" to outputBuffer.hMax Kellermann
2008-08-26moved variable "dc" to decode.hMax Kellermann
2008-08-26clean up CPP includesMax Kellermann
2008-06-02remove audioDeviceStates from playerData and getPlayerDataEric Wong
2008-04-13Make the OutputBuffer API more consistentEric Wong
2008-04-13Stop passing our single OutputBuffer object everywhereEric Wong
2008-04-13Stop passing our single DecoderControl object everywhereEric Wong
2008-04-13Get rid of PlayerControl inside the PlayerData structEric Wong
2008-04-12clean up CPP includesMax Kellermann
2008-04-12remove buffered_chunks, use cb->sizeMax Kellermann
2008-04-12moved CHUNK_SIZE to outputBuffer.hMax Kellermann
2008-04-12unsigned integers in playerData.[ch]Max Kellermann
2007-04-05The massive copyright updateAvuton Olrich
2006-08-20Fix warnings for -Wmissing-prototypesAvuton Olrich
2006-08-06merge changes from mpd-tree:Warren Dukes
2006-08-01audio: get rid of the myAudioDevicesEnabled arrayEric Wong
2006-08-01audio: remove AUDIO_MAX_DEVICES limitEric Wong
2006-08-01playerData: move player_pid into the main playerData structureEric Wong
2006-07-20Add mpd-indent.shAvuton Olrich
2006-07-14Change shank's email addressJ. Alexander Treuman
2006-07-13Huge header update, update the copyright and addAvuton Olrich
2005-11-16DJWLindenaar balanced tree and master process patchQball Cow
2004-11-02enabling and disabling individual audioOutputs is mostly done, just needWarren Dukes
2004-05-10some more work on organizing code for resampling/audioFormat conversionWarren Dukes
2004-05-07new OutputBuffer abstraction stuff, implemented for mp3, now need toWarren Dukes
2004-04-14add vim shiznit to end of all source filesWarren Dukes
2004-04-11add volatile qualifiers to some shared mem buffer stuff, to enusre compilerWarren Dukes
2004-04-01use 16-bit signed ints for storing positions in the ring bufferWarren Dukes
2004-03-18bunch of autotool cleanupsWarren Dukes
2004-03-05make chunk_size 1020, so its divisible for 8,16,24, and 32-bit audioWarren Dukes
2004-02-25some more cleanupsWarren Dukes
2004-02-23import from SF CVSWarren Dukes