aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* TagString: use g_strndup() for unterminated stringMax Kellermann2014-11-021-1/+1
* configure.ac: prepare for 0.18.17Max Kellermann2014-11-022-2/+4
* release v0.18.16Max Kellermann2014-09-261-1/+1
* configure.ac: fix DSD breakage due to typoMax Kellermann2014-09-262-1/+2
* configure.ac: prepare for 0.18.16Max Kellermann2014-09-262-1/+3
* release v0.18.15Max Kellermann2014-09-261-1/+1
* configure.ac: allow building MPD without decoder pluginMax Kellermann2014-09-261-21/+0
* configure.ac: allow building MPD without output pluginMax Kellermann2014-09-261-21/+0
* CommandLine: update copyright yearMax Kellermann2014-09-261-2/+2
* configure.ac: add option to disable the DSD decodersMax Kellermann2014-09-263-6/+29
* playlist/embcue: change name string to "embcue"Max Kellermann2014-09-261-1/+1
* test/test_protocol: add missing stdlib.h includeMax Kellermann2014-09-241-1/+1
* test/test_protocol: add missing unistd.h includeMax Kellermann2014-09-241-0/+2
* OutputThread: retain negative mix ratioMax Kellermann2014-09-182-1/+11
* command/list: reset used size after the list has been processedAndrzej Rybczak2014-09-182-0/+3
* thread/Posix{Cond,Mutex}: don't ues PTHREAD_*_INITIALIZER on NetBSDMax Kellermann2014-09-134-1/+30
* configure.ac: prepare for 0.18.15Max Kellermann2014-09-132-1/+3
* release v0.18.14Max Kellermann2014-09-111-1/+1
* test/run_decoder: dump MixRamp dataMax Kellermann2014-09-091-1/+3
* decoder/ffmpeg: use memset() to initialize AVProbeDataMax Kellermann2014-09-091-0/+6
* decoder/ffmpeg: pass MIME type to ffmpeg/libav version 11Max Kellermann2014-09-072-0/+8
* Decoder*: add more assertionsMax Kellermann2014-09-072-0/+7
* DecoderThread: clear the pipe when handling late SEEKMax Kellermann2014-09-072-1/+12
* decoder/audiofile: fix crash after seekingMax Kellermann2014-09-062-1/+3
* protocol/ArgParser: fix integer overflow in parse_range()Max Kellermann2014-09-042-2/+4
* test/test_protocol: unit test for protocol/ArgParser.cxxMax Kellermann2014-09-043-0/+72
* configure.ac: prepare for 0.18.14Max Kellermann2014-09-032-1/+3
* release v0.18.13Max Kellermann2014-08-311-1/+1
* PlaylistControl: use SeekSongOrder(current) to keep current songMax Kellermann2014-08-312-1/+3
* PlaylistControl: move code to new method SeekSongOrder()Max Kellermann2014-08-312-7/+19
* output/alsa: fix endless loop at end of file in dsd_usb modeMax Kellermann2014-08-312-0/+11
* output/{alsa,oss}: add assertionsMax Kellermann2014-08-312-0/+6
* doc/protocol: fix description of "stats" responseJoachim Fasting2014-08-311-1/+6
* decoder/gme: fix song durationMax Kellermann2014-08-292-1/+2
* event/TimeoutMonitor: really reset "active" flag before invoking OnTimeout()Max Kellermann2014-08-241-1/+1
* event/TimeoutMonitor: reset "active" flag before invoking OnTimeout()Max Kellermann2014-08-242-1/+4
* system/ByteOrder: <endian.h> is a non-standard header that only Linux provides.Thomas Klausner2014-08-232-0/+11
* decoer/dsdiff: fix endless loop on malformed fileMax Kellermann2014-08-212-2/+2
* decoer/dsf: fix endless loop on malformed fileMax Kellermann2014-08-212-1/+2
* util: Fix header for strcasecmpFrançois Revol2014-08-161-1/+1
* decoder/ffmpeg: use avcodec_descriptor_get() to determine codec nameMax Kellermann2014-08-132-0/+11
* event/BufferedSocket: fix inversed buffer checkMax Kellermann2014-08-071-1/+1
* Makefile.am: fix dependencies for win32François Revol2014-08-021-1/+1
* Win32Main: move to win32/Max Kellermann2014-08-026-9/+9
* configure.ac: prepare for 0.18.13Max Kellermann2014-08-022-1/+3
* release v0.18.12Max Kellermann2014-07-301-1/+1
* decoder/dsdiff: simplify dsdlib_skip() callMax Kellermann2014-07-121-4/+3
* decoder/dsdiff: simplify loop condition, merge branchesMax Kellermann2014-07-121-7/+2
* decoder/dsdiff: ignore garbage null byte at end of fileMax Kellermann2014-07-121-1/+1
* decoder/dsdiff: fix metadata parser bug (uninitialized variables)Max Kellermann2014-07-122-1/+5