1. 16ca18b Automatically choosing the overlap based on the frame size. by Jean-Marc Valin · 16 years ago
  2. 9d1decd short-block MDCT by Jean-Marc Valin · 16 years ago
  3. 19f9dc9 Use EXPORT macro in a way compatible with win32 by Peter Kirk · 16 years ago
  4. 96748cf Allowing frames up to 512 samples by Jean-Marc Valin · 16 years ago
  5. 13294b5 Adjusted stereo bit allocation to be higher than mono for the same alloc line by Jean-Marc Valin · 16 years ago
  6. bf2d648 Implemented intensity stereo, which required changes all over the place by Jean-Marc Valin · 16 years ago
  7. fe0b8e8 infrastructure changes for upcoming stereo improvements by Jean-Marc Valin · 16 years ago
  8. 59093c0 Added calls to query the bit-stream version. by Jean-Marc Valin · 16 years ago
  9. 6855bf6 More bit allocation tuning by Jean-Marc Valin · 16 years ago
  10. ad63719 Implemented rate-dependant allocation for the fine energy quantisation. by Jean-Marc Valin · 16 years ago
  11. 52824c7 Some tuning improvements, more to come by Jean-Marc Valin · 16 years ago
  12. 24c9cda Fixed a bug in the PLC and added code to estimate the pitch from the synthesis by Jean-Marc Valin · 16 years ago
  13. 47c248a Added STDIN_TUNING to make it easier to tune CELT by Jean-Marc Valin · 16 years ago
  14. 4ce9205 Optimisation: caching the divisions used in the Laplace encoder. by Jean-Marc Valin · 16 years ago
  15. 70720a3 added a shortcut (SHORTCUT) to skip the spreading function in the pitch search by Jean-Marc Valin · 16 years ago
  16. f7cec83 pseudo-stack no longer checks on every function entry whether it has been by Jean-Marc Valin · 16 years ago
  17. 9656ca0 fixed three declaration-after-statement issues by Jean-Marc Valin · 16 years ago
  18. b18ec0b Reworked the static modes. Now, if all static modes have the same frame size, by Jean-Marc Valin · 16 years ago
  19. 7f38906 Added info for properly exporting symbols by Jean-Marc Valin · 17 years ago
  20. 949902f const correctness. celt_mode_create() now makes a copy of the static mode by Jean-Marc Valin · 17 years ago
  21. db0141e Changed some of the mode data from int to celt_int16_t to save memory. by Jean-Marc Valin · 17 years ago
  22. b76ee70 Allocation cache can now be pre-computed as well. by Jean-Marc Valin · 17 years ago
  23. 5588d52 Psychoacoustic decay coefficients can now be included in the static modes by Jean-Marc Valin · 17 years ago
  24. 680a9ec Improvements to static modes by Jean-Marc Valin · 17 years ago
  25. 29f5299 Moved the psycoacoustics data to the mode struct by Jean-Marc Valin · 17 years ago
  26. f39e869 Initial support for static modes (defined STATIC_MODES) by Jean-Marc Valin · 17 years ago
  27. 3dbc1d0 cleaning up some of the mode stuff by Jean-Marc Valin · 17 years ago
  28. 03f9ed3 oops, forgot an int sampling rate somewhere by Jean-Marc Valin · 17 years ago
  29. d0f5787 sampling rate has to be int32 by Jean-Marc Valin · 17 years ago
  30. d9de593 Fixed a bunch of warnings by Jean-Marc Valin · 17 years ago
  31. 3e08a88 Only the (rising) overlap part of the window is stored now. No need to hold the by Jean-Marc Valin · 17 years ago
  32. f28062f Don't bother multiplying when the window's value is one or zero by Jean-Marc Valin · 17 years ago
  33. d748cd5 Another C90-fying pass. Fixed some warnings in the process. by Jean-Marc Valin · 17 years ago
  34. 81b38c2 Moved mdct state and window to the mode so it can be shared between multiple by Jean-Marc Valin · 17 years ago
  35. 8b2a592 fixed-point: energy quantisation is entirely converted now. by Jean-Marc Valin · 17 years ago
  36. 44ffd5a Making sure freed or corrupted modes can't be used (produce a run-time warning). by Jean-Marc Valin · 17 years ago
  37. e6b7465 Some sampling rate cleanup (now in the mode) by Jean-Marc Valin · 17 years ago
  38. 02fa913 More C89 fixes, making sure to include config.h from all source files. by Jean-Marc Valin · 17 years ago
  39. a85657b removed // comments and added stack_alloc.h (not used everywhere yet) by Jean-Marc Valin · 17 years ago
  40. 5a4bbde Slight increase to the bit allocation in the mid-high freqs by Jean-Marc Valin · 17 years ago
  41. 472a5f0 Fixed a bunch of warnings by Jean-Marc Valin · 17 years ago
  42. 25358cd Merged the rate allocation atruct directly into the mode struct. by Jean-Marc Valin · 17 years ago
  43. 17683eb minor change to critical bands definitions (nothing to see here) by Jean-Marc Valin · 17 years ago
  44. 75e9c86 Some error reporting in the mode generation code. More cleanup by Jean-Marc Valin · 17 years ago
  45. 134492a Removed all hard-coded modes by Jean-Marc Valin · 17 years ago
  46. 2ca8fc3 Making use of dynamically generated modes by default by Jean-Marc Valin · 17 years ago
  47. 65d57e6 Can now easily use modes generated on the fly. by Jean-Marc Valin · 17 years ago
  48. 9838fec Can now generate the entire mode struct by Jean-Marc Valin · 17 years ago
  49. 4991a56 pbands code seems to work, cleaned up useless junk in mode definitions by Jean-Marc Valin · 17 years ago
  50. 2a8c371 pband generation wip by Jean-Marc Valin · 17 years ago
  51. 81a8295 Some work trying to generate the modes on the fly by Jean-Marc Valin · 17 years ago
  52. 6da36c0 Experimental ld51 mode (needs more work) by Jean-Marc Valin · 17 years ago
  53. cb7a2a3 Re-ordered the parameters in the stream: [energy, pitch index, pitch gains] by Jean-Marc Valin · 17 years ago
  54. 4c6bc88 "make check" now actually tried to encode and decode to see if things work by Jean-Marc Valin · 17 years ago
  55. f997ad5 Mode info by Jean-Marc Valin · 17 years ago
  56. 3cfcd05 Big mode cleanup. Keeping only one mono and one stereo mode by Jean-Marc Valin · 17 years ago
  57. b35536a Enabled pure CBR, though there's still some decoder issues. by Jean-Marc Valin · 17 years ago
  58. 4fbd18d Close to getting CBR working by Jean-Marc Valin · 17 years ago
  59. f51ca49 Looks like the bit allocation code is mostly working. Just need to actually by Jean-Marc Valin · 17 years ago
  60. ec71aee A bit of tuning and early work on bit allocation by Jean-Marc Valin · 17 years ago
  61. a2482ac Conversion to 18-band split and fixed a few related bugs. by Jean-Marc Valin · 17 years ago
  62. 43e2248 oops, trying not to overflow the 64-bit max allocation. by Jean-Marc Valin · 17 years ago
  63. f8dda66 Tuning of the stereo mode, including conversion to the 18-band split. by Jean-Marc Valin · 17 years ago
  64. a4833ff Stereo decoding working again (fixed a few issues in the encoder at the same by Jean-Marc Valin · 17 years ago
  65. fdca84b Some stereo work (breaks the decoder for now) by Jean-Marc Valin · 17 years ago
  66. 95c59ea Updated the 18-band mode (mode0) to use the low-overlap MDCT by Jean-Marc Valin · 17 years ago
  67. 2875f6b Now using 8 bands for the pitch gain, with a 128-entry codebook. by Jean-Marc Valin · 17 years ago
  68. a5431bf Allowing reduced overlap MDCTs as an alternative by Jean-Marc Valin · 17 years ago
  69. 36d78e6 Band energy quantisation info now in the mode directly by Jean-Marc Valin · 17 years ago
  70. 4a89768 Working on some stability issues (appears to be solved by making the pitch by Jean-Marc Valin · 17 years ago
  71. f8db800 Added support for codebooks up to 64 bits. by Jean-Marc Valin · 17 years ago
  72. bf94045 Stereo almost works now (still need to fix the pitch estimate and add more by Jean-Marc Valin · 17 years ago
  73. ffa1347 Adding stereo support. Doesn't work yet, but at least it doesn't break mono by Jean-Marc Valin · 17 years ago
  74. aa5bd61 Another experimental mode with longer frames. by Jean-Marc Valin · 17 years ago
  75. 6baa8e1 A bit of quality tuning, plus created a higher quality mode by Jean-Marc Valin · 17 years ago
  76. 96870d9 conversion to modes complete by Jean-Marc Valin · 17 years ago
  77. 73e51b3 Converting the code to use the modes instead of global arrays. by Jean-Marc Valin · 17 years ago
  78. ecb36a3 Adding mode infrastructure (still incomplete) by Jean-Marc Valin · 17 years ago