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