Xiph.org - flac.git/summary

Flac git repository

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

Les articles publiés sur le site

  • Normalize some copyright dates strings.

    26 novembre 2014, par Erik de Castro Lopo
    Normalize some copyright dates strings.
    
    This will make it easier to simply search and replace.
    
    • [DH] doc/html/faq.html
    • [DH] doc/html/id.html
    • [DH] src/flac/main.c
  • Some last copyright year updates and change to open bug list

    26 novembre 2014, par Martijn van Beurden
    Some last copyright year updates and change to open bug list
    
    This updates one rather important mention of the copyright year
    (the encoding/decoding progress display) and a few in the
    documentation. Furthermore, it updates the open bug list
    
    Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
    
    • [DH] doc/html/documentation_bugs.html
    • [DH] doc/html/faq.html
    • [DH] doc/html/id.html
    • [DH] src/flac/main.c
  • Fix two un-related typos.

    26 novembre 2014, par Erik de Castro Lopo
    Fix two un-related typos.
    
    • [DH] AUTHORS
    • [DH] src/libFLAC/stream_decoder.c
  • test/test_compression.sh : Fix for OSX.

    26 novembre 2014, par Erik de Castro Lopo
    test/test_compression.sh : Fix for OSX.
    
    On Mac OSX, the 'wc -c' command returns a number with leading whitespace
    which then results in a syntax error when the shell parser expects a
    number when it really has a string containing a number. The easy fix is
    to use string interpolation.
    
    Closes: https://sourceforge.net/p/flac/bugs/420/
    Reported-by: Mark Harris <mark.hsj@gmail.com>
    
    • [DH] test/test_compression.sh
  • Scripts/cross-build-win-binaries.mk : Strip the binaries.

    25 novembre 2014, par Erik de Castro Lopo
    Scripts/cross-build-win-binaries.mk : Strip the binaries.
    
    • [DH] Scripts/cross-build-win-binaries.mk