aboutsummaryrefslogtreecommitdiffstats
path: root/src/Instance.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-02-04db/DatabaseListener: add method OnDatabaseSongRemoved()Max Kellermann1-7/+22
2014-02-04Instance: merge DatabaseModified() into OnDatabaseModified()Max Kellermann1-11/+7
2014-02-04Instance: add Database attributeMax Kellermann1-2/+12
2014-02-01Playlist: pass Database to DatabaseModified()Max Kellermann1-1/+2
2014-01-30db: add compile-time option to disable databaseMax Kellermann1-0/+8
2014-01-26neighbor: new subsystem to detect file servers on the local networkMax Kellermann1-0/+16
2014-01-13copyright year 2014Max Kellermann1-1/+1
2014-01-11DatabasePlugin: add interface DatabaseListenerMax Kellermann1-0/+6
2014-01-11UpdateGlue: move stats_invalidate() call to Instance::DatabaseModified()Max Kellermann1-0/+2
2014-01-09DetachedSong: fork of struct SongMax Kellermann1-2/+2
2013-10-22Partition: add method DatabaseModified()Max Kellermann1-1/+1
2013-10-21Partition: add methods TagModified(), SyncWithPlayer()Max Kellermann1-2/+2
2013-07-28song: convert header to C++Max Kellermann1-1/+1
2013-04-17Main: move global variables to struct InstanceMax Kellermann1-13/+16
2013-01-10notify: convert to C++Max Kellermann1-6/+20
2013-01-07util/LazyRandomEngine: lazy wrapper for std::mt19937Max Kellermann1-6/+9
2013-01-02{decoder,player}_thread: convert to C++Max Kellermann1-3/+3
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-10-31decoder_control: removed the global variable "dc"Max Kellermann1-1/+4
2009-03-13all: Update copyright header.Avuton Olrich1-7/+7
2008-10-31added prefix to header macrosMax Kellermann1-2/+2
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
2004-05-07new OutputBuffer abstraction stuff, implemented for mp3, now need toWarren Dukes1-14/+2