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 vendor string for dot release.

    22 janvier 2014, par Monty
    Bump vendor string for dot release.
    
    
    
    git-svn-id: http://svn.xiph.org/trunk/vorbis@19058 0101bb08-14d6-0310-b084-bc0e0c8e3800
    
    • [DH] lib/info.c
  • Move all the static encoder codebooks to ’char’ lengthlists rather than ’long’ as...

    22 janvier 2014, par Monty
    Move all the static encoder codebooks to 'char' lengthlists rather than 'long' as the largest value for a lengthlist entry is 32 and the lengthlists are large.
    
    Alter the codebook generation tools in vq/ to generate the codebooks properly given the new type.
    
    [Hopefully] no functional change.
    
    
    
    git-svn-id: http://svn.xiph.org/trunk/vorbis@19057 0101bb08-14d6-0310-b084-bc0e0c8e3800
    
    • [DH] configure.ac
    • [DH] lib/books/coupled/res_books_51.h
    • [DH] lib/books/coupled/res_books_stereo.h
    • [DH] lib/books/floor/floor_books.h
    • [DH] lib/books/uncoupled/res_books_uncoupled.h
    • [DH] lib/codebook.c
    • [DH] lib/codebook.h
    • [DH] lib/sharedbook.c
    • [DH] vq/bookutil.c
    • [DH] vq/huffbuild.c
  • debug and profile targets weren’t hooked to anything ; have them make check with flags...

    22 janvier 2014, par Monty
    debug and profile targets weren't hooked to anything; have them make check with flags rather than make all
    
    
    
    git-svn-id: http://svn.xiph.org/trunk/vorbis@19056 0101bb08-14d6-0310-b084-bc0e0c8e3800
    
    • [DH] test/Makefile.am
  • Various warning fixes.

    3 décembre 2013, par Tim Terriberry
    Various warning fixes.
    
    Some of these were introduced in r19028.
    Others have been around much longer.
    
    
    git-svn-id: http://svn.xiph.org/trunk/vorbis@19031 0101bb08-14d6-0310-b084-bc0e0c8e3800
    
    • [DH] lib/block.c
    • [DH] lib/codebook.c
    • [DH] lib/floor0.c
    • [DH] lib/floor1.c
    • [DH] lib/os.h
    • [DH] lib/res0.c
    • [DH] lib/vorbisfile.c
  • Make definition of _vorbis_window_get() match declaration.

    3 décembre 2013, par Tim Terriberry
    Make definition of _vorbis_window_get() match declaration.
    
    window.c wasn't actually including window.h, or this would have been
     noticed earlier.
    
    
    git-svn-id: http://svn.xiph.org/trunk/vorbis@19028 0101bb08-14d6-0310-b084-bc0e0c8e3800
    
    • [DH] lib/window.c
    • [DH] lib/window.h