summaryrefslogtreecommitdiff
path: root/apps/codecs/liba52/NEWS
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2005-02-16 11:02:11 +0000
committerDave Chapman <dave@dchapman.com>2005-02-16 11:02:11 +0000
commit3bd167771d23edbfcf11ea4d5f0f75faf53af0c9 (patch)
tree8caa153a8c30654e7488cbc50eaa650e6c43fe72 /apps/codecs/liba52/NEWS
parent1f9610d43cefc10a1e47924ad65ce0f78c63bc66 (diff)
downloadrockbox-3bd167771d23edbfcf11ea4d5f0f75faf53af0c9.zip
rockbox-3bd167771d23edbfcf11ea4d5f0f75faf53af0c9.tar.gz
rockbox-3bd167771d23edbfcf11ea4d5f0f75faf53af0c9.tar.bz2
rockbox-3bd167771d23edbfcf11ea4d5f0f75faf53af0c9.tar.xz
Initial import of the unmodified version of liba52-0.7.5-cvs, checked out of the Sourceforge CVS repository today.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5970 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/liba52/NEWS')
-rw-r--r--apps/codecs/liba52/NEWS46
1 files changed, 46 insertions, 0 deletions
diff --git a/apps/codecs/liba52/NEWS b/apps/codecs/liba52/NEWS
new file mode 100644
index 0000000..4bee9ca
--- /dev/null
+++ b/apps/codecs/liba52/NEWS
@@ -0,0 +1,46 @@
+a52dec-0.7.4 Sat Jul 27 20:44:00 PDT 2002
+
+The library is now fully reentrant.
+
+Added win32 output module, al file output, gain control.
+
+A few additional portability enhancements.
+
+
+a52dec-0.7.3 Wed Feb 20 23:38:22 PST 2002
+
+Performance enhancements, from 40% to 80% depending on streams.
+
+Fixed a few embarassing bugs in liba52: one memory corruption issue
+and a few minor portability problems.
+
+Several new output modules, and fixes in the existing .wav file output.
+
+
+a52dec-0.7.2 Sun Dec 16 14:39:56 PST 2001
+
+Minor bugfixes, performance and portability enhancements.
+
+Also added wav format output, and reduced the demux buffer size which
+makes it easier to use a52dec as a pipe.
+
+
+a52dec-0.7.1 Thu Aug 30 02:13:23 PDT 2001
+
+Minor release for bugfixes. Looks like 0.7.0 was a bit rushed out.
+
+Now compiles with gcc 3.0, made sure mlib implementation works, and
+fixed a small bug in the a52dec test program.
+
+
+a52dec-0.7.0 Thu Aug 23 23:18:00 PDT 2001
+
+First release since more than one year !
+
+The most user-noticeable additions are the downmix to arbitrary
+speaker configurations, and the implementation of dynamic range
+compression.
+
+The speed has been improved by a factor of 2 to 3, the conformance and
+precision should be higher, and we also fixed a small bug when playing
+stereo rematrixed streams.