Xiph.org - flac.git/summary

Flac git repository

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

Les articles publiés sur le site

  • configure.ac : Remove redundant `XIPH_ADD_CFLAGS([-Wextra])`

    25 janvier 2016, par Erik de Castro Lopo
    configure.ac: Remove redundant `XIPH_ADD_CFLAGS([-Wextra])`
    
    • [DH] configure.ac
  • doc : specify that quantized LPC shift must be non-negative

    24 janvier 2016, par Tristan Matthews
    doc: specify that quantized LPC shift must be non-negative
    
    Refs http://sourceforge.net/p/flac/bugs/424/
    
    Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
    
    • [DH] doc/html/format.html
  • Fix linking of microbenchmark program

    23 janvier 2016, par Erik de Castro Lopo
    Fix linking of microbenchmark program
    
    On some setups, benchmark_residual linkage fails with an undefined
    reference to clock_gettime(). Adding -lrt fixes that.
    
    Patch-from: Ozkan Sezer <sezeroz@gmail.com>
    
    • [DH] configure.ac
    • [DH] microbench/Makefile.am
  • libFLAC/lpc.c : Fix comments

    23 janvier 2016, par Erik de Castro Lopo
    libFLAC/lpc.c: Fix comments
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    
    • [DH] src/libFLAC/lpc.c
  • Clean up #includes

    23 janvier 2016, par Erik de Castro Lopo
    Clean up #includes
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    
    • [DH] include/share/endswap.h
    • [DH] src/libFLAC/stream_encoder.c
    • [DH] src/metaflac/main.c