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 : Fix compiler warning

    13 décembre 2015, par Erik de Castro Lopo
    stream_encoder.c: Fix compiler warning
    
    Remove incorrect assignment to `encoder->protected_->state`.
    
    • [DH] src/libFLAC/stream_encoder.c
  • Win32 : Only use large buffers when writing to disk

    11 décembre 2015, par Erik de Castro Lopo
    Win32: Only use large buffers when writing to disk
    
    Windows can suffer quite badly from disk fragmentations. To avoid
    this, on Windows, the FILE* buffer size was set to 10Meg. However,
    this huge buffer is undesireable when writing to a eg a pipe.
    
    This patch updates the behaviour to only use the huge buffer when
    writing to disk.
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    Closes: https://sourceforge.net/p/flac/feature-requests/114/
    
    • [DH] src/libFLAC/stream_encoder.c
  • Remove (defined _MSC_VER) from cpp workaround

    9 décembre 2015, par Erik de Castro Lopo
    Remove (defined _MSC_VER) from cpp workaround
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    
    • [DH] include/FLAC++/decoder.h
    • [DH] include/FLAC++/encoder.h
  • libFLAC/stream_encoder.c : Fix overflow in total_error_*

    24 novembre 2015, par Erik de Castro Lopo
    libFLAC/stream_encoder.c: Fix overflow in total_error_*
    
    lvqvl found that 32-bit total_error_* variables can overflow when the
    right encoding parameters are used. This patch disables them.
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    
    • [DH] src/libFLAC/stream_encoder.c
  • libFLAC/stream_encoder_intrin_*.c : More refactoring II

    19 novembre 2015, par Erik de Castro Lopo
    libFLAC/stream_encoder_intrin_*.c: More refactoring II
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    
    • [DH] src/libFLAC/stream_encoder_intrin_sse2.c