aboutsummaryrefslogtreecommitdiffstats
path: root/src/SongSave.hxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-07-30*Save, *State: use the OutputStream API instead of FILE*Max Kellermann1-4/+3
2014-01-13copyright year 2014Max Kellermann1-1/+1
2014-01-09DetachedSong: fork of struct SongMax Kellermann1-2/+6
2013-10-19*: use references instead of pointersMax Kellermann1-1/+1
2013-09-04util/Error: new error passing libraryMax Kellermann1-5/+3
2013-07-28song: convert header to C++Max Kellermann1-3/+3
2013-01-30TagPool, ...: include cleanupMax Kellermann1-1/+1
2013-01-03TextFile: convert to a classMax Kellermann1-2/+3
2013-01-03Directory: rename struct directory to DirectoryMax Kellermann1-2/+2
2013-01-02db_save, state_file: convert to C++Max Kellermann1-3/+3
2012-01-24directory: replace songvec with doubly linked listMax Kellermann1-4/+0
2011-03-31fix common misspellingsJonathan Neuschäfer1-1/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-07-25queue_save: save tags and range of non-database songsMax Kellermann1-0/+4
2010-07-21song_save: pass const songvec to songvec_save()Max Kellermann1-1/+2
2010-07-21song_save: include cleanupMax Kellermann1-1/+0
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-01song_save: load one song at a timeMax Kellermann1-5/+7
2009-11-01text_file: allocate line buffers dynamicallyMax Kellermann1-1/+1
2009-07-05song_save: use GError for error handlingMax Kellermann1-2/+14
2009-07-05song_save: no CamelCaseMax Kellermann1-2/+2
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2008-10-31added prefix to header macrosMax Kellermann1-2/+2
2008-10-08song: converted typedef Song to struct songMax Kellermann1-1/+2
2008-10-08directory: converted typedef Directory to struct directoryMax Kellermann1-1/+1
2008-09-23Replace SongList with struct songvecEric Wong1-2/+4
2008-09-07song: moved code to song_print.c, song_save.cMax Kellermann1-5/+6
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