summaryrefslogtreecommitdiff
path: root/apps/codecs/liba52/NEWS
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 /apps/codecs/liba52/NEWS
parenta0009907de7a0107d49040d8a180f140e2eff299 (diff)
downloadrockbox-f40bfc9267b13b54e6379dfe7539447662879d24.zip
rockbox-f40bfc9267b13b54e6379dfe7539447662879d24.tar.gz
rockbox-f40bfc9267b13b54e6379dfe7539447662879d24.tar.bz2
rockbox-f40bfc9267b13b54e6379dfe7539447662879d24.tar.xz
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 'apps/codecs/liba52/NEWS')
-rw-r--r--apps/codecs/liba52/NEWS46
1 files changed, 0 insertions, 46 deletions
diff --git a/apps/codecs/liba52/NEWS b/apps/codecs/liba52/NEWS
deleted file mode 100644
index 4bee9ca..0000000
--- a/apps/codecs/liba52/NEWS
+++ /dev/null
@@ -1,46 +0,0 @@
-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.