| Commit message (Expand) | Author | Age | Files | Lines |
* | added prefix to header macros | Max Kellermann | 2008-10-31 | 1 | -2/+2 |
* | moved code to pc_init(), dc_init() | Max Kellermann | 2008-08-26 | 1 | -0/+1 |
* | moved global variable "pc" to player.h | Max Kellermann | 2008-08-26 | 1 | -3/+0 |
* | moved global variable "ob" to outputBuffer.h | Max Kellermann | 2008-08-26 | 1 | -2/+0 |
* | moved variable "dc" to decode.h | Max Kellermann | 2008-08-26 | 1 | -2/+0 |
* | clean up CPP includes | Max Kellermann | 2008-08-26 | 1 | -2/+0 |
* | remove audioDeviceStates from playerData and getPlayerData | Eric Wong | 2008-06-02 | 1 | -8/+0 |
* | Make the OutputBuffer API more consistent | Eric Wong | 2008-04-13 | 1 | -1/+1 |
* | Stop passing our single OutputBuffer object everywhere | Eric Wong | 2008-04-13 | 1 | -1/+1 |
* | Stop passing our single DecoderControl object everywhere | Eric Wong | 2008-04-13 | 1 | -1/+1 |
* | Get rid of PlayerControl inside the PlayerData struct | Eric Wong | 2008-04-13 | 1 | -1/+1 |
* | clean up CPP includes | Max Kellermann | 2008-04-12 | 1 | -2/+0 |
* | remove buffered_chunks, use cb->size | Max Kellermann | 2008-04-12 | 1 | -1/+0 |
* | moved CHUNK_SIZE to outputBuffer.h | Max Kellermann | 2008-04-12 | 1 | -3/+0 |
* | unsigned integers in playerData.[ch] | Max Kellermann | 2008-04-12 | 1 | -2/+2 |
* | The massive copyright update | Avuton Olrich | 2007-04-05 | 1 | -1/+1 |
* | Fix warnings for -Wmissing-prototypes | Avuton Olrich | 2006-08-20 | 1 | -3/+3 |
* | merge changes from mpd-tree: | Warren Dukes | 2006-08-06 | 1 | -3/+0 |
* | audio: get rid of the myAudioDevicesEnabled array | Eric Wong | 2006-08-01 | 1 | -1/+1 |
* | audio: remove AUDIO_MAX_DEVICES limit | Eric Wong | 2006-08-01 | 1 | -1/+1 |
* | playerData: move player_pid into the main playerData structure | Eric Wong | 2006-08-01 | 1 | -0/+1 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -1/+1 |
* | Change shank's email address | J. Alexander Treuman | 2006-07-14 | 1 | -1/+1 |
* | Huge header update, update the copyright and add | Avuton Olrich | 2006-07-13 | 1 | -1/+1 |
* | DJWLindenaar balanced tree and master process patch | Qball Cow | 2005-11-16 | 1 | -0/+2 |
* | enabling and disabling individual audioOutputs is mostly done, just need | Warren Dukes | 2004-11-02 | 1 | -1/+1 |
* | some more work on organizing code for resampling/audioFormat conversion | Warren Dukes | 2004-05-10 | 1 | -1/+0 |
* | new OutputBuffer abstraction stuff, implemented for mp3, now need to | Warren Dukes | 2004-05-07 | 1 | -14/+2 |
* | add vim shiznit to end of all source files | Warren Dukes | 2004-04-14 | 1 | -0/+1 |
* | add volatile qualifiers to some shared mem buffer stuff, to enusre compiler | Warren Dukes | 2004-04-11 | 1 | -8/+8 |
* | use 16-bit signed ints for storing positions in the ring buffer | Warren Dukes | 2004-04-01 | 1 | -4/+4 |
* | bunch of autotool cleanups | Warren Dukes | 2004-03-18 | 1 | -0/+2 |
* | make chunk_size 1020, so its divisible for 8,16,24, and 32-bit audio | Warren Dukes | 2004-03-05 | 1 | -1/+2 |
* | some more cleanups | Warren Dukes | 2004-02-25 | 1 | -1/+1 |
* | import from SF CVS | Warren Dukes | 2004-02-23 | 1 | -0/+58 |