Xiph.org - flac.git/summary

Flac git repository

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

Les articles publiés sur le site

  • flac : Fix handling of raw input option.

    28 juin 2014, par Erik de Castro Lopo
    flac : Fix handling of raw input option.
    
    FLAC was silently ignoring options for raw input for encoding mode (but
    prints an error and aborts when _de_coding).
    
    This can lead to bug reports such as https://sourceforge.net/p/flac/bugs/389/
    
    FLAC now prints a message about options misuse for encoding mode.
    
    Help messages were also updated.
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    
    • [DH] src/flac/main.c
  • AUTHORS : Tweaks.

    28 juin 2014, par Erik de Castro Lopo
    AUTHORS : Tweaks.
    
    • [DH] AUTHORS
  • flac : Fix padding for —replay-gain option.

    28 juin 2014, par Erik de Castro Lopo
    flac: Fix padding for --replay-gain option.
    
    Patches ported from the flac 1.2.1 maintenance branch.
    
        http://flac.cvs.sourceforge.net/viewvc/flac/flac/src/flac/encode.c?
        r1=1.194&r2=1.194.2.1&pathrev=FLAC_RELEASE_1_2_1_MAINTENANCE_BRANCH
    
        http://flac.cvs.sourceforge.net/viewvc/flac/flac/src/flac/main.c?
        r1=1.169&r2=1.169.2.1&pathrev=FLAC_RELEASE_1_2_1_MAINTENANCE_BRANCH
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    
    • [DH] src/flac/encode.c
    • [DH] src/flac/main.c
  • stream_decoder : Two read_metadata() fixes from 1.2.1 maintenance branch.

    28 juin 2014, par Erik de Castro Lopo
    stream_decoder : Two read_metadata() fixes from 1.2.1 maintenance branch.
    
    * Fix leaks in read_metadata_() that could occur because of read errors or
      malformed streams.
        http://flac.cvs.sourceforge.net/viewvc/flac/flac/src/libFLAC/
        stream_decoder.c?
        r1=1.147&r2=1.147.2.1&pathrev=FLAC_RELEASE_1_2_1_MAINTENANCE_BRANCH
    
    * Fix metadata block initialization bug in read_metadata_().
        http://flac.cvs.sourceforge.net/viewvc/flac/flac/src/libFLAC/
        stream_decoder.c?
        r1=1.147.2.1&r2=1.147.2.2&pathrev=FLAC_RELEASE_1_2_1_MAINTENANCE_BRANCH
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    
    • [DH] src/libFLAC/stream_decoder.c
  • README updates.

    28 juin 2014, par Erik de Castro Lopo
    README updates.
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    
    • [DH] README