Skip to content

FLAC 1.3.3

Compare
Choose a tag to compare
@rillian rillian released this 20 Feb 18:19
· 580 commits to master since this release

FLAC 1.3.3 released 2019 August 4

Checksums

213e82bd716c9de6db2f98bcadbc4c24c7e2efe8c75939a1a84e28539c4e1748 flac-1.3.3.tar.xz

Changes

General

  • Fix CPU detection (Janne Hyvärinen).
  • Switch from unsigned types to uint32_t (erikd).
  • CppCheck fixes (erikd).
  • Improve SIMD decoding of 24 bit files (lvqcl).
  • POWER* amnd POWER9 improvements (Anton Blanchard).
  • More tests.

Format

  • FLAC format

    • no changes
  • Ogg FLAC format:

    • no changes

Commands

  • flac:
    • When converting to WAV, use WAVEFORMATEXTENSIBLE when bits per second is not 8 or 16 (erikd).
    • Fix --output-prefix with input-files in sub-directories (orbea).
  • metaflac:
    • (none)
  • Plugins:
    • (none)

Build system

  • Cmake support (Vitaliy Kirsanov, evpobr).
  • Visual Studio updates (Janne Hyvärinen).
  • Fix for MSVC when UNICODE is enabled (lvqcl).
  • Fix for OpenBSD/i386 (Christian Weisgerber).

Documentation

  • (none)

Library interface changes

  • libFLAC:
    • (none)
  • libFLAC++:
    • (none)