summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-01-29Avoid integer overflow in MonotonicClock{S,MS,US}PHO
2015-01-26{playlist,input}/despotify: remove defunct pluginMax Kellermann
2015-01-23util/list: disable gcc5 warningMax Kellermann
2015-01-23ClientProcess: cast enum to int before passing to printf()Max Kellermann
2014-12-26db/proxy, output/shout: fix implicit nullptr/bool conversionMax Kellermann
2014-12-26db/{simple,proxy}, ...: add "override" keywordsMax Kellermann
2014-12-26util/{ASCII,UriUtil}, ...: work around -Wtautological-pointer-compareMax Kellermann
2014-12-26DatabaseGlue: convert nullptr check to assertionMax Kellermann
2014-12-26util/ASCII: fix indentMax Kellermann
2014-12-26Compiler.h: add macro CLANG_CHECK_VERSION()Max Kellermann
2014-12-26Compiler.h: add macro GCC_OLDER_THAN()Max Kellermann
2014-12-26util/Manual: reimplement GCC_CHECK_VERSION() using GCC_MAKE_VERSION()Max Kellermann
2014-12-26Compiler.h: add macro GCC_MAKE_VERSION()Max Kellermann
2014-12-16playlist/embcue: fix filename suffix detectionk44
2014-12-15decoder/ffmpeg: detect and fix negative time stampsMax Kellermann
2014-12-08decoder/ffmpeg: support FFmpeg 2.5Max Kellermann
2014-12-08thread/Id: drop "::" prefix before pthread function namesMax Kellermann
2014-11-24archive/zzip: fix inverted error handlerMax Kellermann
2014-11-18Client: assume uid==0 is local socketMax Kellermann
2014-11-18event/ServerSocket: fix get_remote_uid() error valueMax Kellermann
2014-11-11Construct a Null AllocatedPath if the filename conversion into UTF8 failedFlorent Le Coz
2014-11-10decoder/ffmpeg: support opusMax Kellermann
2014-11-02input/curl: fix curl_easy_setopt() parameter typesMax Kellermann
2014-11-02Decoder, Playlist: ignore URI query string for plugin detectionMax Kellermann
2014-11-02util/UriUtil: add uri_get_suffix() overload that ignores query stringMax Kellermann
2014-11-02PlaylistFile: don't allow empty playlist nameMax Kellermann
2014-11-02playlist/m3u: recognize the file suffix ".m3u8"Max Kellermann
2014-11-02decoder/faad: remove workaround for ancient libfaad2 ABI bugMax Kellermann
2014-11-02decoder/ffmpeg: recognize MIME type audio/aacpSteven OBrien
2014-11-02output/roar: remove unnecessary "volatile" keywordMax Kellermann
2014-11-02TagString: use g_strndup() for unterminated stringMax Kellermann
2014-09-26CommandLine: update copyright yearMax Kellermann
2014-09-26configure.ac: add option to disable the DSD decodersMax Kellermann
2014-09-26playlist/embcue: change name string to "embcue"Max Kellermann
2014-09-18OutputThread: retain negative mix ratioMax Kellermann
2014-09-18command/list: reset used size after the list has been processedAndrzej Rybczak
2014-09-13thread/Posix{Cond,Mutex}: don't ues PTHREAD_*_INITIALIZER on NetBSDMax Kellermann
2014-09-09decoder/ffmpeg: use memset() to initialize AVProbeDataMax Kellermann
2014-09-07decoder/ffmpeg: pass MIME type to ffmpeg/libav version 11Max Kellermann
2014-09-07Decoder*: add more assertionsMax Kellermann
2014-09-07DecoderThread: clear the pipe when handling late SEEKMax Kellermann
2014-09-06decoder/audiofile: fix crash after seekingMax Kellermann
2014-09-04protocol/ArgParser: fix integer overflow in parse_range()Max Kellermann
2014-08-31PlaylistControl: use SeekSongOrder(current) to keep current songMax Kellermann
2014-08-31PlaylistControl: move code to new method SeekSongOrder()Max Kellermann
2014-08-31output/alsa: fix endless loop at end of file in dsd_usb modeMax Kellermann
2014-08-31output/{alsa,oss}: add assertionsMax Kellermann
2014-08-29decoder/gme: fix song durationMax Kellermann
2014-08-24event/TimeoutMonitor: really reset "active" flag before invoking OnTimeout()Max Kellermann
2014-08-24event/TimeoutMonitor: reset "active" flag before invoking OnTimeout()Max Kellermann