Xiph.org - mirrors/vorbis.git/summary

Vorbis git repository

http://git.xiph.org/?p=mirrors/vorbis.git;a=summary

Les articles publiés sur le site

  • Bump version for 1.3.5 release.

    5 janvier 2015, par Ralph Giles
    Bump version for 1.3.5 release.
    
    
    git-svn-id: http://svn.xiph.org/trunk/vorbis@19421 0101bb08-14d6-0310-b084-bc0e0c8e3800
    
    • [DH] configure.ac
    • [DH] lib/info.c
    • [DH] lib/synthesis.c
  • Fix crash on corrupt input file (invalid mode index)

    4 janvier 2015, par Tim Terriberry
    Fix crash on corrupt input file (invalid mode index)
    
    vorbis_packet_blocksize() crashes with a NULL pointer dereference,
    if the "mode" index read from the packet is too large. Check this
    immediately after reading the value and before accessing the mode
    parameters. This crash potentially affects all users of libvorbisfile
    and anyone else who calls vorbis_packet_blocksize() manually.
    
    Patch by Martin Steghöfer <martin@steghoefer.eu>
    
    Fixes #2140
    Bug-Debian: https://bugs.debian.org/774516
    
    
    
    git-svn-id: http://svn.xiph.org/trunk/vorbis@19419 0101bb08-14d6-0310-b084-bc0e0c8e3800
    
    • [DH] lib/synthesis.c
  • Fix spec typo.

    14 octobre 2014, par Ralph Giles
    Fix spec typo.
    
    Issue #2060.
    
    
    git-svn-id: http://svn.xiph.org/trunk/vorbis@19241 0101bb08-14d6-0310-b084-bc0e0c8e3800
    
    • [DH] doc/xml/10-tables.xml
  • Fix some typos in the spec.

    10 octobre 2014, par Tim Terriberry
    Fix some typos in the spec.
    
    Thanks to stefan for the report.
    
    Fixes #2060.
    
    
    git-svn-id: http://svn.xiph.org/trunk/vorbis@19231 0101bb08-14d6-0310-b084-bc0e0c8e3800
    
    • [DH] doc/04-codec.tex
    • [DH] doc/10-tables.tex
  • Correct two more corner case problems with #1486 :

    24 juin 2014, par Monty
    Correct two more corner case problems with #1486:
    1) single-page streams will have no bisection; handle the special case explicitly
    2) if the bisection fails without ever successfully grabbing a page, the first-page-special-case check is unprotected and will look at uninitialized memory.
    
    
    
    git-svn-id: http://svn.xiph.org/trunk/vorbis@19171 0101bb08-14d6-0310-b084-bc0e0c8e3800
    
    • [DH] lib/vorbisfile.c