Xiph.org - flac.git/summary

Flac git repository

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

Les articles publiés sur le site

  • libFLAC/metadata_object.c : Fix typo in comment.

    20 février 2015, par Erik de Castro Lopo
    libFLAC/metadata_object.c : Fix typo in comment.
    
    • [DH] src/libFLAC/metadata_object.c
  • libFLAC : Put upper bound on number of seek points.

    18 février 2015, par Erik de Castro Lopo
    libFLAC : Put upper bound on number of seek points.
    
    Restrict number of seek points to 32768 total and a maximum of two per
    second.
    
    Ten hours of content is 36000 seconds which gives about one seek point
    for every second for those ten hours. Also, having more than two seek
    point per second makes little sense regardless of content length.
    
    Without these restrictions flac-to-flac encoding of a malformed input
    file (eg something generated with http://lcamtuf.coredump.cx/afl/)
    can result in an attempt to generate a stupidly large number of seek
    points and cause an allocation failure.
    
    • [DH] src/libFLAC/metadata_object.c
    • [DH] src/share/grabbag/seektable.c
  • flac : Fix for https://sourceforge.net/p/flac/bugs/425/

    17 février 2015, par Erik de Castro Lopo
    flac : Fix for https://sourceforge.net/p/flac/bugs/425/
    
    * flac/encode.c : Validate num_tracks field of cuesheet.
    * libFLAC/stream_encoder.c : Add check for a NULL pointer.
    * flac/encode.c : Improve bounds checking.
    
    Closes: https://sourceforge.net/p/flac/bugs/425/
    
    • [DH] src/flac/encode.c
    • [DH] src/libFLAC/stream_encoder.c
  • test/test_metaflac.sh : Out-of-tree build fixes.

    15 février 2015, par Erik de Castro Lopo
    test/test_metaflac.sh : Out-of-tree build fixes.
    
    • [DH] test/test_metaflac.sh
  • test/test_flac.sh : Out-of-tree build fixes.

    15 février 2015, par Erik de Castro Lopo
    test/test_flac.sh : Out-of-tree build fixes.
    
    • [DH] test/test_flac.sh