summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-03-01thread/Posix{Mutex,Cond}: use "constexpr" only with glibcMax Kellermann
2016-02-23queue/Playlist: move only the tag items in TagModified()Max Kellermann
2016-02-23DetachedSong: add method MoveTagItemsFrom()Max Kellermann
2016-02-23tag/Tag: move code to MoveItemsFrom()Max Kellermann
2016-02-23configure.ac, unix/Daemon: check for initgroups() at configure timeMax Kellermann
2016-02-19Add TAK as a supported FFmpeg format.Chris Spiegel
2016-02-19tag/{aiff,riff}: fix ID3 chunk paddingMax Kellermann
2015-12-15fix mpd crash on invalid utf8 stream titleBenno Fünfstück
2015-11-10Main: fix build failure on non-Linux systemsMichael Paquier
2015-10-26gme: don't loop forever, fall back to GME's default play lengthMax Kellermann
2015-10-26decoder/gme: free the gme_info_t as early as possibleMax Kellermann
2015-10-26decoder/gme: call decoder_seek_error() on seek errorMax Kellermann
2015-10-26output/Command: flush the mixer cache when enabling/disabling outputMax Kellermann
2015-10-26decoder/ffmpeg: fix crash due to wrong avio_alloc_context() callMax Kellermann
2015-10-16decoder/mpcdec: use SampleTraits<SampleFormat::S24_P32>Max Kellermann
2015-10-16decoder/mpcdec: use Clamp()Max Kellermann
2015-10-16unix/Daemon, playlist/...: remove unused Domain variablesMax Kellermann
2015-10-16encoder/flac: fix crash with 32 bit playbackMax Kellermann
2015-10-16tag/ApeLoader: fix buffer overflow after unterminated keyMax Kellermann
2015-06-21PlayerThread: start the decoder on PlayerCommand::QUEUEMax Kellermann
2015-06-21DecoderAPI: discard unused song tag earlyMax Kellermann
2015-06-21DecoderThread: set Decoder::song_tag only for local filesMax Kellermann
2015-06-20DecoderAPI: "move" the Tag objectMax Kellermann
2015-06-20OutputControl: fix fail_timer check right after bootingRomain Rollet
2015-06-20system/PeriodClock: make IsDefined() "constexpr"Max Kellermann
2015-06-20decoder/ffmpeg: skip unwanted samples after seekingMax Kellermann
2015-06-20decoder/ffmpeg: use AVSEEK_FLAG_BACKWARD for seekingMax Kellermann
2015-06-19decoder/ffmpeg: move code to StreamRelativePts()Max Kellermann
2015-06-19input/curl: trigger the condition variable in RequestDone()Max Kellermann
2015-05-29storage/nfs: fix deadlock when connectingThomas Guillem
2015-05-29input/smbclient: fix DFF playbackjai
2015-03-25OpusEncoderPlugin: initialise granulepos so we end up with sane valuesMichal Nazarewicz
2015-02-06fs/io/FileOutputStream: don't auto-delete file on WIN32Max Kellermann
2015-02-06TagBuilder: allow adding duplicate tag types in Complement()Max Kellermann
2015-01-29db/update/Walk: use std::unique_ptr instead of std::auto_ptrMax Kellermann
2015-01-29Avoid integer overflow in MonotonicClock{S,MS,US}PHO
2015-01-29decoder/DsdLib: use new[] to allocate the ID3 bufferMax Kellermann
2015-01-29decoder/DsdLib: free ID3 buffer right after id3_tag_parse()Max Kellermann
2015-01-29decoder/DsdLib: raise ID3 tag limit to 1 MBMax Kellermann
2015-01-26Merge branch 'v0.18.x' into v0.19.xMax Kellermann
2015-01-26Test the existence of strndup(3) before using it.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
2015-01-21thread/Name: include stdio.h if HAVE_PRCTLMax Kellermann
2015-01-06input/async: reset the "open" flag after seeking successfullyMax Kellermann
2015-01-06thread/Name: disable pthread_setname_np() on NetBSDMax Kellermann
2015-01-06thread/Name: enable FormatThreadName() with prctl()Max Kellermann
2015-01-06thread/Name: indent preprocessor commandsMax Kellermann
2014-12-26db/simple: fix implicit nullptr/bool conversionMax Kellermann