Xiph.org - flac.git/summary

Flac git repository

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

Les articles publiés sur le site

  • libFLAC/lpc_intrin_sse* : Formatting cleanup

    31 janvier 2017, par Erik de Castro Lopo
    libFLAC/lpc_intrin_sse*: Formatting cleanup
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    
    • [DH] src/libFLAC/lpc_intrin_sse2.c
    • [DH] src/libFLAC/lpc_intrin_sse41.c
  • FLAC__stream_encoder_finish : Sanity improvement

    30 janvier 2017, par Erik de Castro Lopo
    FLAC__stream_encoder_finish: Sanity improvement
    
    Previously this function would abort or crash if passed `NULL` for
    the encoder. Now it just returns without crashing or aborting which
    is far more sane behaviour (ie much like FLAC__stream_encoder_delete).
    
    • [DH] src/libFLAC/stream_encoder.c
  • stream encoder : fix documentation inconsistencies

    30 janvier 2017, par Christian Stadelmann
    stream encoder: fix documentation inconsistencies
    
    Fixes https://sourceforge.net/p/flac/bugs/452/
    
    Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
    
    • [DH] include/FLAC/stream_encoder.h
  • include/share/compat.h : Only define inline for C

    23 janvier 2017, par Erik de Castro Lopo
    include/share/compat.h: Only define inline for C
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    
    • [DH] include/share/compat.h
  • Create .travis.yml

    22 janvier 2017, par Stephen
    Create .travis.yml
    
    Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
    Closes: https://github.com/xiph/flac/pull/28
    
    • [DH] .travis.yml