From 44b4b509499f7d5068a313f3ce9391bc6092f791 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Sun, 9 Jan 2011 18:00:12 -0800 Subject: Modify version string to post-release version 0.16.2~git --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 96ada59ae..814a9d70d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +ver 0.16.2 (2010/??/??) + + ver 0.16.1 (2010/01/09) * audio_check: fix parameter in prototype * add void casts to suppress "result unused" warnings (clang) -- cgit v1.2.3 From 5735c9efc1e9980a61c9ab779f138ea0409801e4 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 28 Jan 2011 12:21:03 +0100 Subject: configure.ac: fix tremor configure test When the configure options were moved around for 0.16, the order was changed, and the Tremor check broke. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 814a9d70d..55fbfc099 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,6 @@ ver 0.16.2 (2010/??/??) +* decoder: + - tremor: fix configure test ver 0.16.1 (2010/01/09) -- cgit v1.2.3 From 8f99c954ad89ad3eef5b4e013264c5cb8c6c97e6 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 28 Jan 2011 21:12:17 +0100 Subject: NEWS: fix 0.16.1 release year --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 55fbfc099..fb394edfe 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,9 @@ -ver 0.16.2 (2010/??/??) +ver 0.16.2 (2011/??/??) * decoder: - tremor: fix configure test -ver 0.16.1 (2010/01/09) +ver 0.16.1 (2011/01/09) * audio_check: fix parameter in prototype * add void casts to suppress "result unused" warnings (clang) * input: -- cgit v1.2.3 From 03018611f8b9d7ed6d55ee45ccf2b69958c05caf Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 31 Jan 2011 07:19:34 +0100 Subject: update: log all file permission problems --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 1a90124b5..313a5c621 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ ver 0.15.16 (2010/??/??) * encoders: - lame: explicitly configure the output sample rate +* update: log all file permission problems ver 0.15.15 (2010/11/08) -- cgit v1.2.3 From 8b2f4fc823496c9e473616487e6dc572d77df346 Mon Sep 17 00:00:00 2001 From: Tony Miller Date: Thu, 3 Feb 2011 00:25:35 +0100 Subject: Set fadeout in gme_decoder_plugin. Due to the nature of the gme library, this needs to be done for the end of songs to be detected. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index fb394edfe..994bdf407 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ ver 0.16.2 (2011/??/??) * decoder: - tremor: fix configure test + - gme: detect end of song ver 0.16.1 (2011/01/09) -- cgit v1.2.3 From e776c605adeb984aae290cdff38c5f8dd0cd291e Mon Sep 17 00:00:00 2001 From: Thomas Jansen Date: Fri, 4 Feb 2011 10:22:00 +0100 Subject: output/httpd: initialize unflushed_input This fixes the following valgrind warning occuring on the first call of httpd_output_read_page: ==20124== Conditional jump or move depends on uninitialised value(s) ==20124== at 0x425E65: httpd_output_read_page (httpd_output_plugin.c:240) ==20124== by 0x426087: httpd_output_open (httpd_output_plugin.c:279) ==20124== by 0x41D862: ao_open (output_plugin.h:206) ==20124== by 0x41E133: audio_output_task (output_thread.c:590) --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 994bdf407..5316279f5 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ ver 0.16.2 (2011/??/??) * decoder: - tremor: fix configure test - gme: detect end of song +* output: + - httpd: fix uninitialized variable ver 0.16.1 (2011/01/09) -- cgit v1.2.3 From 2a1f4539f6115f6d01f33b60adf0118122c7018a Mon Sep 17 00:00:00 2001 From: Christopher Brannon Date: Sun, 13 Feb 2011 01:37:28 +0000 Subject: Insure proper initialization of stack-allocated struct. Version 1.0.0 of the libao library added a new field to the ao_sample_format struct. It is a char * named matrix. When an ao_sample_format is allocated on the stack, this field contains garbage. The proper course is to insure that is initialized to NULL. NULL indicates that we do not want any mapping. The struct is now initialized using a static initializer, and this technique is compatible with all known versions of libao. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 313a5c621..76571d0f0 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,6 @@ ver 0.15.16 (2010/??/??) +* output: + - ao: initialize the ao_sample_format struct * encoders: - lame: explicitly configure the output sample rate * update: log all file permission problems -- cgit v1.2.3 From 1674a4ec828ebd6822e1d1622d9fcdae5140a61d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 27 Feb 2011 23:26:50 +0100 Subject: output/jack: fix crash with mono playback With mono sound, jack_sample_size is smaller than frame_size (4 vs 2 bytes), and "space/jack_sample_size==0". That means mpd_jack_play() will return 0, although no error has occurred. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 76571d0f0..381417f87 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ ver 0.15.16 (2010/??/??) * output: - ao: initialize the ao_sample_format struct + - jack: fix crash with mono playback * encoders: - lame: explicitly configure the output sample rate * update: log all file permission problems -- cgit v1.2.3 From ee9c60fad46c1da7c517b84e37a9c4bc41949efd Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 28 Feb 2011 00:00:41 +0100 Subject: output/oss: AFMT_S24_PACKED is little-endian According to the Solaris dsp manpage, AFMT_S24_PACKED is little-endian: http://download.oracle.com/docs/cd/E19963-01/821-1475/6nmf5baot/index.html The Minix soundcard.h header says the same. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 5316279f5..64353a7c0 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,7 @@ ver 0.16.2 (2011/??/??) - gme: detect end of song * output: - httpd: fix uninitialized variable + - oss: AFMT_S24_PACKED is little-endian ver 0.16.1 (2011/01/09) -- cgit v1.2.3 From a1d1c2beaa54f76bbf92b2a5fd83c4a582a0316b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 28 Feb 2011 00:09:45 +0100 Subject: output/oss: disable 24 bit playback on FreeBSD See code comment. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 64353a7c0..38fcd4155 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,7 @@ ver 0.16.2 (2011/??/??) * output: - httpd: fix uninitialized variable - oss: AFMT_S24_PACKED is little-endian + - oss: disable 24 bit playback on FreeBSD ver 0.16.1 (2011/01/09) -- cgit v1.2.3 From 5779146a7feed41f107b3865226134579a66135a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20Sp=C3=B6rlein?= Date: Tue, 8 Feb 2011 05:44:00 +0100 Subject: configure.ac: fix bashism in tremor test This makes FreeBSD detect libogg correctly. The '==' operator is an undocumented GNU extension to test(1) and cannot be relied upon to exist and do the right thing. POSIX mandates string comparisons to be done using "test foo = bar". --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 38fcd4155..8bff5aefe 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,6 @@ ver 0.16.2 (2011/??/??) +* configure.ac: + - fix bashism in tremor test * decoder: - tremor: fix configure test - gme: detect end of song -- cgit v1.2.3 From e2aea6bce581e09e20f7570fd67cb92896f60656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20Sp=C3=B6rlein?= Date: Tue, 8 Feb 2011 05:44:00 +0100 Subject: output/httpd: include sys/socket.h for AF_UNIX --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 8bff5aefe..f51f6122a 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,7 @@ ver 0.16.2 (2011/??/??) - gme: detect end of song * output: - httpd: fix uninitialized variable + - httpd: include sys/socket.h - oss: AFMT_S24_PACKED is little-endian - oss: disable 24 bit playback on FreeBSD -- cgit v1.2.3 From 4d4b7e3de076ed8cf4a4d1e780a43d777221a125 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Sun, 13 Mar 2011 20:27:33 -0700 Subject: mpd version 0.15.16 --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 381417f87..38fc5a230 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -ver 0.15.16 (2010/??/??) +ver 0.15.16 (2011/03/13) * output: - ao: initialize the ao_sample_format struct - jack: fix crash with mono playback -- cgit v1.2.3 From b6303313f0145c4caf58195ba4a85d2f4fa2967c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 16 Mar 2011 19:13:46 +0100 Subject: encoder/vorbis: reset the Ogg stream after flush Without the ogg_stream_reset() call, the "e_o_s" flag never gets reset, and libogg writes EOS packets over and over. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 5f7ef436c..1dfd71107 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,8 @@ ver 0.16.2 (2011/??/??) * decoder: - tremor: fix configure test - gme: detect end of song +* encoder: + - vorbis: reset the Ogg stream after flush * output: - httpd: fix uninitialized variable - httpd: include sys/socket.h -- cgit v1.2.3 From fe588a255ba713875a21bb98d3b7daf60af2844e Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Fri, 18 Mar 2011 17:43:11 -0700 Subject: mpd version 0.16.2 --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 1dfd71107..7bbb0fc8e 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -ver 0.16.2 (2011/??/??) +ver 0.16.2 (2011/03/18) * configure.ac: - fix bashism in tremor test * decoder: -- cgit v1.2.3