Xiph.org - flac.git/summary

Flac git repository

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

Les articles publiés sur le site

  • Add intrinsics version of two lpc functions.

    10 avril 2014, par Erik de Castro Lopo
    Add intrinsics version of two lpc functions.
    
    Functions:
    - FLAC__fixed_compute_best_predictor
    - FLAC__fixed_compute_best_predictor_wide
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    
    • [DH] src/libFLAC/Makefile.am
    • [DH] src/libFLAC/Makefile.lite
    • [DH] src/libFLAC/include/private/fixed.h
    • [DH] src/libFLAC/libFLAC_dynamic.vcproj
    • [DH] src/libFLAC/libFLAC_static.vcproj
    • [DH] src/libFLAC/stream_encoder.c
  • Suppress MSVS warnings when compiling for x86-64.

    10 avril 2014, par Erik de Castro Lopo
    Suppress MSVS warnings when compiling for x86-64.
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    
    • [DH] src/libFLAC/lpc.c
  • Use _M_X64 instead of _WIN64.

    10 avril 2014, par Erik de Castro Lopo
    Use _M_X64 instead of _WIN64.
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    
    • [DH] src/libFLAC/include/private/bitmath.h
  • share/compat.h : Remove duplicate flac_stat definition.

    10 avril 2014, par Erik de Castro Lopo
    share/compat.h : Remove duplicate flac_stat definition.
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    
    • [DH] include/share/compat.h
  • Fix clang compiler warnings.

    9 avril 2014, par Erik de Castro Lopo
    Fix clang compiler warnings.
    
    These were most arising from -Wenum-conversion where an enum of
    one type was being assigned to a variable on another.
    
    Originally reported by Lenny Maiorani <lenny@colorado.edu> on the
    flac-dev mailing list.
    
    • [DH] include/FLAC/format.h
    • [DH] src/libFLAC/cpu.c
    • [DH] src/libFLAC/include/protected/stream_decoder.h
    • [DH] src/libFLAC/metadata_object.c
    • [DH] src/libFLAC/stream_decoder.c