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 some minor word duplication

    1er décembre 2014, par Zoë Blade
    Fix some minor word duplication
    
    Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
    
    • [DH] doc/html/documentation_tools_metaflac.html
    • [DH] include/FLAC/all.h
    • [DH] include/FLAC/metadata.h
    • [DH] include/share/compat.h
    • [DH] include/share/macros.h
    • [DH] man/metaflac.1
    • [DH] man/metaflac.sgml
    • [DH] src/metaflac/usage.c
  • configure.ac : Relax automake version requirements.

    30 novembre 2014, par Erik de Castro Lopo
    configure.ac : Relax automake version requirements.
    
    Suggested-by: Jan Stary <hans@stare.cz>
    
    • [DH] configure.ac
  • configure.ac : Don’t zap ’-g’ from $CFLAGS.

    30 novembre 2014, par Erik de Castro Lopo
    configure.ac : Don't zap '-g' from $CFLAGS.
    
    The '-g' was in-correctly getting zapped from all CFLAGS expressions
    including eg:
    
        -mfloat-gprs=double (for powerpc e500) -> -mfloatprs=double.
    
    Reported-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
    
    • [DH] configure.ac
  • src/libFLAC/stream_decoder.c : Fix another input validation bug.

    28 novembre 2014, par Erik de Castro Lopo
    src/libFLAC/stream_decoder.c : Fix another input validation bug.
    
    If a file says it contains a stupidly large number of vorbis comments,
    the stream decoder would try to allocate enough memory which would fail
    returning NULL and then write to that pointer anyway. The solution is
    to set a hard limit of 10000 vorbis comments and force num_comments to
    zero if the number is too large.
    
    Problem found using the afl (american fuzzy lop) fuzzer.
    
    Closes: https://sourceforge.net/p/flac/bugs/421/
    Reported-by : Hanno Böck <hanno@hboeck.de>
    
    • [DH] src/libFLAC/stream_decoder.c
  • Version 1.3.1 final.

    27 novembre 2014, par Erik de Castro Lopo
    Version 1.3.1 final.
    
    • [DH] README
    • [DH] build/config.mk
    • [DH] configure.ac
    • [DH] doc/Doxyfile.in
    • [DH] doc/html/documentation_bugs.html
    • [DH] doc/html/index.html
    • [DH] src/libFLAC/libFLAC_dynamic.vcproj
    • [DH] src/libFLAC/libFLAC_dynamic.vcxproj
    • [DH] src/libFLAC/libFLAC_static.vcproj
    • [DH] src/libFLAC/libFLAC_static.vcxproj
    • [DH] test/metaflac-test-files/case07-expect.meta