aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* decoder_api.h, ...: add "extern C"Max Kellermann2013-01-07
* mixer_all: convert to C++Max Kellermann2013-01-07
* volume: convert to C++Max Kellermann2013-01-07
* audio_config, volume, mixer_all: include cleanupMax Kellermann2013-01-07
* Queue: use std::swapMax Kellermann2013-01-06
* queue: convert all functions to methodsMax Kellermann2013-01-06
* Queue: add constructor and destructorMax Kellermann2013-01-06
* Playlist: add constructor and destructorMax Kellermann2013-01-06
* DatabaseQueue: force passing playlist reference to std::bind()Max Kellermann2013-01-06
* Partition: new class, container for Playlist and PlayerControlMax Kellermann2013-01-05
* filter/ReplayGain: add method _set_mode()Max Kellermann2013-01-05
* DecoderAPI: don't use replay_gain_get_real_mode()Max Kellermann2013-01-05
* DecoderAPI: _replay_gain() returns voidMax Kellermann2013-01-05
* replay_gain_*: convert to C++Max Kellermann2013-01-04
* replay_gain_config: remove unused variable replay_gain_mode_namesMax Kellermann2013-01-04
* DatabaseQueue: pass playlist objectMax Kellermann2013-01-04
* Client: add "playlist" attributeMax Kellermann2013-01-04
* PlayerControl: initialize all attributesMax Kellermann2013-01-04
* Client: initialize num_subscriptionsMax Kellermann2013-01-04
* Playlist: pass max_length to playlist_init()Max Kellermann2013-01-04
* PlayerControl: add constructor and destructorMax Kellermann2013-01-04
* player_control.h: convert header to C++Max Kellermann2013-01-04
* playlist: convert to C++Max Kellermann2013-01-04
* DecoderThread: move code to destructorMax Kellermann2013-01-04
* DecoderInternal: initialize replay_gain_serialMax Kellermann2013-01-04
* DecoderInternal: move initializers to constructorMax Kellermann2013-01-04
* MusicChunk: move functions to methodsMax Kellermann2013-01-04
* Mutex: new wrapper for std::mutex, replaces GMutexMax Kellermann2013-01-04
* MusicPipe: allocate with new/deleteMax Kellermann2013-01-04
* mpd_error.h: add missing glib.h includeMax Kellermann2013-01-04
* MusicBuffer: return memory to kernel when stopping playbackMax Kellermann2013-01-04
* HugeAllocator: new memory allocatorMax Kellermann2013-01-04
* SliceBuffer: lazy initializationMax Kellermann2013-01-04
* MusicBuffer: move code to template class SliceBufferMax Kellermann2013-01-04
* MusicBuffer: allocate with new/deleteMax Kellermann2013-01-04
* MusicBuffer: disable memory poisoningMax Kellermann2013-01-04
* Client, Inotify: use std::list instead of std::dequeMax Kellermann2013-01-04
* crossfade: convert to C++Max Kellermann2013-01-04
* buffer, pipe: convert to C++Max Kellermann2013-01-04
* output_*: convert to C++Max Kellermann2013-01-04
* decoder_*: convert to C++Max Kellermann2013-01-04
* pcm_convert: make C++ safeMax Kellermann2013-01-04
* CommandListBuilder: use std::list instead of GSListMax Kellermann2013-01-04
* CommandListBuilder: rename attributesMax Kellermann2013-01-04
* Client: move code to class CommandListBuilderMax Kellermann2013-01-04
* PlaylistFile: reuse classes PlaylistInfo and PlaylistVectorMax Kellermann2013-01-04
* PlaylistInfo: remove the obsolete list_head attributeMax Kellermann2013-01-04
* ClientNew: initialise the "idle" attributesMax Kellermann2013-01-03
* Client: add constructor and destructorMax Kellermann2013-01-03
* PlaylistFile: fix memory leakMax Kellermann2013-01-03