Xiph.org - flac.git/summary

Flac git repository

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

Les articles publiés sur le site

  • Fix a number of gcc 9.2 compiler warnings

    15 septembre 2019, par Erik de Castro Lopo
    Fix a number of gcc 9.2 compiler warnings
    
    • [DH] include/share/safe_str.h
    • [DH] src/flac/main.c
    • [DH] src/libFLAC/metadata_iterators.c
    • [DH] src/metaflac/utils.c
    • [DH] src/share/utf8/iconvert.c
    • [DH] src/share/utf8/utf8.c
    • [DH] src/test_libFLAC/metadata_manip.c
  • Fix function redefinition on arm-none-eabi compilers

    2 septembre 2019, par oreo639
    Fix function redefinition on arm-none-eabi compilers
    
    • [DH] include/share/grabbag/cuesheet.h
    • [DH] include/share/grabbag/replaygain.h
    • [DH] include/share/grabbag/seektable.h
    • [DH] include/share/replaygain_synthesis.h
  • flac/utils : Add missing define

    30 août 2019, par Rosen Penev
    flac/utils: Add missing define
    
    wcswidth needs _XOPEN_SOURCE defined. Otherwise, no declaration.
    
    • [DH] src/flac/utils.c
  • window : fabs > fabsf and cos > cosf where it makes sense

    29 août 2019, par Rosen Penev
    window: fabs > fabsf and cos > cosf where it makes sense
    
    The f functions are faster. It seems the arguments are all floats.
    
    • [DH] src/libFLAC/window.c
  • Run libFLAC++ through clang-tidy.

    29 août 2019, par Rosen Penev
    Run libFLAC++ through clang-tidy.
    
    Applied the following suggestions:
    
    modernize-deprecated-headers
    google-readability-casting
    google-readability-namespace-comments
    readability-else-after-return
    
    • [DH] src/libFLAC++/metadata.cpp
    • [DH] src/libFLAC++/stream_decoder.cpp
    • [DH] src/libFLAC++/stream_encoder.cpp