index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2013-01-09
EventPipe: rename to GlobalEvents
Max Kellermann
2013-01-09
EventPipe: use Mutex instead of GMutex
Max Kellermann
2013-01-09
event_pipe.h: convert to C++
Max Kellermann
2013-01-09
sig_handlers, log: convert to C++
Max Kellermann
2013-01-09
mixer/{alsa,pulse}: convert to C++
Max Kellermann
2013-01-09
Playlist.hxx: move prototype to PlaylistGlobal.hxx
Max Kellermann
2013-01-09
Playlist: move playlist_increment_version_all() into the class
Max Kellermann
2013-01-09
event_pipe: convert to C++
Max Kellermann
2013-01-09
idle: convert to C++
Max Kellermann
2013-01-09
ReplayGainCoinfig: initialize replay_gain_limit with default value
Max Kellermann
2013-01-09
ReplayGainCoinfig: make DEFAULT_REPLAYGAIN_LIMIT static
Max Kellermann
2013-01-09
ClientList: don't use GLib
Max Kellermann
2013-01-09
ClientList: add header ClientList.hxx
Max Kellermann
2013-01-09
zeroconf-bonjour: include Listen.hxx instead of listen.h
Max Kellermann
2013-01-08
Queue: use std::stable_sort() instead of g_qsort_with_data()
Max Kellermann
2013-01-08
song: don't use GLib
Max Kellermann
2013-01-08
util/list: don't use GLib
Max Kellermann
2013-01-08
Queue: allocate memory with new/delete
Max Kellermann
2013-01-08
Queue: use signed integer instead of G_MAXUINT
Max Kellermann
2013-01-08
Queue: move code to new class IdTable
Max Kellermann
2013-01-08
Queue: rename internal types
Max Kellermann
2013-01-08
Queue: move HASH_MULT and Item into the Queue class
Max Kellermann
2013-01-08
Queue: move GenerateId() and others into the class
Max Kellermann
2013-01-08
decoder/OggUtil,Opus: move code to new class OggSyncState
Max Kellermann
2013-01-08
decoder/Opus: read total time
Max Kellermann
2013-01-08
decoder/OggUtil: add OggExpectPageSeek()
Max Kellermann
2013-01-08
decoder/Opus: move page reader into the decoder class
Max Kellermann
2013-01-08
decoder/Opus: move code to HandlePackets()
Max Kellermann
2013-01-08
decoder/Opus: make internal methods inline
Max Kellermann
2013-01-08
decoder/OggUtil: add OggExpectFirstPage() and OggExpectPageIn()
Max Kellermann
2013-01-08
decoder/Opus: use OggExpectPage() in main loop
Max Kellermann
2013-01-08
decoder/OggUtil: add struct forward declarations
Max Kellermann
2013-01-07
input_stream: add method _cheap_seeking()
Max Kellermann
2013-01-07
decoder/ogg_codec: convert to C++
Max Kellermann
2013-01-07
decoder/vorbis: convert to C++
Max Kellermann
2013-01-07
Queue: don't include glib.h
Max Kellermann
2013-01-07
Queue: use C++ random instead of GLib's GRand
Max Kellermann
2013-01-07
util/LazyRandomEngine: lazy wrapper for std::mt19937
Max Kellermann
2013-01-07
Queue: move queue_shuffle_order_first() into the class
Max Kellermann
2013-01-07
Queue: move queue_shuffle_order_range() into the class
Max Kellermann
2013-01-07
Playlist: convert functions to methods
Max Kellermann
2013-01-07
DatabaseQueue: pass DatabaseSelection to Add...()
Max Kellermann
2013-01-07
Client: add Partition reference attribute
Max Kellermann
2013-01-07
TagPool: use the Mutex class instead of GStaticMutex
Max Kellermann
2013-01-07
tag: convert to C++
Max Kellermann
2013-01-07
DatabaseLock: use the Mutex class instead of GLib's GMutex
Max Kellermann
2013-01-07
thread/Mutex: don't use std::mutex
Max Kellermann
2013-01-07
replay_gain_info, ...: use cmath instead of math.h in C++ mode
Max Kellermann
2013-01-07
filter/replay_gain: convert to C++
Max Kellermann
2013-01-07
decoder_api.h, ...: add "extern C"
Max Kellermann
[next]