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/decode.c : Add WAVEFORMATEXTENSIBLE to WAV files as needed.

    14 décembre 2014, par Erik de Castro Lopo
    src/flac/decode.c : Add WAVEFORMATEXTENSIBLE to WAV files as needed.
    
    Patch-by: lvqcl <lvqcl.mail@gmail.com>
    
    • [DH] src/flac/decode.c
  • Grammatical error in make file comment fixed

    13 décembre 2014, par Karthik Periagaram
    Grammatical error in make file comment fixed
    
    Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
    
    • [DH] test/Makefile.am
  • Spelling and grammar fixes for console output

    13 décembre 2014, par Karthik Periagaram
    Spelling and grammar fixes for console output
    
    This commit fixes a typo in a console debug message encountered during
    encoding. It also fixes a grammatical error in the same message.
    
    Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
    
    • [DH] src/flac/encode.c
  • stream_decoder.c : Fix free-ing of unitilialized pointer.

    11 décembre 2014, par Erik de Castro Lopo
    stream_decoder.c : Fix free-ing of unitilialized pointer.
    
    Found using afl (http://lcamtuf.coredump.cx/afl/).
    
    • [DH] src/libFLAC/stream_decoder.c
  • src/libFLAC/stream_decoder.c : Fix seek bug.

    10 décembre 2014, par Erik de Castro Lopo
    src/libFLAC/stream_decoder.c : Fix seek bug.
    
    Janne Hyvärinen reported a problem with seeking as a result of the
    fix for CVE-2014-9028. This is a different solution to the issue
    that should not adversely affect seeking.
    
    This version of the fix for the above CVE has been extensively fuzz
    tested using afl (http://lcamtuf.coredump.cx/afl/).
    
    Reported-by: Janne Hyvärinen <cse@sci.fi>
    
    • [DH] src/libFLAC/stream_decoder.c