aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2013-05-06PlaylistFile: use DirectoryReader and file system APIDenis Krjuchkov1-27/+24
2013-05-06ClientFile: use Path and file system API, update usages accordinglyDenis Krjuchkov4-10/+36
2013-05-06ClientFile.cxx: include config.hDenis Krjuchkov1-0/+1
2013-05-06UpdateWalk, ExcludeList: use Path, file system API, DirectoryReader, log in UTF8Denis Krjuchkov3-31/+27
2013-05-05DirectoryReader: rename Failed() to HasFailed() for consistency with TextFileDenis Krjuchkov2-5/+5
2013-04-17Main: move global variables to struct InstanceMax Kellermann11-38/+148
2013-04-17GlobalEvents: include windows.h for DELETE macro workaroundMax Kellermann1-0/+1
2013-04-17decoder_buffer: convert to C++Max Kellermann3-40/+37
2013-04-17decoder/faad: convert to C++Max Kellermann3-50/+78
2013-04-17song_sort: convert to C++Max Kellermann3-7/+10
2013-04-17encoder_list: convert to C++Max Kellermann6-17/+9
2013-04-17input/soup: plugin removedMax Kellermann4-525/+1
2013-04-17don't use g_thread_init() with GLib 2.32Max Kellermann1-0/+2
2013-04-17use g_thread_new() if GLib is recent enoughMax Kellermann5-9/+26
2013-04-17OutputInternal: use Mutex instead of GMutexMax Kellermann6-89/+62
2013-04-17thread/Cond: add method timed_wait()Max Kellermann2-2/+19
2013-04-17output/oss,null: use new/deleteMax Kellermann2-51/+50
2013-04-17output: convert to C++Max Kellermann15-79/+24
2013-04-17output/solaris: convert to C++Max Kellermann3-28/+43
2013-04-17output/openal: convert to C++Max Kellermann3-39/+54
2013-04-17output/ao: convert to C++Max Kellermann3-62/+87
2013-04-17output/shout: convert to C++Max Kellermann3-139/+142
2013-04-17output/ffado: remove broken pluginMax Kellermann3-388/+0
2013-04-17output/mvp: remove obsolete pluginMax Kellermann3-373/+0
2013-04-17output/jack: convert to C++Max Kellermann3-94/+114
2013-04-17output/fifo: convert to C++Max Kellermann3-102/+114
2013-04-17output/pipe: convert to C++Max Kellermann3-31/+62
2013-04-17output/recorder: convert to C++Max Kellermann3-63/+87
2013-04-16MixerInternal: use Mutex instead of GMutexMax Kellermann2-27/+10
2013-04-16mixer/software: use gcc_unused instead of G_GNUC_UNUSEDMax Kellermann1-5/+5
2013-04-16MixerInternal: convert to classMax Kellermann18-139/+107
2013-04-16mixer/winmm: convert to a classMax Kellermann1-10/+12
2013-04-16mixer/Software: convert to a classMax Kellermann1-20/+22
2013-04-16mixer/Pulse: convert to a classMax Kellermann4-32/+28
2013-04-16mixer/Oss: convert to a classMax Kellermann1-51/+92
2013-04-16mixer/Alsa: convert to a classMax Kellermann1-67/+103
2013-04-16output/Pulse: convert to C++Max Kellermann5-163/+165
2013-04-16output/roar: work around libroar's use of "new"Max Kellermann1-0/+4
2013-04-11util/Manual: work around strict-aliasing warningMax Kellermann1-0/+9
2013-04-09pcm_export: convert to C++Max Kellermann5-249/+220
2013-04-09pcm_*: move to src/pcm/Max Kellermann53-18/+18
2013-04-09utils: convert to C++Max Kellermann4-25/+18
2013-04-09string_util: convert to C++Max Kellermann12-42/+19
2013-04-09OpusReader: don't use strndup()Max Kellermann3-65/+4
2013-04-09cue_parser: convert to C++Max Kellermann6-480/+467
2013-04-09playlist/cue: add constructor/destructorMax Kellermann1-11/+13
2013-04-09decoder_plugin: convert to C++Max Kellermann1-7/+7
2013-04-08tokenizer: convert to C++Max Kellermann5-151/+146
2013-04-08uri: convert to C++Max Kellermann25-88/+39
2013-04-08decoder/gme: fix rounding errorMax Kellermann1-1/+1