Xiph.org - flac.git/summary

Flac git repository

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

Les articles publiés sur le site

  • stream_encoder.c : Only set 10MB output buffer on _WIN32.

    28 septembre 2014, par Erik de Castro Lopo
    stream_encoder.c : Only set 10MB output buffer on _WIN32.
    
    Commig 6a6207b52a set the size of the encoder output buffer to 10MB
    but this fix is really only needed on Windows, so wrap it in an #ifdef.
    
    • [DH] src/libFLAC/stream_encoder.c
  • Improve malformed vorbiscomment handling.

    27 septembre 2014, par Erik de Castro Lopo
    Improve malformed vorbiscomment handling.
    
    A few minor tweaks on a patch from Janne Hyvärinen <cse@sci.fi>.
    
    fixup
    
    • [DH] src/libFLAC/metadata_iterators.c
    • [DH] src/libFLAC/stream_decoder.c
  • metaflac : Fix typo in error message.

    25 septembre 2014, par Erik de Castro Lopo
    metaflac : Fix typo in error message.
    
    Patch-from: Janne Hyvärinen <cse@sci.fi>
    
    • [DH] src/metaflac/utils.c
  • libFLAC/cpu.c : Refactor for readability.

    23 septembre 2014, par Erik de Castro Lopo
    libFLAC/cpu.c : Refactor for readability.
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    
    • [DH] src/libFLAC/cpu.c
  • stream_encoder.c : Give the encoder a larger stdio buffer.

    23 septembre 2014, par Erik de Castro Lopo
    stream_encoder.c : Give the encoder a larger stdio buffer.
    
    Windows in particular can experience slow encoding speeds on highly
    fragmented disks. Using setvbuf to increase the size of the buffer to
    10Meg.
    
    This is probably not needed on Linux/Unix, but is very unlikely to
    to cause any negative effects.
    
    Patch-from: Janne Hyvärinen <cse@sci.fi>
    
    • [DH] src/libFLAC/stream_encoder.c