summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/liba52/HISTORY
diff options
context:
space:
mode:
authorSean Bartell <wingedtachikoma@gmail.com>2011-06-25 21:32:25 -0400
committerNils Wallménius <nils@rockbox.org>2012-04-25 22:13:20 +0200
commitf40bfc9267b13b54e6379dfe7539447662879d24 (patch)
tree9b20069d5e62809ff434061ad730096836f916f2 /lib/rbcodec/codecs/liba52/HISTORY
parenta0009907de7a0107d49040d8a180f140e2eff299 (diff)
downloadrockbox-f40bfc9267b13b54e6379dfe7539447662879d24.tar.gz
rockbox-f40bfc9267b13b54e6379dfe7539447662879d24.zip
Add codecs to librbcodec.
Change-Id: Id7f4717d51ed02d67cb9f9cb3c0ada4a81843f97 Reviewed-on: http://gerrit.rockbox.org/137 Reviewed-by: Nils Wallménius <nils@rockbox.org> Tested-by: Nils Wallménius <nils@rockbox.org>
Diffstat (limited to 'lib/rbcodec/codecs/liba52/HISTORY')
-rw-r--r--lib/rbcodec/codecs/liba52/HISTORY28
1 files changed, 28 insertions, 0 deletions
diff --git a/lib/rbcodec/codecs/liba52/HISTORY b/lib/rbcodec/codecs/liba52/HISTORY
new file mode 100644
index 0000000000..c2b9d02ee1
--- /dev/null
+++ b/lib/rbcodec/codecs/liba52/HISTORY
@@ -0,0 +1,28 @@
1changes that affected the PCM output:
2
32001/05/14 05:48:59 - aaron's 0.6.1 was cutting before the end
4
52001/06/04 01:42:47 - slightly adjusted some values (volume, downmix adjustemtn, clev/slev tables)
62001/06/04 05:48:31 - added adjust_level to the downmix
7
82001/06/12
92001/06/13 - changed the order of the dither() calls
10 also introduced bug with thx_2_0 stream
11
122001/06/22 08:23:37 - fixed bug with thx_2_0 stream (see parse.c)
13
142001/07/02 08:44:55 - changed float-to-int conversion (+ added saturation)
15
162001/07/06 06:53:01 - more precise imdct init, more precise q_* coefficients
17
182001/07/06 08:52:30 - rematrixing fixes
19
202001/07/26 21:31:39 - do 3dB dither reduction in coeff_get() not dither_gen()
21
222001/08/09 08:11:31 - implemented dynamic range compression
23
242002/02/24 08:54:49 - window function computed at runtime, with more precision
25
262003/01/28 06.57:37 - switched to integer q_* coefficients
27
282003/01/28 07:39:35 - use level of 0.75 for dithering instead of 0.707