aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2013-04-08decoder/gme: convert to C++Max Kellermann3-75/+135
2013-04-08InputStream: use gcc.h attributesMax Kellermann1-6/+6
2013-04-08event/TimeoutMonitor: eliminate support for periodic eventsMax Kellermann8-27/+17
2013-04-08StateFile: schedule timer only after a changeMax Kellermann3-17/+14
2013-04-08StateFile: move code to RememberVersions(), IsModified()Max Kellermann2-12/+33
2013-04-08StateFile: make AutoWrite() privateMax Kellermann1-1/+3
2013-04-08Idle: fix typo in API documentationMax Kellermann1-1/+1
2013-04-08decoder/ffmpeg: suppress warning about unused variableMax Kellermann1-0/+2
2013-04-08command: don't check audio_format if not playingMax Kellermann1-7/+8
2013-04-08player_control: don't emit IDLE_PLAYER before audio format is knownMax Kellermann2-2/+4
2013-04-08command: don't print undefined audio_formatMax Kellermann1-6/+9
2013-04-05ffmpeg decoder plugin: do not allocate an AVFrame on stack.Anton Khirnov1-5/+24
2013-04-05ffmpeg decoder plugin: do not allocate an AVFrame on stack.Anton Khirnov1-3/+16
2013-02-27GlobalEvents: use g_idle_add() instead of WakeFD()Max Kellermann1-28/+5
2013-02-27GlobalEvents: wake up only if the flags were emptyMax Kellermann1-1/+1
2013-02-27Idle, GlobalEvents: use std::atomic::exchange()Max Kellermann2-2/+2
2013-02-27IcyMetaDataServer: increment iteratorOddegamra1-1/+1
2013-02-27Add some comments to keep track of timer units.Hagen Fritsch1-3/+5
2013-02-27clock: fix usec-to-usec factorHagen Fritsch1-1/+1
2013-02-27clock: add missing includeHagen Fritsch1-0/+3
2013-02-22mixer_plugin: convert to C++Max Kellermann25-56/+47
2013-02-22{output,mixer}/winmm: convert to C++Max Kellermann4-55/+66
2013-02-19command: allow to omit END in ranges (START:END)Jörg Thalheim1-1/+1
2013-02-04output/alsa: workaround for noise after manual song changeMax Kellermann1-0/+20
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-04player_thread: implement missing "idle" events on output errorsMax Kellermann1-1/+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