Xiph.org - flac.git/summary

Flac git repository

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

Les articles publiés sur le site

  • Windows/MSVC : Add ENABLE_64_BIT_WORDS macro

    1er mai 2016, par Erik de Castro Lopo
    Windows/MSVC: Add ENABLE_64_BIT_WORDS macro
    
    Allow setting of ENABLE_64_BIT_WORDS preprocessor variable for
    libFLAC_dynamic, libFLAC_static and test_libFLAC projects and x64
    platform.
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    
    • [DH] src/libFLAC/libFLAC_dynamic.vcxproj
    • [DH] src/libFLAC/libFLAC_static.vcxproj
    • [DH] src/test_libFLAC/test_libFLAC.vcxproj
  • bitwrite.c : Tweaks

    1er mai 2016, par Erik de Castro Lopo
    bitwrite.c: Tweaks
    
    * Removes unused FLAC__WORD_ALL_ONES definition.
    * Add comment that unused bits of accumulator can contain garbage.
    * Turn assert inside FLAC__bitwriter_write_utf8_uint32 into runtime
      check (similar to FLAC__bitwriter_write_utf8_uint64() function).
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    
    • [DH] src/libFLAC/bitwriter.c
  • libFLAC : Add metadata size checks to FLAC library

    1er mai 2016, par Erik de Castro Lopo
    libFLAC: Add metadata size checks to FLAC library
    
    This follows on from the previous patch.
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    
    • [DH] src/libFLAC/metadata_iterators.c
    • [DH] src/libFLAC/stream_encoder_framing.c
  • flac/metaflac : Limit the size of metadata blocks

    1er mai 2016, par Erik de Castro Lopo
    flac/metaflac: Limit the size of metadata blocks
    
    Limit allow image file size to slightly less than 2^24 bytes so that
    the file size plus extra house keeping data is strictly less that
    2^24 bytes in size.
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    
    • [DH] src/libFLAC/metadata_object.c
    • [DH] src/share/grabbag/picture.c
  • Fix ’make distcheck’ target

    27 avril 2016, par Erik de Castro Lopo
    Fix 'make distcheck' target
    
    Last commit added a new file which was not added to `EXTRA_DIST`.
    
    • [DH] test/cuesheets/Makefile.am