summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-07client/ClientRead: call Break() before Close()Max Kellermann
2016-07-07event/BufferedSocket: OnSocketReady() returns true after closeMax Kellermann
2016-07-06decoder/API: check initial_seek_running in _check_cancel_read()Max Kellermann
2016-07-05decoder/flac: try to recover from seek error()Max Kellermann
2016-07-05decoder/flac: evaluate all possible FLAC__stream_decoder_get_state() valuesMax Kellermann
2016-07-05output/shout: remove pointless memset() callMax Kellermann
2016-07-05filter/route: use PcmSilence()Max Kellermann
2016-07-05PlayerThread: use PcmSilence() in SendSilence()Max Kellermann
2016-07-05pcm/Volume: move silence pattern to Silence.cxxMax Kellermann
2016-07-05PlayerThread: make chunk allocation error non-fatal in SendSilence()Max Kellermann
2016-07-01pcm/Volume: use 0x69 to generate DSD silenceMax Kellermann
2016-07-01filter/ReplayGain: skip PcmVolume if a mixer is setMax Kellermann
2016-07-01configure.ac: prepare for 0.19.17Max Kellermann
2016-06-13release v0.19.16v0.19.16Max Kellermann
2016-06-13decoder/flac: log seek errorsMax Kellermann
2016-06-13player/Thread: cancel outputs before seekingMax Kellermann
2016-05-11NEWS: add missing linesMax Kellermann
2016-05-02configure.ac: don't suppress GLib warnings by changing -I to -isystemMax Kellermann
2016-05-02Makefile.am: include doc/include/tags.xml in tarballMax Kellermann
2016-05-02Makefile.am: include scripts/*.rb in tarballMax Kellermann
2016-05-02configure.ac: prepare for 0.19.16Max Kellermann
2016-04-30release v0.19.15v0.19.15Max Kellermann
2016-04-30encoder/wave: add constant WAVE_FORMAT_PCMMax Kellermann
2016-04-30encoder/wave: fix indentMax Kellermann
2016-04-30test/test_byte_reverse: use gcc_alignas() for gcc<4.8 compatibilityMax Kellermann
2016-04-28Bug#822848: mpd FTBFS on Alpha; misaligned arrays in the test suiteMichael Cree
2016-04-25DecoderBuffer: add missing includeFlorian Schlichting
2016-04-22doc/mpd.conf.5: move metadata_to_use to the user manualMax Kellermann
2016-04-22doc/{user,protocol}: add a list of supported tagsMax Kellermann
2016-04-22doc/mpd.conf.5: remove obsolete metadata_to_use sentenceMax Kellermann
2016-04-22doc: migrate to DocBook 4.5Max Kellermann
2016-04-22doc/user: fix typoFlorian Schlichting
2016-04-19decoder/opus: limit the number of packets in _scan_stream()Max Kellermann
2016-04-19decoder/opus: support bigger OpusTags packetsMax Kellermann
2016-04-13decoder/ffmpeg: don't copy the AVPacket in ffmpeg_send_packet()Max Kellermann
2016-04-13decoder/ffmpeg: convert pointers to referencesMax 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-14tag/TagPool: add constexpr MAX_REFMax Kellermann
2016-03-14tag/TagPool: use prime number for NUM_SLOTSMax Kellermann
2016-03-07archive/iso9660: check path buffer boundsMax Kellermann
2016-03-07archive/iso9660: use a single path buffer for Visit()Max Kellermann
2016-03-07archive/iso9660: move the "." and ".." checks upMax Kellermann
2016-03-07archive/iso9660: add local variable "filename"Max Kellermann
2016-03-07archive/iso9660: make variables more localMax Kellermann
2016-03-06util/HugeAllocator: fix division by zero due to inverted checkMax Kellermann