Xiph.org - flac.git/summary

Flac git repository

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

Les articles publiés sur le site

  • UWP build fix

    5 janvier 2018, par Alberto Fustinoni
    UWP build fix
    
    Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
    
    • [DH] src/libFLAC/windows_unicode_filenames.c
  • libFLAC : new function returns client_data from decoder

    4 décembre 2017, par Christophe DUMONT
    libFLAC : new function returns client_data from decoder
    
    Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
    
    • [DH] src/libFLAC/include/protected/stream_decoder.h
    • [DH] src/libFLAC/stream_decoder.c
  • replaygain_synthesis.c : Fix a cppcheck warning

    20 juillet 2017, par Erik de Castro Lopo
    replaygain_synthesis.c: Fix a cppcheck warning
    
    Cppcheck was incorrectly warning that `doubletmp` was being used
    un-initialized. This was due to the fact that it was being used
    and initialized in a pre-processor macro. Chaning the macro to
    an inline function stops cppcheck from raising a warning.
    
    • [DH] src/share/replaygain_synthesis/replaygain_synthesis.c
  • Revert "Add Clang support for FLAC__SSE_TARGET"

    19 juillet 2017, par Erik de Castro Lopo
    Revert "Add Clang support for FLAC__SSE_TARGET"
    
    This reverts commit b52fa0ec6dc83ec0f430ff7bd7c80485c45728b0.
    
    See: https://github.com/xiph/flac/commit/b52fa0ec6dc83ec0f430ff7bd7c80485c45728b0
    
    • [DH] src/libFLAC/include/private/cpu.h
  • Add Clang support for FLAC__SSE_TARGET

    14 juillet 2017, par C.W. Betts
    Add Clang support for FLAC__SSE_TARGET
    
    Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
    
    • [DH] src/libFLAC/include/private/cpu.h