Commit History

Author SHA1 Message Date
  Gregory Maxwell 17a29c2567 Fix up various mixed unsigned/signed comparisons. 13 years ago
  Gregory Maxwell 662587d9c5 Remove many unused defines and convert some double constants to float. 13 years ago
  Gregory Maxwell 71d39ad841 Correct many whitespace errors under libcelt/ and remove 13 years ago
  Jean-Marc Valin ff5f7228fd Renamed celt_word* to opus_val* 13 years ago
  Jean-Marc Valin d77d6a58fc Renamed celt_[u]int* to opus_[u]int* 13 years ago
  Jean-Marc Valin 21b1134aa2 Code cleanup 13 years ago
  Timothy B. Terriberry 1a458862e3 Disable parentheses warnings automatically. 14 years ago
  Jean-Marc Valin 3806c1d738 Relicensing under the simplified (2-clause) BSD license 14 years ago
  Jean-Marc Valin 0b405d1170 Making encoder-side clipping optional 14 years ago
  Jean-Marc Valin 6ec2ca56cf Clipping the encoder input to +/-2 to prevent scaling errors 14 years ago
  Jean-Marc Valin 6d3829f266 CELT no longer prints to stderr (unless assertions are enabled) 14 years ago
  Jean-Marc Valin 628c025373 Converted a few double-precision constants to single precision 15 years ago
  Jean-Marc Valin bd0610d21b Increasing log energy resolution 15 years ago
  Jean-Marc Valin 328b8bd7fc fixed a few trivial bugs: exporting celt_strerror(), changed DB_SCALING to a 15 years ago
  Jean-Marc Valin 234969c903 Removed the _t from all the celt*_t types to avoid clashing with POSIX 15 years ago
  Jean-Marc Valin 8b2ff0da5a Updated copyright notices 15 years ago
  Jean-Marc Valin 30f7f813ea Changed all the celt*int*_t types to remove the _t suffix, which is reserved 15 years ago
  Jean-Marc Valin 43dd8a5812 Allocating 100k for the pseudo stack so we're sure to be (more than) safe 15 years ago
  Jean-Marc Valin 822ac747bc Making real sure not to bust the pseudo-stack even for weird configurations 15 years ago
  Gregory Maxwell 7d8803b498 Some unusual frame sizes could run the pseudo-stack out of memory in fixed point mode. 15 years ago
  Jean-Marc Valin 5aaf12333e Enabling more than 128 pulses for N=3 and N=4. 15 years ago
  Gregory Maxwell 0ac2b2fe0b The change to FLOAT2INT16 in a8734e0f would break float input for 15 years ago
  Gregory Maxwell 8842fdee21 Fixing stereo: Do not attempt to use more bits than are available. 16 years ago
  Gregory Maxwell 242eee35a8 Enlarge CELT pseudo-stack for floating point unless an architecture specific value 16 years ago
  Jean-Marc Valin c24b518fb0 Some bit-allocation tuning 16 years ago
  Jean-Marc Valin 453ccd829a Generate slightly more accurate WMOPS figures 16 years ago
  Jean-Marc Valin 5c3bc67959 Fixed a bunch of fixed-point overflows on insanely hot signals by changing 16 years ago
  Gregory Maxwell 5f2a74b38b Adding a floating point interface to encode and decode 16 years ago
  Jean-Marc Valin ef0d5f15c7 Further simplifications to the forward mdct 17 years ago
  Jean-Marc Valin eac9970c94 added fixed_c6x.h 17 years ago