[xiph-cvs] cvs commit: positron ChangeLog

Stan Seibert volsung at xiph.org
Wed Jul 2 10:57:30 PDT 2003



volsung     03/07/02 13:57:30

  Modified:    .        ChangeLog
  Log:
  More fixes to hopefully improve MP3 detection:
  
  * Check a random location in the middle of the file for a frame header
  
  * If a bad header is found during a linear search, keep going
  
  * ID3v2 frame lengths (not the length of the whole ID3v2 tag) are sometimes
  sync-safe integers and sometimes not depending on minor version of the v2
  tags.  Patch from Alec Mitchell <apm13 at columbia.edu> fixes this.  Hopefully
  closes bug 367 and 377.

Revision  Changes    Path
1.6       +4 -0      positron/ChangeLog

Index: ChangeLog
===================================================================
RCS file: /usr/local/cvsroot/positron/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	19 Jun 2003 18:38:24 -0000	1.5
+++ ChangeLog	2 Jul 2003 17:57:30 -0000	1.6
@@ -1,3 +1,7 @@
+Version ??? (???):
+	* mp3_support option added to permit MP3 support to be disabled.
+	Handy for testing firmwares that lack MP3 support.
+
 Version 1.0 (June 19, 2003):
         * Ogg Vorbis support added.  (Turned off by default)  Requires 
         vorbis and ogg python modules by Andrew Chatham.  

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list