Xiph.org - flac.git/summary

Flac git repository

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

Les articles publiés sur le site

  • Error out when asked to store an picture that is too large

    9 janvier 2016, par Erik de Castro Lopo
    Error out when asked to store an picture that is too large
    
    Picture size must be smaller than the maximum block size.
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    
    • [DH] src/libFLAC/metadata_object.c
    • [DH] src/share/grabbag/picture.c
  • flac/encode.c : Limit padding size

    9 janvier 2016, par Erik de Castro Lopo
    flac/encode.c: Limit padding size
    
    This prevents a too large padding value overflowing the block length.
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    Closes: https://sourceforge.net/p/flac/bugs/284/
    
    • [DH] src/flac/encode.c
  • changelog.html : Start on 1.3.2 changelog entry

    8 janvier 2016, par Erik de Castro Lopo
    changelog.html: Start on 1.3.2 changelog entry
    
    • [DH] doc/html/changelog.html
  • configure.ac : Add —enable-64-bit-words option

    4 janvier 2016, par Erik de Castro Lopo
    configure.ac: Add --enable-64-bit-words option
    
    The old 32 bit words the default which can be overridded with this
    configure option.
    
    • [DH] configure.ac
    • [DH] src/libFLAC/bitreader.c
    • [DH] src/libFLAC/bitwriter.c
    • [DH] src/test_libFLAC/bitwriter.c
  • libFLAC : Support 64bit brword/bwword

    4 janvier 2016, par Erik de Castro Lopo
    libFLAC: Support 64bit brword/bwword
    
    This patch allows FLAC__BYTES_PER_WORD to be set to 8, but is disabled by
    default.
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    
    • [DH] include/share/endswap.h
    • [DH] src/libFLAC/bitreader.c
    • [DH] src/libFLAC/bitwriter.c
    • [DH] src/libFLAC/include/private/bitmath.h
    • [DH] src/test_libFLAC/bitwriter.c