Skip to content

Changelog opus (1.1.2-1ubuntu1)

2016

opus (1.1.2-1ubuntu1) xenial; urgency=medium

   * Merge with Debian; remaining changes:
     - Convert to Debhelper 9 with a simpler rules file.
     - Build using dh-autoreconf.
     - Add a watch file.
     - debian/control: close some Lintian errors.
       - Pre-depend on multiarch-support.
       - Add ${misc:Depends} to package dependencies.
     - Convert to debian source format 3.0 (quilt).
     - Run the tests.

opus (1.1.2-1) unstable; urgency=medium

   * Fixes the transient detector on silence.
   * Fixes discontinuities in background noise after extended PLC.
   * Make the CELT background noise estimator adapt more quickly on DTX update.
   * Fixes max_decay for LFE in fixed-point.
   * Fixes patch_transient_decision() for hybrid mode.
   * Don't reset the RTCD arch on encoder/decoder reset.

opus (1.1.1-1ubuntu1) xenial; urgency=medium

   * Merge with Debian; remaining changes:
     - Convert to Debhelper 9 with a simpler rules file.
     - Build using dh-autoreconf.
     - Add a watch file.
     - debian/control: close some Lintian errors.
       - Pre-depend on multiarch-support.
       - Add ${misc:Depends} to package dependencies.
     - Convert to debian source format 3.0 (quilt).
     - Run the tests.

2015

opus (1.1.1-1) unstable; urgency=medium

   * Mostly just lots of new optimisation, with a few minor bug fixes and
     quality improvements.

2014

opus (1.1-2) unstable; urgency=medium

   * Regenerate build system files, mostly to pull in a later libtool.m4
     which has fixes for building the ppc64le architecture.  Closes: #751982

2013

opus (1.1-1) unstable; urgency=low

   * Bump to the final 1.1 release version.
   * Relax the shlibs and track real symbol versions from here on,
     now that we have a real stable release version in the distro.

opus (1.1~rc+20131204-1) unstable; urgency=low

   * Really 1.1-rc3, except 3 < + to dpkg.
   * Fixes fixed-point OPUS_SET_GAIN.
   * Fixes fixed-point stereo regression.

opus (1.1~rc+20131128-1) unstable; urgency=low

   * Fixes the EDSP asm for ARMv5TE.
   * Uses the actually intended NEON code.

opus (1.1~rc-1) unstable; urgency=low

   * Adds the new packet padding API and OPUS_SET_PREDICTION_DISABLED ctl.
   * Supports the SET_MAX_BANDWIDTH ctl for multstream encoders too.
   * Many improvements to surround encoding.
   * More asm optimisation for ARM, and speed ups for other CPUs.
   * Many fixes for oddball corner cases, and improvements to calibration.

opus (1.1~beta-4) unstable; urgency=low

   * Revert bogus NMU.

opus (1.1~beta-3) unstable; urgency=low

   * Bump shlibs for the surround API.

opus (1.1~beta-2) unstable; urgency=low

   * Rebuild with the correct package_version indicated.

opus (1.1~beta-1) unstable; urgency=low

   * Adds the new surround API.
   * Many encoder improvements, better tonality and speech/music probability
     estimation, temporal VBR, surround masking, numerous speed optimisations.

opus (1.1~alpha+20130512-1) unstable; urgency=low

   * Preview snapshot of the 1.1 release.  Mostly to give people who need some
     of the newer API functions for their own projects something to play with
     while we finalise the rest of what is planned for this one.
     The encoder should perform better (both for quality and bitrate) than the
     1.0.x releases, but please do report any regressions you find upstream
     so that they can be fixed.

2012

opus (1.0.1-1) experimental; urgency=low

   * The RFC 6716 release.
   * Cherry pick be0d8c5ee1 to fix the build system breakage from -rc3.
   * Add the stack protector flags to /rules which got dropped from the
     upstream build system in -rc3 too.
   * Pushed to experimental for the new libav which needs the gain ctls.
     Closes: #690563

opus (0.9.14+20120615-1) unstable; urgency=low

   * Add extern "C" protection to opus_multistream.h.
   * Warn about unused returns and NULL arguments for functions where that would
     always be an error in the calling code.
   * Clearly mark fixed point builds in the internal versioning.
   * Better documentation.
   * Suggest opus-tools.

opus (0.9.14+20120521-2) unstable; urgency=low

   * Build the fixed point version for arm(el) and mips(el).
     Fixes the unit test timeout seen on the mips buildd.
   * Add some extra 'hardening' flags to those upstream uses already.

opus (0.9.14+20120521-1) unstable; urgency=low

   * Opus draft-14 release testing.
   * This one's for Sid.  Closes: #610980

2011

opus (0.9.8-1) experimental; urgency=low

   * Opus draft-10 release testing.

opus (0.9.4-1) experimental; urgency=low

   * Initial (re)release as Opus.  Closes: #610980

2010

celt (0.7.1-1) unstable; urgency=low

   * The "correlation does not imply causation" release.
     To celebrate the first release of celt that is actually compatible with a
     a previously distributed version, we've renamed the library!
   * libcelt is now libcelt0.  The intent from upstream being to make it clear
     that one of the above was an accident, and unlikely to be repeated soon.
     On the bright side, this means we should be getting proper soname bumps
     from now on when the code ABI changes.  The bitstream format still remains
     entirely fluid though, applications which communicate with a peer _must_
     check that the formats are compatible at runtime.  It may, and indeed is
     very likely to, continue changing with every release.
   * By some small miracle, this should be an entirely painless transition
     though.  The new package doesn't conflict with the existing one, and all
     rdeps except mumble will switch to the new package with a binNMU, but not
     be broken in the meantime.  They use the .pc file provided, and have been
     build tested.  The mumble package is waiting on this one before it can work
     properly anyway, so a fix for that is just waiting for this to get through
     the NEW queue first now.
   * The new PLC is reported to be working Really Well.

2009

celt (0.7.0-1) unstable; urgency=low

   * Another day, another bitstream format.  Closes: #554559
   * Drop the IETF drafts for now.  Better to leave worrying about the
     paperwork for this until we have some documents that aren't actually
     supposed to expire in less than the life of a distro release.
     Closes: #538990 for now.  If you really need to reference them, then
     you should probably be tracking git anyhow, as they should be changing
     while the codec evolves too.

celt (0.6.1-1) unstable; urgency=low

   * New upstream release.  Closes: #511163

2008

celt (0.4.0-1) unstable; urgency=low

   * New upstream release.

celt (0.3.2-1) unstable; urgency=low

   * New upstream release.

celt (0.3.0-1) unstable; urgency=low

   * Initial release.  Closes: #474392