summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Expand)Author
2016-04-28Bug#822848: mpd FTBFS on Alpha; misaligned arrays in the test suiteMichael Cree
2016-04-25DecoderBuffer: add missing includeFlorian Schlichting
2016-04-19decoder/opus: support bigger OpusTags packetsMax Kellermann
2016-04-12decoder/ffmpeg: use av_packet_unref() instead of av_free_packet()Max Kellermann
2016-03-30decoder/Thread: use "ffmpeg" as fallback instead of "mad"Max Kellermann
2016-03-30notify: use "constexpr" only with glibcMax Kellermann
2016-03-30configure.ac: prepare for 0.19.15Max Kellermann
2016-03-18release v0.19.14v0.19.14Max Kellermann
2016-03-14tag/TagPool: optimize _dup_item()Max Kellermann
2016-03-07archive/iso9660: check path buffer boundsMax Kellermann
2016-03-06decoder/dsdiff: fix off-by-one buffer overflowMax Kellermann
2016-03-06decoder/opus: limit tag size to 64 kBMax Kellermann
2016-03-01thread/Posix{Mutex,Cond}: use "constexpr" only with glibcMax Kellermann
2016-03-01configure.ac: prepare for 0.19.14Max Kellermann
2016-02-23release v0.19.13v0.19.13Max Kellermann
2016-02-23queue/Playlist: move only the tag items in TagModified()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
2016-02-19configure.ac: prepare for 0.19.13Max Kellermann
2015-12-15release v0.19.12v0.19.12Max Kellermann
2015-12-15fix mpd crash on invalid utf8 stream titleBenno Fünfstück
2015-12-15fix LimitRTTIME in systemd unit fileChristian Hesse
2015-11-10Main: fix build failure on non-Linux systemsMichael Paquier
2015-11-10configure.ac: prepare for 0.19.12Max Kellermann
2015-10-27release v0.19.11v0.19.11Max Kellermann
2015-10-26gme: don't loop forever, fall back to GME's default play lengthMax 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-16encoder/flac: fix crash with 32 bit playbackMax Kellermann
2015-10-16tag/ApeLoader: fix buffer overflow after unterminated keyMax Kellermann
2015-10-16configure.ac: prepare for 0.19.11Max Kellermann
2015-06-21release v0.19.10v0.19.10Max Kellermann
2015-06-21PlayerThread: start the decoder on PlayerCommand::QUEUEMax Kellermann
2015-06-21DecoderThread: set Decoder::song_tag only for local filesMax Kellermann
2015-06-20OutputControl: fix fail_timer check right after bootingRomain Rollet
2015-06-20decoder/ffmpeg: skip unwanted samples after seekingMax 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-03-25configure.ac: prepare for 0.19.10Max Kellermann
2015-02-06release v0.19.9v0.19.9Max Kellermann
2015-02-06Merge tag 'v0.18.23' into v0.19.xMax Kellermann
2015-02-06release v0.18.23v0.18.23Max Kellermann
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-02-01NEWS: fix v0.18.22 release dateMax Kellermann
2015-01-31Makefile.am: move org_musicpd_Bridge.h to BUILT_SOURCESMax Kellermann
2015-01-29Avoid integer overflow in MonotonicClock{S,MS,US}PHO