Xiph.org - flac.git/summary

Flac git repository

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

Les articles publiés sur le site

  • src/share/replaygain_synthesis/ : Remove old fast float math hack.

    18 mai 2014, par Erik de Castro Lopo
    src/share/replaygain_synthesis/ : Remove old fast float math hack.
    
    Old code was for the Intel compiler, had no appreciable performance benefits
    and doesn't actually work with current version of that compiler.
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    
    • [DH] src/share/Makefile.am
    • [DH] src/share/replaygain_synthesis/include/private/fast_float_math_hack.h
    • [DH] src/share/replaygain_synthesis/replaygain_synthesis.c
    • [DH] src/share/replaygain_synthesis/replaygain_synthesis_static.vcproj
  • Remove Monkey’s Audio from FLAC.sln.

    14 mai 2014, par Erik de Castro Lopo
    Remove Monkey's Audio from FLAC.sln.
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    
    • [DH] FLAC.sln
  • Purge src/monkeys_audio_utilities/ tree.

    14 mai 2014, par Erik de Castro Lopo
    Purge src/monkeys_audio_utilities/ tree.
    
    Monkey's Audio Utilities seem to have been dead for some time.
    
    • [DH] configure.ac
    • [DH] src/Makefile.am
    • [DH] src/monkeys_audio_utilities/Makefile.am
    • [DH] src/monkeys_audio_utilities/flac_mac/Makefile.am
    • [DH] src/monkeys_audio_utilities/flac_mac/flac_mac.vcproj
    • [DH] src/monkeys_audio_utilities/flac_mac/main.c
    • [DH] src/monkeys_audio_utilities/flac_ren/Makefile.am
    • [DH] src/monkeys_audio_utilities/flac_ren/flac_ren.vcproj
    • [DH] src/monkeys_audio_utilities/flac_ren/main.c
  • libFLAC/ : Refactoring and add comments.

    14 mai 2014, par Erik de Castro Lopo
    libFLAC/ : Refactoring and add comments.
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    
    • [DH] src/libFLAC/stream_decoder.c
    • [DH] src/libFLAC/stream_encoder.c
  • replaygain_synthesis.h : Fix FLAC_SHARE__MAX_SUPPORTED_CHANNELS.

    11 mai 2014, par Erik de Castro Lopo
    replaygain_synthesis.h : Fix FLAC_SHARE__MAX_SUPPORTED_CHANNELS.
    
    Was previously hard coded as 2 when it should be FLAC__MAX_CHANNELS.
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    
    • [DH] include/share/replaygain_synthesis.h