add 1.1.1 changelog entry for PPC optimizations
authorJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 28 Jul 2004 04:04:00 +0000 (04:04 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 28 Jul 2004 04:04:00 +0000 (04:04 +0000)
doc/html/changelog.html

index b3d501e..994c6ea 100644 (file)
@@ -90,6 +90,7 @@
                <LI>
                        General:
                        <UL>
+                               <LI>New PPC optimizations almost double the decoding speed on OS X</LI>
                                <LI>Ogg FLAC seeking now works</LI>
                        </UL>
                </LI>
                <LI>
                        libraries:
                        <UL>
+                               <LI>libFLAC: PPC+Altivec optimizations of some decoder routines.</LI>
                                <LI>libFLAC: Make stream encoder encode the blocksize and sample rate in the frame header if at all possible (not in STREAMINFO), even if subset encoding was not requested.</LI>
                                <LI>libFLAC: Bug fix: fixed seek routine where infinite loop could happen when seeking past end of stream.</LI>
                                <LI>libFLAC, libFLAC++: added methods to skip single frames, useful for quickly finding frame boundaries (see interface changes below).</LI>