aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-16decoder/mpcdec: use Clamp()Max Kellermann1-6/+2
2015-10-16unix/Daemon, playlist/...: remove unused Domain variablesMax Kellermann7-21/+0
2015-10-16encoder/flac: fix crash with 32 bit playbackMax Kellermann1-2/+2
2015-10-16tag/ApeLoader: fix buffer overflow after unterminated keyMax Kellermann1-6/+6
2015-06-21PlayerThread: start the decoder on PlayerCommand::QUEUEMax Kellermann1-0/+6
2015-06-21DecoderAPI: discard unused song tag earlyMax Kellermann1-2/+5
2015-06-21DecoderThread: set Decoder::song_tag only for local filesMax Kellermann1-1/+5
2015-06-20DecoderAPI: "move" the Tag objectMax Kellermann1-1/+1
2015-06-20OutputControl: fix fail_timer check right after bootingRomain Rollet1-1/+2
2015-06-20system/PeriodClock: make IsDefined() "constexpr"Max Kellermann1-1/+1
2015-06-20decoder/ffmpeg: skip unwanted samples after seekingMax Kellermann1-5/+48
2015-06-20decoder/ffmpeg: use AVSEEK_FLAG_BACKWARD for seekingMax Kellermann1-1/+5
2015-06-19decoder/ffmpeg: move code to StreamRelativePts()Max Kellermann1-6/+20
2015-06-19input/curl: trigger the condition variable in RequestDone()Max Kellermann1-0/+2
2015-05-29storage/nfs: fix deadlock when connectingThomas Guillem1-2/+2
2015-05-29input/smbclient: fix DFF playbackjai1-0/+1
2015-03-25OpusEncoderPlugin: initialise granulepos so we end up with sane valuesMichal Nazarewicz1-1/+1
2015-02-06fs/io/FileOutputStream: don't auto-delete file on WIN32Max Kellermann1-0/+2
2015-02-06TagBuilder: allow adding duplicate tag types in Complement()Max Kellermann1-1/+10
2015-01-29db/update/Walk: use std::unique_ptr instead of std::auto_ptrMax Kellermann1-1/+1
2015-01-29Avoid integer overflow in MonotonicClock{S,MS,US}PHO1-6/+6
2015-01-29Avoid integer overflow in MonotonicClock{S,MS,US}PHO1-4/+4
2015-01-29decoder/DsdLib: use new[] to allocate the ID3 bufferMax Kellermann1-3/+5
2015-01-29decoder/DsdLib: free ID3 buffer right after id3_tag_parse()Max Kellermann1-5/+2
2015-01-29decoder/DsdLib: raise ID3 tag limit to 1 MBMax Kellermann1-1/+1
2015-01-26Test the existence of strndup(3) before using it.PHO1-5/+6
2015-01-26{playlist,input}/despotify: remove defunct pluginMax Kellermann9-668/+0
2015-01-23util/list: disable gcc5 warningMax Kellermann1-0/+4
2015-01-23ClientProcess: cast enum to int before passing to printf()Max Kellermann1-3/+3
2015-01-21thread/Name: include stdio.h if HAVE_PRCTLMax Kellermann1-1/+4
2015-01-06input/async: reset the "open" flag after seeking successfullyMax Kellermann1-0/+5
2015-01-06thread/Name: disable pthread_setname_np() on NetBSDMax Kellermann1-2/+6
2015-01-06thread/Name: enable FormatThreadName() with prctl()Max Kellermann1-1/+5
2015-01-06thread/Name: indent preprocessor commandsMax Kellermann1-3/+3
2014-12-26db/simple: fix implicit nullptr/bool conversionMax Kellermann3-5/+5
2014-12-26fs/Traits, ...: work around -Wtautological-pointer-compareMax Kellermann5-1/+32
2014-12-26db/lazy, input/mms: add "override" keywordsMax Kellermann3-4/+6
2014-12-26db/proxy, output/shout: fix implicit nullptr/bool conversionMax Kellermann2-4/+4
2014-12-26db/{simple,proxy}, ...: add "override" keywordsMax Kellermann7-22/+26
2014-12-26util/{ASCII,UriUtil}, ...: work around -Wtautological-pointer-compareMax Kellermann10-0/+51
2014-12-26DatabaseGlue: convert nullptr check to assertionMax Kellermann1-3/+2
2014-12-26util/ASCII: fix indentMax Kellermann1-10/+10
2014-12-26Compiler.h: add macro CLANG_CHECK_VERSION()Max Kellermann1-0/+7
2014-12-26Compiler.h: add macro GCC_OLDER_THAN()Max Kellermann2-4/+12
2014-12-26util/Manual: reimplement GCC_CHECK_VERSION() using GCC_MAKE_VERSION()Max Kellermann1-4/+3
2014-12-26Compiler.h: add macro GCC_MAKE_VERSION()Max Kellermann1-6/+4
2014-12-23decoder/ffmpeg: support interleaved floating pointMax Kellermann1-0/+1
2014-12-23input/mms: limit the mmsx_read() sizeMax Kellermann1-0/+7
2014-12-23decoder/DsdLib: add missing stdlib.h includeMax Kellermann1-0/+1
2014-12-23DSF ID3 tags hitting 4k size limitJan Brittenson1-6/+12