Xiph.org - flac.git/summary

Flac git repository

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

Les articles publiés sur le site

  • Use MMX ASM fucntions instead of SSE4.1 if available

    2 mars 2019, par lvqcl
    Use MMX ASM fucntions instead of SSE4.1 if available
    
    These SSE4.1 functions are not always faster than their MMX ASM counterparts,
    so let's use ASM functions if they're available.
    
    • [DH] src/libFLAC/stream_decoder.c
  • Speed up FLAC__bitwriter_write_byte_block (metadata writing)

    2 mars 2019, par Robert Kausch
    Speed up FLAC__bitwriter_write_byte_block (metadata writing)
    
    • [DH] src/libFLAC/bitwriter.c
  • Suppress compression failure message if it is not an error

    1er février 2019, par Karthik Periagaram
    Suppress compression failure message if it is not an error
    
    If the user specifies `--no-error-on-compression-fail`, there is no need
    to treat compression failure as an error. Hence, the failure message
    should be suppressed along with the non-zero exit code (which already
    is suppressed).
    
    • [DH] src/flac/encode.c
  • Replace hadd with shuffle + add

    19 septembre 2018, par lvqcl
    Replace hadd with shuffle + add
    
    • [DH] src/libFLAC/lpc_intrin_sse41.c
    • [DH] src/libFLAC/stream_encoder_intrin_avx2.c
    • [DH] src/libFLAC/stream_encoder_intrin_sse2.c
    • [DH] src/libFLAC/stream_encoder_intrin_ssse3.c
  • Cosmetic changes in lpc_asm.nasm and utf8.c

    31 août 2018, par lvqcl
    Cosmetic changes in lpc_asm.nasm and utf8.c
    
    • [DH] src/libFLAC/ia32/lpc_asm.nasm
    • [DH] src/share/utf8/utf8.c