aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-28Compiler.h: add macro GCC_OLDER_THAN()Max Kellermann3-5/+13
2014-11-28util/Manual: reimplement GCC_CHECK_VERSION() using GCC_MAKE_VERSION()Max Kellermann1-4/+3
2014-11-28Compiler.h: add macro GCC_MAKE_VERSION()Max Kellermann1-6/+4
2014-11-28util/Manual: use GCC_CHECK_VERSIONMax Kellermann1-1/+1
2014-11-27util/Alloc: remove bogus "unused" attributeMax Kellermann1-1/+1
2014-11-26Playlist: reset song priority on playbackMax Kellermann1-0/+4
2014-11-26Queue: add "reorder" parameter to SetPriority()Max Kellermann2-3/+7
2014-11-26Playlist: add method SongStarted()Max Kellermann2-1/+23
2014-11-26Playlist: move more functions into the classMax Kellermann2-28/+29
2014-11-26Playlist: add another assertionMax Kellermann1-0/+1
2014-11-26Playlist: move playlist_song_started() into the classMax Kellermann2-12/+15
2014-11-26DatabasePrint: cast int to unsigned before comparisonMax Kellermann1-1/+2
2014-11-25{Tag,Song}Print, PlayerCommands: report song duration with milliseconds preci...Max Kellermann3-4/+12
2014-11-25ApeTag: drop support for non-standard tag "album artist"Max Kellermann1-1/+0
2014-11-25lib/nfs/FileReader: clean up on disconnectMax Kellermann1-1/+1
2014-11-25lib/nfs/FileReader: move code to CancelOrClose()Max Kellermann2-0/+16
2014-11-25lib/nfs/FileReader: reset state in OnNfsConnectionFailed()Max Kellermann1-0/+2
2014-11-25lib/nfs/FileReader: update "state" in OnNfsError()Max Kellermann1-0/+24
2014-11-25lib/nfs/Manager: defer NfsConnection destructionMax Kellermann2-9/+54
2014-11-25lib/nfs/Connection: broadcast error before closing connectionMax Kellermann1-4/+4
2014-11-25lib/nfs/Connection: cancel DeferredMonitor on disconnectMax Kellermann1-0/+4
2014-11-25lib/nfs/FileReader: include Compiler.h for "final" fallbackMax Kellermann1-0/+1
2014-11-25decoder/mp4v2: remove because of incompatible licenseMax Kellermann3-359/+0
2014-11-25event/DeferredMonitor: include cleanupMax Kellermann2-3/+2
2014-11-24archive/zzip: fix inverted error handlerMax Kellermann1-4/+5
2014-11-24decoder/{dsdiff,dsf,opus}: fix deadlock while seekingMax Kellermann2-3/+3
2014-11-24Java/File: fix include guardMax Kellermann1-1/+1
2014-11-22configure.ac: add macro MPD_ENABLE_AUTO_PKG_LIBMax Kellermann6-18/+18
2014-11-21configure.ac: add macro MPD_ENABLE_AUTO_PKGMax Kellermann15-53/+51
2014-11-20configure.ac: add option "--disable-daemon"Max Kellermann1-6/+17
2014-11-18QueueCommands: workaround for buggy clients that send "add /"Max Kellermann1-1/+10
2014-11-18Client: assume uid==0 is local socketMax Kellermann2-2/+2
2014-11-18event/ServerSocket: fix get_remote_uid() error valueMax Kellermann1-1/+1
2014-11-18DatabaseCommands: add "window" parameter to "search"/"find"Max Kellermann3-4/+44
2014-11-12decoder/opus: add MIME types audio/ogg and application/oggMax Kellermann1-0/+7
2014-11-11Construct a Null AllocatedPath if the filename conversion into UTF8 failedFlorent Le Coz1-1/+5
2014-11-11decoder/opus: support chained streamsMax Kellermann1-1/+36
2014-11-11decoder/opus: move code to HandleEOS()Max Kellermann1-1/+8
2014-11-11decoder/opus: improved error loggingMax Kellermann1-4/+11
2014-11-11decoder/opus: fix mistyped LoadEOSPacket() return valueMax Kellermann1-1/+1
2014-11-11decoder/opus: eliminate flag "found_opus"Max Kellermann1-5/+3
2014-11-11decoder/opus: add constexpr output_buffer_framesMax Kellermann1-8/+10
2014-11-11Main: fix compilation on OS X using non-Apple compilersMisty De Meo1-2/+2
2014-11-10pcm/SoxrResampler: round output buffer size upMax Kellermann1-1/+2
2014-11-10decoder/ffmpeg: support opusMax Kellermann1-1/+2
2014-11-10decoder/audiofile: fix bit rate calculationMax Kellermann1-1/+1
2014-11-10input/curl: ignore ResponseBoundary() while seekingMax Kellermann1-0/+4
2014-11-09db/upnp/Directory: TitleToPathSegment() returns rvalue referenceMax Kellermann1-2/+2
2014-11-09db/upnp/Directory: apply coding styleMax Kellermann1-23/+23
2014-11-08tag/Set: do AlbumArtist/Artist fallback only if AlbumArtist is not disabledMax Kellermann1-0/+2