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 build on FreeBSD PowerPC

    15 août 2019, par pkubaj
    Fix build on FreeBSD PowerPC
    
    Used the elf_aux_info function on FreeBSD and clarify that users of other
    systems need to implement reading from AT_HWCAP2.
    
    • [DH] src/libFLAC/cpu.c
  • Switch to utimensat for newer POSIX versions

    9 août 2019, par Rosen Penev
    Switch to utimensat for newer POSIX versions
    
    Some libcs like uClibc-ng can optionally disable deprecated functions.
    utime is one of them. When done so, both the header and the function go
    missing.
    
    This fixes flac_utime to work in such a situation.
    
    • [DH] include/share/compat.h
    • [DH] src/libFLAC/metadata_iterators.c
    • [DH] src/share/grabbag/file.c
    • [DH] src/test_libFLAC++/metadata_manip.cpp
    • [DH] src/test_libFLAC/metadata_manip.c
  • libFLAC : Rename get_client_data_from_decoder function

    8 août 2019, par Erik de Castro Lopo
    libFLAC: Rename get_client_data_from_decoder function
    
    This function was added after the 1.3.2 release, but the name was bad
    (missing "FLAC__" at the start) and the pointer returned should be 'const'.
    
    • [DH] src/libFLAC/include/protected/stream_decoder.h
    • [DH] src/libFLAC/stream_decoder.c
  • increase required minimum cmake version to 3.9.

    5 août 2019, par sezero
    increase required minimum cmake version to 3.9.
    
    • [DH] CMakeLists.txt
  • doc : Add xmlns attributes.

    5 août 2019, par Ralph Giles
    doc: Add xmlns attributes.
    
    validator.w3.org wants a namespace declaration for xhtml.
    
    • [DH] doc/html/changelog.html
    • [DH] doc/html/developers.html
    • [DH] doc/html/documentation.html
    • [DH] doc/html/documentation_bugs.html
    • [DH] doc/html/documentation_example_code.html
    • [DH] doc/html/documentation_format_overview.html
    • [DH] doc/html/documentation_tools.html
    • [DH] doc/html/documentation_tools_flac.html
    • [DH] doc/html/documentation_tools_metaflac.html
    • [DH] doc/html/faq.html
    • [DH] doc/html/features.html
    • [DH] doc/html/format.html
    • [DH] doc/html/id.html
    • [DH] doc/html/index.html
    • [DH] doc/html/license.html
    • [DH] doc/html/ogg_mapping.html