aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Avoid integer overflow in MonotonicClock{S,MS,US}PHO2015-01-291-4/+4
* {playlist,input}/despotify: remove defunct pluginMax Kellermann2015-01-269-668/+0
* util/list: disable gcc5 warningMax Kellermann2015-01-231-0/+4
* ClientProcess: cast enum to int before passing to printf()Max Kellermann2015-01-231-3/+3
* db/proxy, output/shout: fix implicit nullptr/bool conversionMax Kellermann2014-12-262-4/+4
* db/{simple,proxy}, ...: add "override" keywordsMax Kellermann2014-12-267-22/+26
* util/{ASCII,UriUtil}, ...: work around -Wtautological-pointer-compareMax Kellermann2014-12-2610-0/+51
* DatabaseGlue: convert nullptr check to assertionMax Kellermann2014-12-261-3/+2
* util/ASCII: fix indentMax Kellermann2014-12-261-10/+10
* Compiler.h: add macro CLANG_CHECK_VERSION()Max Kellermann2014-12-261-0/+7
* Compiler.h: add macro GCC_OLDER_THAN()Max Kellermann2014-12-262-4/+12
* util/Manual: reimplement GCC_CHECK_VERSION() using GCC_MAKE_VERSION()Max Kellermann2014-12-261-4/+3
* Compiler.h: add macro GCC_MAKE_VERSION()Max Kellermann2014-12-261-6/+4
* playlist/embcue: fix filename suffix detectionk442014-12-161-1/+1
* decoder/ffmpeg: detect and fix negative time stampsMax Kellermann2014-12-151-4/+7
* decoder/ffmpeg: support FFmpeg 2.5Max Kellermann2014-12-081-0/+5
* thread/Id: drop "::" prefix before pthread function namesMax Kellermann2014-12-081-2/+2
* archive/zzip: fix inverted error handlerMax Kellermann2014-11-241-4/+5
* Client: assume uid==0 is local socketMax Kellermann2014-11-182-2/+2
* event/ServerSocket: fix get_remote_uid() error valueMax Kellermann2014-11-181-1/+1
* Construct a Null AllocatedPath if the filename conversion into UTF8 failedFlorent Le Coz2014-11-111-1/+5
* decoder/ffmpeg: support opusMax Kellermann2014-11-101-1/+2
* input/curl: fix curl_easy_setopt() parameter typesMax Kellermann2014-11-021-4/+4
* Decoder, Playlist: ignore URI query string for plugin detectionMax Kellermann2014-11-022-6/+8
* util/UriUtil: add uri_get_suffix() overload that ignores query stringMax Kellermann2014-11-022-0/+28
* PlaylistFile: don't allow empty playlist nameMax Kellermann2014-11-021-0/+4
* playlist/m3u: recognize the file suffix ".m3u8"Max Kellermann2014-11-022-1/+3
* decoder/faad: remove workaround for ancient libfaad2 ABI bugMax Kellermann2014-11-021-10/+2
* decoder/ffmpeg: recognize MIME type audio/aacpSteven OBrien2014-11-021-0/+1
* output/roar: remove unnecessary "volatile" keywordMax Kellermann2014-11-021-1/+1
* TagString: use g_strndup() for unterminated stringMax Kellermann2014-11-021-1/+1
* CommandLine: update copyright yearMax Kellermann2014-09-261-2/+2
* configure.ac: add option to disable the DSD decodersMax Kellermann2014-09-261-0/+2
* playlist/embcue: change name string to "embcue"Max Kellermann2014-09-261-1/+1
* OutputThread: retain negative mix ratioMax Kellermann2014-09-181-1/+10
* command/list: reset used size after the list has been processedAndrzej Rybczak2014-09-181-0/+1
* thread/Posix{Cond,Mutex}: don't ues PTHREAD_*_INITIALIZER on NetBSDMax Kellermann2014-09-133-1/+29
* decoder/ffmpeg: use memset() to initialize AVProbeDataMax Kellermann2014-09-091-0/+6
* decoder/ffmpeg: pass MIME type to ffmpeg/libav version 11Max Kellermann2014-09-071-0/+7
* Decoder*: add more assertionsMax Kellermann2014-09-072-0/+7
* DecoderThread: clear the pipe when handling late SEEKMax Kellermann2014-09-071-1/+11
* decoder/audiofile: fix crash after seekingMax Kellermann2014-09-061-1/+1
* protocol/ArgParser: fix integer overflow in parse_range()Max Kellermann2014-09-041-2/+2
* PlaylistControl: use SeekSongOrder(current) to keep current songMax Kellermann2014-08-311-1/+1
* PlaylistControl: move code to new method SeekSongOrder()Max Kellermann2014-08-312-7/+19
* output/alsa: fix endless loop at end of file in dsd_usb modeMax Kellermann2014-08-311-0/+9
* output/{alsa,oss}: add assertionsMax Kellermann2014-08-312-0/+6
* decoder/gme: fix song durationMax Kellermann2014-08-291-1/+1
* event/TimeoutMonitor: really reset "active" flag before invoking OnTimeout()Max Kellermann2014-08-241-1/+1
* event/TimeoutMonitor: reset "active" flag before invoking OnTimeout()Max Kellermann2014-08-241-1/+3