Skip to content

Releases: nu774/qaac

v2.8.2

22 Mar 16:28
Compare
Choose a tag to compare

Enabled Non-Linear adaptive coding enhancer (NoLACE) when (and only when) decoding opus in MP4 container.
libopus >= 1.5 built with --enable-osce (which is off by default) is required (binary attached here).
Unfortunately, ordinary .opus file is supported only via libsndfile, in which case qaac has no direct control over libopus. Hence only MP4 file is supported.

v2.81

21 Jan 11:31
Compare
Choose a tag to compare
  • Support gapless decoding of MP3 files encoded by iTunes
  • Use edts/elst even when movie timescale is smaller than media timescale (although in this case it's impossible to obtain sample accurate duration )
  • Support decoding opus in ISOBMFF(mp4)

v2.80

05 Jul 12:11
Compare
Choose a tag to compare
  • Fixed #92, was writing incorrect PCE in case of 7.1ch(rear) HE-AAC.
  • Update libmp4v2
  • Update taglib

v2.79

12 Mar 12:47
Compare
Choose a tag to compare

Fixed a regression on v2.78: encoding was always failing due to wrong temp filename when -o is specified with full pathname and --no-optimize is not specified.

v2.78

12 Mar 09:18
Compare
Choose a tag to compare
  • Fix importing ID3 genre (genre number is off by 1 on iTunes m4a)
  • Fix: some tagging options were not recognized properly
  • Fix: also pass codepage provided by --text-codepage to files provided by --tag-from-file
  • Switch to uchardet for character encoding detection. This is better than old IMultiLanguage2 detector and also works on wine.
  • Update mp4v2 based on https://github.com/enzo1982/mp4v2

v2.77

29 Nov 13:48
Compare
Choose a tag to compare

Fixed: occasional decode error at the end of FLAC file.

v2.76

09 Jun 10:42
Compare
Choose a tag to compare
  • Compressor: initialize yA/yR with initial gain value. Before this fix, DRC filter was always starting with zero compression state regardless of loudness of the input.
  • updated tak_deco_lib.h to the latest
  • updated taglib

v2.75

25 May 15:56
Compare
Choose a tag to compare

Fixed v2.74 regression: invalid mChannelLayoutTag was written in chan chunk.
Revert ALACEncoder.{cpp,h} to the previous implementation.

v2.74

25 May 14:59
Compare
Choose a tag to compare

v2.73

08 Feb 12:36
Compare
Choose a tag to compare

Fixed refalac: exception due to ALAC decode error was causing a hang on some environment.