Xiph.org - flac.git/summary

Flac git repository

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

Les articles publiés sur le site

  • share/utf8/charset.c : Cleanup realloc() usage

    19 janvier 2017, par Erik de Castro Lopo
    share/utf8/charset.c: Cleanup realloc() usage
    
    This version should be logically identical to the previous version
    but prevents a false-positive from the cppcheck static analysis
    tool.
    
    • [DH] src/share/utf8/charset.c
  • Fix cppcheck warnings

    19 janvier 2017, par Rosen Penev
    Fix cppcheck warnings
    
    Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
    
    • [DH] src/libFLAC/bitreader.c
    • [DH] src/libFLAC/bitwriter.c
    • [DH] src/plugin_xmms/plugin.c
    • [DH] src/test_libFLAC++/encoders.cpp
    • [DH] src/test_libFLAC/decoders.c
    • [DH] src/test_libFLAC/encoders.c
  • Add missing file include/share/msvc2005_int.h

    18 janvier 2017, par Erik de Castro Lopo
    Add missing file include/share/msvc2005_int.h
    
    • [DH] include/share/msvc2005_int.h
  • stdint.h fixes for MSVS 2005/2008

    18 janvier 2017, par Erik de Castro Lopo
    stdint.h fixes for MSVS 2005/2008
    
    This adds a new msvc2005_int.h header file which is "force included"
    as needed by the MSVS project file.
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    
    • [DH] examples/c/decode/file/example_c_decode_file.vcproj
    • [DH] examples/c/encode/file/example_c_encode_file.vcproj
    • [DH] examples/cpp/decode/file/example_cpp_decode_file.vcproj
    • [DH] examples/cpp/encode/file/example_cpp_encode_file.vcproj
    • [DH] include/FLAC/ordinals.h
    • [DH] include/share/Makefile.am
    • [DH] include/share/compat.h
    • [DH] src/flac/flac.vcproj
    • [DH] src/flac/iffscan.vcproj
    • [DH] src/libFLAC++/libFLAC++_dynamic.vcproj
    • [DH] src/libFLAC++/libFLAC++_static.vcproj
    • [DH] src/libFLAC/libFLAC_dynamic.vcproj
    • [DH] src/libFLAC/libFLAC_static.vcproj
    • [DH] src/metaflac/metaflac.vcproj
    • [DH] src/share/getopt/getopt_static.vcproj
    • [DH] src/share/grabbag/grabbag_static.vcproj
    • [DH] src/share/replaygain_analysis/replaygain_analysis_static.vcproj
    • [DH] src/share/replaygain_synthesis/replaygain_synthesis_static.vcproj
    • [DH] src/share/utf8/utf8_static.vcproj
    • [DH] src/share/win_utf8_io/win_utf8_io_static.vcproj
    • [DH] src/test_grabbag/cuesheet/test_cuesheet.vcproj
    • [DH] src/test_grabbag/picture/test_picture.vcproj
    • [DH] src/test_libFLAC++/test_libFLAC++.vcproj
    • [DH] src/test_libFLAC/test_libFLAC.vcproj
    • [DH] src/test_libs_common/test_libs_common_static.vcproj
    • [DH] src/test_seeking/test_seeking.vcproj
    • [DH] src/test_streams/test_streams.vcproj
    • [DH] src/utils/flacdiff/flacdiff.vcproj
    • [DH] src/utils/flactimer/flactimer.vcproj
  • metadata.h : Fix search/replace typo in comments

    17 janvier 2017, par Erik de Castro Lopo
    metadata.h: Fix search/replace typo in comments
    
    • [DH] include/FLAC/metadata.h