Xiph.org - flac.git/summary

Flac git repository

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

Les articles publiés sur le site

  • src/flac/encode.c : Fix compression failure warning when encoding from stdin.

    2 juillet 2014, par Erik de Castro Lopo
    src/flac/encode.c :  Fix compression failure warning when encoding from stdin.
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    
    • [DH] src/flac/encode.c
  • test_libFLAC/md5.c : Fix the tests.

    1er juillet 2014, par Erik de Castro Lopo
    test_libFLAC/md5.c : Fix the tests.
    
    The previous version of this test worked on amd64 and powerpc64 but
    failed on armhf. Investigation show that the previous version of the
    test data was generated for a case where the ARRAY_LEN macro was
    exploiting undefined behaviour.
    Fix was ditching the ARRAY_LEN macro and then recalculating the
    target data.
    
    • [DH] src/test_libFLAC/md5.c
  • test_libFLAC/endswap.c : Improvements.

    1er juillet 2014, par Erik de Castro Lopo
    test_libFLAC/endswap.c : Improvements.
    
    * Print endian-ness of test host.
    * Replace ugly macro with C code.
    * Add tests for H2LE_16 and H2LE_32 macros.
    
    • [DH] src/test_libFLAC/endswap.c
  • src/test_libFLAC : Add tests for end swap macros.

    30 juin 2014, par Erik de Castro Lopo
    src/test_libFLAC : Add tests for end swap macros.
    
    • [DH] src/test_libFLAC/Makefile.am
    • [DH] src/test_libFLAC/endswap.c
    • [DH] src/test_libFLAC/endswap.h
    • [DH] src/test_libFLAC/main.c
  • src/flac/decode.c : Add comment about ubuf union.

    30 juin 2014, par Erik de Castro Lopo
    src/flac/decode.c : Add comment about ubuf union.
    
    • [DH] src/flac/decode.c