summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/liba52/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/liba52/NEWS')
-rw-r--r--lib/rbcodec/codecs/liba52/NEWS46
1 files changed, 46 insertions, 0 deletions
diff --git a/lib/rbcodec/codecs/liba52/NEWS b/lib/rbcodec/codecs/liba52/NEWS
new file mode 100644
index 0000000000..4bee9cac8d
--- /dev/null
+++ b/lib/rbcodec/codecs/liba52/NEWS
@@ -0,0 +1,46 @@
1a52dec-0.7.4 Sat Jul 27 20:44:00 PDT 2002
2
3The library is now fully reentrant.
4
5Added win32 output module, al file output, gain control.
6
7A few additional portability enhancements.
8
9
10a52dec-0.7.3 Wed Feb 20 23:38:22 PST 2002
11
12Performance enhancements, from 40% to 80% depending on streams.
13
14Fixed a few embarassing bugs in liba52: one memory corruption issue
15and a few minor portability problems.
16
17Several new output modules, and fixes in the existing .wav file output.
18
19
20a52dec-0.7.2 Sun Dec 16 14:39:56 PST 2001
21
22Minor bugfixes, performance and portability enhancements.
23
24Also added wav format output, and reduced the demux buffer size which
25makes it easier to use a52dec as a pipe.
26
27
28a52dec-0.7.1 Thu Aug 30 02:13:23 PDT 2001
29
30Minor release for bugfixes. Looks like 0.7.0 was a bit rushed out.
31
32Now compiles with gcc 3.0, made sure mlib implementation works, and
33fixed a small bug in the a52dec test program.
34
35
36a52dec-0.7.0 Thu Aug 23 23:18:00 PDT 2001
37
38First release since more than one year !
39
40The most user-noticeable additions are the downmix to arbitrary
41speaker configurations, and the implementation of dynamic range
42compression.
43
44The speed has been improved by a factor of 2 to 3, the conformance and
45precision should be higher, and we also fixed a small bug when playing
46stereo rematrixed streams.