aboutsummaryrefslogtreecommitdiffstats
path: root/src/UpdateGlue.hxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-17UpdateGlue: never pass null to update_enqueue()Max Kellermann1-1/+4
2013-01-02update: convert to C++Max Kellermann1-5/+3
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-09-25update: added missing stdbool.h includeMax Kellermann1-0/+2
2009-09-24command: added command "rescan"Max Kellermann1-1/+1
2009-09-24update: pass const string to update_enqueue()Max Kellermann1-5/+7
2009-09-24update: renamed directory_update_init() to update_enqueue()Max Kellermann1-1/+1
2009-03-13all: Update copyright header.Avuton Olrich1-7/+7
2009-01-01event_pipe: added pipe_event enum and callbacksMax Kellermann1-2/+0
2008-11-27update: added update_global_init() and update_global_finish()Max Kellermann1-0/+4
2008-10-31added prefix to header macrosMax Kellermann1-2/+2
2008-10-09update: make the job id unsignedMax Kellermann1-2/+4
2008-10-09update: job ID must be positiveMax Kellermann1-2/+2
2008-10-09update: don't export updateDirectory()Max Kellermann1-11/+0
2008-10-08directory: converted typedef Directory to struct directoryMax Kellermann1-2/+2
2008-10-08update: merged exploreDirectory() into updateDirectory()Max Kellermann1-1/+1
2008-10-08directory: moved code to update.cMax Kellermann1-10/+20
2008-09-07audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann1-3/+4
2008-08-26moved code to crossfade.cMax Kellermann1-9/+10
2008-08-26clean up CPP includesMax Kellermann1-2/+0
2008-06-02remove audioDeviceStates from playerData and getPlayerDataEric Wong1-8/+0
2008-04-13Make the OutputBuffer API more consistentEric Wong1-1/+1
2008-04-13Stop passing our single OutputBuffer object everywhereEric Wong1-1/+1
2008-04-13Stop passing our single DecoderControl object everywhereEric Wong1-1/+1
2008-04-13Get rid of PlayerControl inside the PlayerData structEric Wong1-1/+1
2008-04-12clean up CPP includesMax Kellermann1-2/+0
2008-04-12remove buffered_chunks, use cb->sizeMax Kellermann1-1/+0
2008-04-12moved CHUNK_SIZE to outputBuffer.hMax Kellermann1-3/+0
2008-04-12unsigned integers in playerData.[ch]Max Kellermann1-2/+2
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2006-08-20Fix warnings for -Wmissing-prototypesAvuton Olrich1-3/+3
2006-08-06merge changes from mpd-tree:Warren Dukes1-3/+0
2006-08-01audio: get rid of the myAudioDevicesEnabled arrayEric Wong1-1/+1
2006-08-01audio: remove AUDIO_MAX_DEVICES limitEric Wong1-1/+1
2006-08-01playerData: move player_pid into the main playerData structureEric Wong1-0/+1
2006-07-20Add mpd-indent.shAvuton Olrich1-1/+1
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2005-11-16DJWLindenaar balanced tree and master process patchQball Cow1-0/+2
2004-11-02enabling and disabling individual audioOutputs is mostly done, just needWarren Dukes1-1/+1
2004-05-10some more work on organizing code for resampling/audioFormat conversionWarren Dukes1-1/+0
2004-05-07new OutputBuffer abstraction stuff, implemented for mp3, now need toWarren Dukes1-14/+2
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1
2004-04-11add volatile qualifiers to some shared mem buffer stuff, to enusre compilerWarren Dukes1-8/+8
2004-04-01use 16-bit signed ints for storing positions in the ring bufferWarren Dukes1-4/+4
2004-03-18bunch of autotool cleanupsWarren Dukes1-0/+2
2004-03-05make chunk_size 1020, so its divisible for 8,16,24, and 32-bit audioWarren Dukes1-1/+2
2004-02-25some more cleanupsWarren Dukes1-1/+1