aboutsummaryrefslogtreecommitdiffstats
path: root/src/DatabaseVisitor.hxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-30*: update copyright year to 2013Max Kellermann1-1/+1
2013-09-04util/Error: new error passing libraryMax Kellermann1-6/+5
2013-07-28song: convert header to C++Max Kellermann1-2/+2
2013-01-03Directory: rename struct directory to DirectoryMax Kellermann1-3/+3
2013-01-02PlaylistInfo: rename class, use std::stringMax Kellermann1-2/+2
2012-08-15DatabasePlugin: add method VisitUniqueTags()Max Kellermann1-0/+2
2012-08-07Database{Plugin,Visitor}: pass referencesMax Kellermann1-3/+4
2012-08-02DatabaseVisitor, ...: use GError forward declarationMax Kellermann1-2/+2
2012-08-01db_plugin: convert to C++Max Kellermann1-17/+10
2011-09-10db_plugin: introducing a plugin API for the song databaseMax Kellermann1-14/+12
2011-08-30ntp_server: move code to udp_server.cMax Kellermann1-5/+3
2011-08-29ntp_server: use the I/O threadMax Kellermann1-12/+8
2011-08-28output/raop: move NTP code to separate libraryMax Kellermann1-21/+20
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-10-16update: obey .mpdignore filesMax Kellermann1-7/+22
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-03-02directory: directory_load() returns GErrorMax Kellermann1-2/+5
2008-10-31added prefix to header macrosMax Kellermann1-2/+2
2008-10-09diretory: moved code to directory_save.c, directory_print.cMax Kellermann1-4/+8
2008-10-08don't include os_compat.hMax Kellermann1-1/+1
2008-09-07tag: added buffered versions of the tag_print.c codeMax Kellermann1-5/+5
2008-09-07tag: moved code to tag_print.cMax Kellermann1-4/+7
2008-08-26renamed decoderInit() to decoder_thread_start()Max Kellermann1-1/+1
2008-08-26renamed decode.c to decoder_thread.cMax Kellermann1-5/+4
2008-08-26moved global variable "pc" to player.hMax Kellermann1-3/+0
2008-08-26moved global variable "ob" to outputBuffer.hMax Kellermann1-2/+0
2008-08-26moved variable "dc" to decode.hMax Kellermann1-2/+0
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