Xiph.org - flac.git/summary

Flac git repository

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

Les articles publiés sur le site

  • ci/flac-autotool.sh : Test ’distcheck’ target instead of ’check’.

    24 février 2015, par Erik de Castro Lopo
    ci/flac-autotool.sh : Test 'distcheck' target instead of 'check'.
    
    • [DH] ci/flac-autotool.sh
  • test/test_flac.sh : Make it work for ’make distcheck’.

    24 février 2015, par Erik de Castro Lopo
    test/test_flac.sh : Make it work for 'make distcheck'.
    
    An output file was being set to read only and hence could not be
    overwritten by a later test. Not sure why this only affected the
    'make distcheck' target.
    
    • [DH] test/test_flac.sh
  • Fix cursheet tests for ’make distcheck’.

    23 février 2015, par Erik de Castro Lopo
    Fix cursheet tests for 'make distcheck'.
    
    • [DH] src/test_grabbag/cuesheet/main.c
    • [DH] test/test_grabbag.sh
  • src/encode.c : Fix potential infinite loop in flac-toflac encoding.

    22 février 2015, par Erik de Castro Lopo
    src/encode.c : Fix potential infinite loop in flac-toflac encoding.
    
    A malformed file (generated by AFL) had a 'samples_left_to_process' value
    of greater than the actual numbe of samples. When re-encoding the decoder
    would get to the end of the file and then continuously return a decode
    status of FLAC__STREAM_DECODER_END_OF_STREAM, causing an infinite loop.
    
    Solution is to break out of the loop on two consecutive end-of-stream
    events.
    
    • [DH] src/flac/encode.c
  • Add file ci/flac-autotool.sh.

    20 février 2015, par Erik de Castro Lopo
    Add file ci/flac-autotool.sh.
    
    Currently only does 'make check' because 'make distcheck' is currently
    broken.
    
    • [DH] ci/flac-autotool.sh