summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-01-09EventPipe: rename to GlobalEventsMax Kellermann
2013-01-09EventPipe: use Mutex instead of GMutexMax Kellermann
2013-01-09event_pipe.h: convert to C++Max Kellermann
2013-01-09sig_handlers, log: convert to C++Max Kellermann
2013-01-09mixer/{alsa,pulse}: convert to C++Max Kellermann
2013-01-09Playlist.hxx: move prototype to PlaylistGlobal.hxxMax Kellermann
2013-01-09Playlist: move playlist_increment_version_all() into the classMax Kellermann
2013-01-09event_pipe: convert to C++Max Kellermann
2013-01-09idle: convert to C++Max Kellermann
2013-01-09ReplayGainCoinfig: initialize replay_gain_limit with default valueMax Kellermann
2013-01-09ReplayGainCoinfig: make DEFAULT_REPLAYGAIN_LIMIT staticMax Kellermann
2013-01-09ClientList: don't use GLibMax Kellermann
2013-01-09ClientList: add header ClientList.hxxMax Kellermann
2013-01-09zeroconf-bonjour: include Listen.hxx instead of listen.hMax Kellermann
2013-01-08Queue: use std::stable_sort() instead of g_qsort_with_data()Max Kellermann
2013-01-08song: don't use GLibMax Kellermann
2013-01-08util/list: don't use GLibMax Kellermann
2013-01-08Queue: allocate memory with new/deleteMax Kellermann
2013-01-08Queue: use signed integer instead of G_MAXUINTMax Kellermann
2013-01-08Queue: move code to new class IdTableMax Kellermann
2013-01-08Queue: rename internal typesMax Kellermann
2013-01-08Queue: move HASH_MULT and Item into the Queue classMax Kellermann
2013-01-08Queue: move GenerateId() and others into the classMax Kellermann
2013-01-08decoder/OggUtil,Opus: move code to new class OggSyncStateMax Kellermann
2013-01-08decoder/Opus: read total timeMax Kellermann
2013-01-08decoder/OggUtil: add OggExpectPageSeek()Max Kellermann
2013-01-08decoder/Opus: move page reader into the decoder classMax Kellermann
2013-01-08decoder/Opus: move code to HandlePackets()Max Kellermann
2013-01-08decoder/Opus: make internal methods inlineMax Kellermann
2013-01-08decoder/OggUtil: add OggExpectFirstPage() and OggExpectPageIn()Max Kellermann
2013-01-08decoder/Opus: use OggExpectPage() in main loopMax Kellermann
2013-01-08decoder/OggUtil: add struct forward declarationsMax Kellermann
2013-01-07input_stream: add method _cheap_seeking()Max Kellermann
2013-01-07decoder/ogg_codec: convert to C++Max Kellermann
2013-01-07decoder/vorbis: convert to C++Max Kellermann
2013-01-07Queue: don't include glib.hMax Kellermann
2013-01-07Queue: use C++ random instead of GLib's GRandMax Kellermann
2013-01-07util/LazyRandomEngine: lazy wrapper for std::mt19937Max Kellermann
2013-01-07Queue: move queue_shuffle_order_first() into the classMax Kellermann
2013-01-07Queue: move queue_shuffle_order_range() into the classMax Kellermann
2013-01-07Playlist: convert functions to methodsMax Kellermann
2013-01-07DatabaseQueue: pass DatabaseSelection to Add...()Max Kellermann
2013-01-07Client: add Partition reference attributeMax Kellermann
2013-01-07TagPool: use the Mutex class instead of GStaticMutexMax Kellermann
2013-01-07tag: convert to C++Max Kellermann
2013-01-07DatabaseLock: use the Mutex class instead of GLib's GMutexMax Kellermann
2013-01-07thread/Mutex: don't use std::mutexMax Kellermann
2013-01-07replay_gain_info, ...: use cmath instead of math.h in C++ modeMax Kellermann
2013-01-07filter/replay_gain: convert to C++Max Kellermann
2013-01-07decoder_api.h, ...: add "extern C"Max Kellermann