From 42c5788de3f24e5f3233791d80a8b12c55d3817b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 21 Dec 2010 20:19:49 +0100 Subject: Modify version string to post-release version 0.15.16~git --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 82bf7ae3b..8f06f5fe6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +ver 0.15.6 (2010/??/??) + + ver 0.15.15 (2010/11/08) * input: - rewind: fix assertion failure -- cgit v1.2.3 From c44a744c0b84c7af07b7581738cbb3c8ba986fbe Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 7 Jan 2011 17:25:25 +0100 Subject: fix version number in NEWS --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 8f06f5fe6..52780c99d 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -ver 0.15.6 (2010/??/??) +ver 0.15.16 (2010/??/??) ver 0.15.15 (2010/11/08) -- cgit v1.2.3 From 0022fb100b7d22b9612474ebee944e66c2a7b33b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 7 Jan 2011 19:37:39 +0100 Subject: encoder/lame: explicitly configure the output sample rate When you don't explicitly set an output sample rate, liblame tries to guess an output sample rate from the input sample rate. You would think that this "guessing" consists of just setting both equal, but that is not the case. For 44.1kHz at 96kbit/s, liblame chooses 32kHz. This patch explicitly configures the output sample rate, to stop the bad guessing. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 52780c99d..1a90124b5 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,6 @@ ver 0.15.16 (2010/??/??) +* encoders: + - lame: explicitly configure the output sample rate ver 0.15.15 (2010/11/08) -- cgit v1.2.3