File: changelog

package info (click to toggle)
opus 1.2~alpha2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,524 kB
  • ctags: 4,026
  • sloc: ansic: 50,063; sh: 11,534; xml: 10,583; makefile: 379; asm: 360; perl: 264
file content (240 lines) | stat: -rw-r--r-- 9,066 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
opus (1.2~alpha2-1) unstable; urgency=medium

  * Run the tonality analysis at 24 kHz, which reduces complexity while giving
    better frequency resolution for the tonality estimate.
  * Speech quality improvements especially in the 12-20 kbit/s range.
  * Improved VBR encoding for hybrid mode.
  * More aggressive use of wider speech bandwidth, including fullband speech
    starting at 14 kbit/s.
  * Music quality improvements in the 32-48 kb/s range.
  * Generic and SSE CELT optimizations.
  * Support for directly encoding packets up to 120 ms.
  * DTX support for CELT mode.
  * SILK CBR improvements.
  * Ensure that NLSF cannot be negative when computing a min distance between
    them.  This was reported and fixed in July, and assessed as having only a
    relatively minor impact (garbage output, from the garbage input needed to
    trigger it), or at very worst, an assertion failure or simple crash from
    a slightly out of bounds read.  In December it was assigned CVE-2017-0381
    by someone other than the upstream developers, with claims of it being a
    'Critical' issue on Android, but we're yet to see any analysis to back
    that up.  Closes: #851612

 -- Ron Lee <ron@debian.org>  Fri, 20 Jan 2017 02:48:31 +1030

opus (1.1.3-1) unstable; urgency=medium

  * Remove the generation date from the docs to improve reproducible builds.
    Closes: #825345
  * Fixes some corner cases with the soft clipper.
  * Improve CBR and some other issues seen with using crazy low rates.
  * More robustness fixes for reporting bad input.
  * More optimisations, mostly for ARM.
  * More precision fixes for edge cases.
  * Fixes to comfort noise generation.

 -- Ron Lee <ron@debian.org>  Thu, 27 Oct 2016 23:58:06 +1030

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.

 -- Ron Lee <ron@debian.org>  Wed, 13 Jan 2016 07:26:14 +1030

opus (1.1.1-1) unstable; urgency=medium

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

 -- Ron Lee <ron@debian.org>  Fri, 27 Nov 2015 00:08:55 +1030

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

 -- Ron Lee <ron@debian.org>  Tue, 26 Aug 2014 19:43:46 +0930

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.

 -- Ron Lee <ron@debian.org>  Mon, 09 Dec 2013 02:04:41 +1030

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.

 -- Ron Lee <ron@debian.org>  Wed, 04 Dec 2013 23:16:57 +1030

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

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

 -- Ron Lee <ron@debian.org>  Thu, 28 Nov 2013 04:30:46 +1030

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.

 -- Ron Lee <ron@debian.org>  Tue, 26 Nov 2013 21:46:41 +1030

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

  * Revert bogus NMU.

 -- Ron Lee <ron@debian.org>  Mon, 18 Nov 2013 06:26:21 +1030

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

  * Bump shlibs for the surround API.

 -- Ron Lee <ron@debian.org>  Sun, 14 Jul 2013 01:02:28 +0930

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

  * Rebuild with the correct package_version indicated.

 -- Ron Lee <ron@debian.org>  Sat, 13 Jul 2013 02:49:49 +0930

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.

 -- Ron Lee <ron@debian.org>  Sat, 13 Jul 2013 01:54:14 +0930

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.

 -- Ron Lee <ron@debian.org>  Sun, 12 May 2013 16:33:52 +0930

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

 -- Ron Lee <ron@debian.org>  Thu, 18 Oct 2012 10:38:53 +1030

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.

 -- Ron Lee <ron@debian.org>  Fri, 15 Jun 2012 11:58:27 +0930

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.

 -- Ron Lee <ron@debian.org>  Wed, 23 May 2012 12:49:50 +0930

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

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

 -- Ron Lee <ron@debian.org>  Mon, 21 May 2012 06:24:33 +0930

opus (0.9.8-1) experimental; urgency=low

  * Opus draft-10 release testing.

 -- Ron Lee <ron@debian.org>  Wed, 02 Nov 2011 22:55:51 +1030

opus (0.9.4-1) experimental; urgency=low

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

 -- Ron Lee <ron@debian.org>  Sat, 30 Apr 2011 18:31:33 +0930

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.

 -- Ron Lee <ron@debian.org>  Wed, 20 Jan 2010 18:31:33 +1030

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.

 -- Ron Lee <ron@debian.org>  Sat, 07 Nov 2009 17:48:35 +1030

celt (0.6.1-1) unstable; urgency=low

  * New upstream release.  Closes: #511163

 -- Ron Lee <ron@debian.org>  Sun, 26 Jul 2009 05:16:42 +0930

celt (0.4.0-1) unstable; urgency=low

  * New upstream release.

 -- Ron Lee <ron@debian.org>  Sat, 26 Jul 2008 23:21:35 +0930

celt (0.3.2-1) unstable; urgency=low

  * New upstream release.

 -- Ron Lee <ron@debian.org>  Sat, 17 May 2008 04:31:42 +0930

celt (0.3.0-1) unstable; urgency=low

  * Initial release.  Closes: #474392

 -- Ron Lee <ron@debian.org>  Sat, 05 Apr 2008 03:07:18 +0930