RSS feed
37e788c1
– Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
authored
on 2011/03/16 16:56
Fixes return value on lost packet
6c28805c
– Jean-Marc Valin <jean-marc.valin@octasic.com>
authored
on 2011/03/14 14:06
version bump
6f6e8b39
– Jean-Marc Valin <jean-marc.valin@octasic.com>
authored
on 2011/03/14 10:52
Renamed --noltp to --nopf in celtenc.c
7c328c2d
– Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
authored
on 2011/03/12 15:36
celtdec update for change in celt_decode() return value
dd2973dd
– Jean-Marc Valin <jean-marc.valin@octasic.com>
authored
on 2011/03/11 12:46
Fix missing break statements
e6acfe07
– Jean-Marc Valin <jean-marc.valin@octasic.com>
authored
on 2011/03/11 11:31
Adds in-band signalling of the CELT frame size and bandwidth
86da2c8b
– Jean-Marc Valin <jean-marc.valin@octasic.com>
authored
on 2011/03/11 05:36
Speeds up compute_allocation() by removing potential aliasing
3e7f22d4
– Jean-Marc Valin <jean-marc.valin@octasic.com>
authored
on 2011/03/09 11:47
Bump version to 0.11.2
f62b3bb9
– Jean-Marc Valin <jean-marc.valin@octasic.com>
authored
on 2011/03/09 06:56
Fix for global stack
9bac8c17
– Timothy B. Terriberry <tterribe@xiph.org>
authored
and Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
committed
on 2011/03/02 11:24
Eliminate the ec_int32 and ec_uint32 typedefs.
115fa35a
– Timothy B. Terriberry <tterribe@xiph.org>
authored
and Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
committed
on 2011/03/02 10:28
Fix CNG when effEBands is less than nbEBands.
168888f7
– Jean-Marc Valin <jean-marc.valin@octasic.com>
authored
on 2011/03/02 12:26
A float variable and a bug left in transient_analysis()
6c8acbf1
– Timothy B. Terriberry <tterribe@xiph.org>
authored
and Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
committed
on 2011/03/01 07:54
EC_ILOG cleanups.
3beb70e5
– Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
authored
on 2011/03/01 13:08
Fix effectiveBytes computation for VBR
c79c4e3b
– Jean-Marc Valin <jean-marc.valin@octasic.com>
authored
on 2011/02/16 08:21
Fixes a prototype mismatch in compute_allocation()
e3d39fec
– Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
authored
on 2011/02/14 18:57
Version bump
a31a7ea8
– Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
authored
on 2011/02/14 16:10
MSVC project files
f18ad438
– Timothy B. Terriberry <tterribe@xiph.org>
authored
and Jean-Marc Valin <jean-marc.valin@octasic.com>
committed
on 2011/02/14 08:26
Refactor ec_enc_patch_initial_bits().
5b236756
– Gregory Maxwell <greg@xiph.org>
authored
and Jean-Marc Valin <jean-marc.valin@octasic.com>
committed
on 2011/02/14 10:27
Correct a number of uninitialized value problems when end!=nbEBands. Now 8khz/20ms audio can be decoded at 48kHz and vice versa (with the PF turned off).
b3c05b6b
– Timothy B. Terriberry <tterribe@xiph.org>
authored
and Jean-Marc Valin <jean-marc.valin@octasic.com>
committed
on 2011/02/14 09:40
Implements ec_enc_patch_initial_bits()
079b9169
– Jean-Marc Valin <jean-marc.valin@octasic.com>
authored
on 2011/02/14 08:54
using "end" rather than nbEBands for trim_offset[]
1e9fb629
– Jean-Marc Valin <jean-marc.valin@octasic.com>
authored
on 2011/02/14 08:50
Fixes the inversion of SPREAD_LIGHT and SPREAD_AGGRESSIVE
64805fd2
– Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
authored
on 2011/02/11 19:50
Fix post-filter for the case where overlap!=shortMdctSize
fa74ae26
– Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
authored
on 2011/02/11 16:56
Fix for layouts of 22 band and more
a14e86d9
– Jean-Marc Valin <jean-marc.valin@octasic.com>
authored
on 2011/02/11 11:27
Fixes post-filter for transitions between 2.5ms and other frame sizes
cf89d2a6
– Jean-Marc Valin <jean-marc.valin@octasic.com>
authored
on 2011/02/10 05:50
Adding a tiny amount of noise when folding to prevent/reduce numerical issues
1111db31
– Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
authored
on 2011/02/09 18:14
Oops, forgot COPYING and the tandem test
3806c1d7
– Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
authored
on 2011/02/09 17:37
Relicensing under the simplified (2-clause) BSD license
1928f8df
– Gregory Maxwell <greg@xiph.org>
authored
and Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
committed
on 2011/02/08 17:32
CELT_SET_END_BAND_REQUEST in the decoder was performing the wrong bounds check and not allowing a change to fullband.
7007f1b8
– Gregory Maxwell <greg@xiph.org>
authored
and Jean-Marc Valin <jean-marc.valin@octasic.com>
committed
on 2011/02/08 11:17
Encoder fixes for NB/WB/SWB modes.
20d07190
– Gregory Maxwell <greg@xiph.org>
authored
and Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
committed
on 2011/02/07 16:30
Update celtclient to the new API.
35a96ea9
– Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
authored
on 2011/02/06 15:23
minor detail with the last patch
285bc372
– Timothy B. Terriberry <tterribe@xiph.org>
authored
and Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
committed
on 2011/02/06 08:29
16-bit int fixes.
b570f1a9
– Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
authored
on 2011/02/06 12:32
Fix previous commit by still capping what the encoder will produce
b3dae4b0
– Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
authored
on 2011/02/04 16:50
Allowing maxCompressedBytes to be as large as one wants
0b405d11
– Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
authored
on 2011/02/03 20:03
Making encoder-side clipping optional
4305ab6b
– Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
authored
on 2011/02/03 19:13
Bump LT_CURRENT and fix configure output messages
f89f01fd
– Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
authored
on 2011/02/03 19:09
STATIC_MODES no longer used
5aa57e4f
– Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
authored
on 2011/02/03 19:04
Configure option for custom modes
4d3e105a
– Gregory Maxwell <greg@xiph.org>
authored
and Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
committed
on 2011/02/03 18:26
1275 byte packets is the absolute maximum packet size we're going to support. This makes the encoder and decoder refuse to operate outside of these boundaries.
8430a75b
– Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
authored
on 2011/02/03 18:54
Skipping most of the PLC code for DTX
d922fe1c
– Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
authored
on 2011/02/03 18:27
Version number bump
b8a6b312
– Gregory Maxwell <greg@xiph.org>
authored
and Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
committed
on 2011/02/03 17:56
This removes some pointless/dead code.