aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2013-02-04output/alsa: pre-allocate the silence bufferMax Kellermann1-14/+15
2013-02-04output/alsa: move code to alsa_write_silence()Max Kellermann1-14/+23
2013-02-04SocketUtil: add separators to g_prefix_error() callMax Kellermann1-3/+3
2013-02-04output/alsa: default "device" is an empty stringMax Kellermann1-1/+1
2013-02-04event/ServerSocket: close only sockets that have been openedMax Kellermann1-1/+3
2013-02-04decoder/Opus: replace non-static data member initializersMax Kellermann1-6/+9
2013-02-04ServerSocket: Initialize length variableUli Schlachter1-1/+1
2013-02-02StateFile: use file system API, log in UTF-8Denis Krjuchkov3-11/+16
2013-02-02SimpleDatabasePlugin: use file system API, log in UTF-8Denis Krjuchkov2-25/+24
2013-02-02UpdateIO.cxx: use file system API, log in UTF-8Denis Krjuchkov1-12/+17
2013-02-02UpdateWalk.cxx: use FileExistsDenis Krjuchkov1-3/+2
2013-02-02TextFile.hxx: use file system APIDenis Krjuchkov1-3/+2
2013-02-02SongUpdate.cxx: use StatFileDenis Krjuchkov1-1/+2
2013-02-02PlaylistSave.cxx: use FOpenDenis Krjuchkov1-1/+1
2013-02-02PlaylistFile.cxx: use file system APIDenis Krjuchkov1-6/+5
2013-02-02ExcludeList.cxx: use FOpenDenis Krjuchkov1-2/+2
2013-02-02ConfigFile.cxx: use FOpenModeDenis Krjuchkov1-1/+1
2013-02-02Path.hxx: add GetDirectoryName() methodDenis Krjuchkov1-0/+9
2013-02-02FileSystem.hxx: add FOpen modes for appending filesDenis Krjuchkov1-0/+10
2013-02-02FilterInternal: convert struct filter to a OO interfaceMax Kellermann24-787/+515
2013-02-02output/null: convert to C++Max Kellermann3-22/+29
2013-02-02filter/*: don't use GLib macrosMax Kellermann6-26/+20
2013-02-01filter/Chain: use std::forward_list instead of GSListMax Kellermann1-41/+20
2013-02-01filter: convert to C++Max Kellermann20-121/+108
2013-02-01PcmMix: merge duplicate code with templatesMax Kellermann1-110/+44
2013-02-01PcmUtils: remove pcm_range(), use PcmClamp() insteadMax Kellermann3-36/+12
2013-02-01PcmUtils: make PcmClamp() 64-bit-safe, add missing castMax Kellermann1-2/+2
2013-02-01PcmUtils: remove unused clamp functionsMax Kellermann1-14/+0
2013-02-01PcmFormat: merge duplicate code with a templateMax Kellermann2-89/+95
2013-02-01PcmChannels: merge duplicate code with a templateMax Kellermann1-38/+9
2013-02-01ConfigTemplates: fix typo in id3v1_encodingMax Kellermann1-1/+1
2013-01-31PcmDither: use constexprMax Kellermann1-10/+8
2013-01-31PcmDither: convert struct to a classMax Kellermann6-47/+43
2013-01-31pcm_*: convert to C++Max Kellermann19-111/+119
2013-01-31gcc.h: add "restrict" macro for C++Max Kellermann1-0/+8
2013-01-31mixer/software, filter/volume: convert to C++Max Kellermann5-24/+27
2013-01-31ZeroconfBonjour: fix OnSocketReady() return typeMax Kellermann1-1/+2
2013-01-31filter/convert: remove unused attributeMax Kellermann1-5/+0
2013-01-31pcm_convert: convert to C++Max Kellermann7-203/+214
2013-01-30util/Manual: new template classMax Kellermann1-0/+111
2013-01-30filter/convert: convert to C++Max Kellermann6-67/+71
2013-01-30filter/autoconvert: include cleanupMax Kellermann1-5/+3
2013-01-30TagPool, ...: include cleanupMax Kellermann25-77/+44
2013-01-30ConfigData: use simple linked list instead of GSListMax Kellermann4-40/+38
2013-01-30ConfigData: forbid copying a config_param objectMax Kellermann1-0/+4
2013-01-30FilterConfig: add missing glib.h includeMax Kellermann1-0/+2
2013-01-30ConfigData: move functions into the classMax Kellermann4-34/+34
2013-01-30ConfigData: add constructors/destructorsMax Kellermann5-44/+22
2013-01-30ConfigData: use std::string in block_paramMax Kellermann3-15/+11
2013-01-30ConfigData: use std::vector for the block_param listMax Kellermann3-31/+17