summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Expand)Author
2020-06-10release v0.21.24v0.21.24Max Kellermann
2020-06-10lib/curl/Request: don't enable CURLOPT_NETRC on WindowsMax Kellermann
2020-06-10{android,win32}/build.py: enable the GME decoder pluginMax Kellermann
2020-06-10decoder/Bridge: add flag to make initial seek errors fatalMax Kellermann
2020-05-27{android,win32}/build.py: build libmodplug and WildMidiMax Kellermann
2020-05-27decoder/modplug: assume ModPlug is built as static library on WindowsMax Kellermann
2020-05-27decoder/wildmidi: use NarrowPath, fixing the Windows buildMax Kellermann
2020-05-27meson.build: attempt to detect WildMidi using pkg-configMax Kellermann
2020-05-27NEWS: move two lines below Windows/AndroidMax Kellermann
2020-05-26meson.build: work around Meson bug detecting strndup() on WindowsMax Kellermann
2020-05-07android/build.py: use -mfpu=vfpv3-d16 on ARMv7Max Kellermann
2020-05-05db/simple: fix crash when mounting twiceMax Kellermann
2020-04-30command/all: "tagtypes" requires no permissionsMax Kellermann
2020-04-30Revert "Fix unsafe float comparison."Max Kellermann
2020-04-29increment version number to 0.21.24Max Kellermann
2020-04-23release v0.21.23v0.21.23Max Kellermann
2020-04-23event/SocketMonitor: handle epoll_ctl()=EBADF/ENOENT in Schedule()Max Kellermann
2020-04-23lib/nfs/FileReader: set `state=IDLE` before invoking callbackMax Kellermann
2020-04-22tag/Fallback: add tag fallback for AlbumSortgeneticdrift
2020-04-22gme: adapt to API change in the upcoming version 0.7.0Max Kellermann
2020-04-22lib/icu/CaseFold: remove Windows implementationMax Kellermann
2020-04-15storage/curl: fix path comparison when the server escapes differentlyThomas Guillem
2020-04-15storage/curl: fix href when file has a '&' charThomas Guillem
2020-04-15Added missing channel order setups for ALSAFlorian Heese
2020-04-14player/Thread: drain outputs at end of song in "single" modeMax Kellermann
2020-04-14increment version number to 0.21.23Max Kellermann
2020-04-02release v0.21.22v0.21.22Max Kellermann
2020-04-02tag/Pool: enlarge hash tableMax Kellermann
2020-04-01time/Convert: fix GetTimeZoneOffset() on WindowsMax Kellermann
2020-03-31fs/io/GunzipReader: increase buffer size to 64 kBMax Kellermann
2020-03-26android: add TV supportThomas Guillem
2020-03-26Merge branch 'ucl' of git://github.com/neheb/MPD into v0.21.xMax Kellermann
2020-03-26lib/curl/Request: fix Exception "error" on AndroidThomas Guillem
2020-03-25output/sles: use the AndroidMixerPluginThomas Guillem
2020-03-22Support RSS feeds with application/xml MIME-typekowalcj0
2020-03-22increment version number to 0.21.22Max Kellermann
2020-03-19release v0.21.21v0.21.21Max Kellermann
2020-03-19raise default "max_connections" value to 100Max Kellermann
2020-03-12playlist/asx: concatenate multiple CharacterData fragmentsMax Kellermann
2020-03-12playlist/xspf: concatenate multiple CharacterData fragmentsMax Kellermann
2020-03-11tag/Mask: fix yet another typo, this time in Unset()Max Kellermann
2020-03-07archive/iso9660: skip empty filenamesMax Kellermann
2020-02-29Adapt SolarisOutputPlugin.cxx to be usable on NetBSD.Thomas Klausner
2020-02-25gme: check for empty metadata strings instead of nullptrJohn Regan
2020-02-16increment version number to 0.21.21Max Kellermann
2020-02-16release v0.21.20v0.21.20Max Kellermann
2020-02-10protocol/ArgParser: cast seek offset to SignedSongTimeMax Kellermann
2020-02-04decoder/ffmpeg: add two more missing commasMax Kellermann
2020-02-01decoder/{audio,snd}file: handle MIME type "audio/wav"Max Kellermann
2020-02-01FfmpegDecoderPlugin: add WAV supportRosen Penev