1. 7c69461 Removing (already broken) support for strides in kiss-fft by Jean-Marc Valin · 13 years ago
  2. 81936d5 Properly take into account the frame size to decide the mode by Jean-Marc Valin · 13 years ago
  3. 0c08a99 Fixes a pretty bad stereo bug in test_opus by Jean-Marc Valin · 13 years ago
  4. 86dd984 Rearrange mode structure to avoid wasting memory from padding. by Gregory Maxwell · 13 years ago
  5. e866ee5 Identifying the fuzzing builds in the version string by Jean-Marc Valin · 13 years ago
  6. 3120e22 Fixes a stereo rate mismatch bug by Jean-Marc Valin · 13 years ago
  7. b288c50 Correct anti_collapse in the decoder to handle the stereo by Gregory Maxwell · 13 years ago
  8. f9b1b3f Shrink INV_TABLE to save a little memory. by Gregory Maxwell · 13 years ago
  9. da752d1 Eliminate some unreachable cases from the cwrs code and fixup the by Gregory Maxwell · 13 years ago
  10. 6854556 Fixes a mode transition bug found by fuzzing by Jean-Marc Valin · 13 years ago
  11. f334c82 Adds a fuzzing mode that causes the encoder to make random decisions by Jean-Marc Valin · 13 years ago
  12. c2d86f0 Fixed multiple bugs in the repacketizer by Jean-Marc Valin · 13 years ago
  13. e8dbcb8 Adds a test_repacketizer tool and fixes a few of the bugs in the repacketizer by Jean-Marc Valin · 13 years ago
  14. 369553f Repacketization code (untested) by Jean-Marc Valin · 13 years ago
  15. 4154dad Refactoring the decoder to create opus_packet_parse() by Jean-Marc Valin · 13 years ago
  16. 5e9f7fc Unit tests for bitexact_cos() and bitexact_log2tan(). by Gregory Maxwell · 13 years ago
  17. 817220e Using a more conservative trim (just in case) following Greg's last patch by Jean-Marc Valin · 13 years ago
  18. f93d81b Correct allocation tilt estimation in the CELT encoder for stereo. by Gregory Maxwell · 13 years ago
  19. fd386fd removes tandem test by Jean-Marc Valin · 13 years ago
  20. dac77d1 Fixes the celt_exp2() test (not the function, the test itself) by Jean-Marc Valin · 13 years ago
  21. bf6a4e0 Re-enables test cases, including the rotation test by Jean-Marc Valin · 13 years ago
  22. b91d00d Fixes two test cases by Jean-Marc Valin · 13 years ago
  23. a8ac44b Using the real version name instead of the last tag name by Jean-Marc Valin · 13 years ago
  24. 9d8b519 Adds OPUS_GET_LOOKAHEAD by Jean-Marc Valin · 13 years ago
  25. 63fd63d Rename libcelt/static_modes_(fixed|float).c to .h to better reflect by Gregory Maxwell · 13 years ago
  26. 2852cb1 Tell automake to put object files in subdirectories. by Ralph Giles · 13 years ago
  27. 5840aaf Remove duplicate 'libopus' from the fallback version string. by Ralph Giles · 13 years ago
  28. b8a30f9 Use 'libopus' rather than 'Opus' in the version string. by Ralph Giles · 13 years ago
  29. a57e0b9 Print the library version from test_opus. by Ralph Giles · 13 years ago
  30. 641eea8 Regularize whitespace in the src directory. by Ralph Giles · 13 years ago
  31. e308edf Prepend "Opus" to the version string. by Ralph Giles · 13 years ago
  32. 50f933b Query git for the repository revision and use that for the version string. by Ralph Giles · 13 years ago
  33. 42eb933 Define a fallback version string. by Ralph Giles · 13 years ago
  34. 71fe1f4 forgot to include opus.h from opus.c by Jean-Marc Valin · 13 years ago
  35. b2c00d2 Makefile fixes by Jean-Marc Valin · 13 years ago
  36. 06d57b2 Fix varrious splint warnings, C89 compatibility, and compilation with the by Gregory Maxwell · 13 years ago
  37. 662587d Remove many unused defines and convert some double constants to float. by Gregory Maxwell · 13 years ago
  38. d9636c5 Add a function to query the Opus version by Jean-Marc Valin · 13 years ago
  39. ae23114 Convert all CRLF in the SILK code, tabs to spaces, and trailing whitespace. by Gregory Maxwell · 13 years ago
  40. 71d39ad Correct many whitespace errors under libcelt/ and remove by Gregory Maxwell · 13 years ago
  41. 6518a83 Add extra entries to the shell code tables by Timothy B. Terriberry · 13 years ago
  42. b86d978 s/celt_types/opus_types/ in celt_headers.txt by Jean-Marc Valin · 13 years ago
  43. d6a0216 Making use of the opus_int* types in the toplevel Opus code by Jean-Marc Valin · 13 years ago
  44. ff5f722 Renamed celt_word* to opus_val* by Jean-Marc Valin · 13 years ago
  45. f9d14f8 Renamed SKP_[u]int* to opus_[u]int* by Jean-Marc Valin · 13 years ago
  46. d77d6a5 Renamed celt_[u]int* to opus_[u]int* by Jean-Marc Valin · 13 years ago
  47. 3f0962c Always enable OPUS_TEST_RANGE_CODER_STATE. by Ralph Giles · 13 years ago
  48. fce4323 Remove the configurability of the post-filter. It is always enabled in Opus. by Gregory Maxwell · 13 years ago
  49. 25947cb Header documentation fixes by Jean-Marc Valin · 13 years ago
  50. 8cb54e1 Addressing editorial comments by Christian Hoene by Jean-Marc Valin · 13 years ago
  51. 5b6791b Remove an unused variable. by Ralph Giles · 13 years ago
  52. a45724e Remove a _overlap_mem only used for -DRESYNTH builds in celt.c. by Gregory Maxwell · 13 years ago
  53. 5ccc124 Enable automake's "silent rules" if they are available. by Ralph Giles · 13 years ago
  54. bf79a08 Fix a comment in frame count byte decoding. by Ralph Giles · 13 years ago
  55. 6f06d34 Document HAVE_LRINTF in the draft Makefile. by Ralph Giles · 13 years ago
  56. 5d7b036 Prevents more than 10 LSBs from being decoded by Jean-Marc Valin · 13 years ago
  57. 59a93ab Fixes some compiler warnings by Christian Hoene · 13 years ago
  58. 3596fed fix autotools build, bump version number by Jean-Marc Valin · 13 years ago
  59. 037f20a bump version number by Jean-Marc Valin · 13 years ago
  60. 0c335c5 minor draft edit by Jean-Marc Valin · 13 years ago
  61. 1a17365 More spec additions, and some minor clean-up. by Timothy B. Terriberry · 13 years ago
  62. b6cc390 adds opus custom files to the draft by Jean-Marc Valin · 13 years ago
  63. 945c0c7 Anti-collapse description by Jean-Marc Valin · 13 years ago
  64. 8ff6117 redundant frames by Jean-Marc Valin · 13 years ago
  65. 39fb193 Forcing clamping the pitch lag within the limits of the buffer by Jean-Marc Valin · 13 years ago
  66. cc14cdf Ensures that the end band is always set for redundant frames by Jean-Marc Valin · 13 years ago
  67. 0d031d6 proper stereo handling for multiple frames per packet by Jean-Marc Valin · 13 years ago
  68. ef7095c More decoder corner case fixes by Jean-Marc Valin · 13 years ago
  69. a0653ed Fixes a bunch of valgrind errors when decoding random junk by Jean-Marc Valin · 13 years ago
  70. ad15af8 Adding code for Opus Custom by Jean-Marc Valin · 13 years ago
  71. 0ed6577 email update by Jean-Marc Valin · 13 years ago
  72. 730fa4c New C version of the Opus comparison tool by Timothy Terriberry · 13 years ago
  73. 0917872 Writing an actual decoder spec by Timothy Terriberry · 13 years ago
  74. d3358b1 Better error checking, getting 60 ms to work again by Jean-Marc Valin · 13 years ago
  75. 23a900c Defensive programming: added some error checking by Jean-Marc Valin · 13 years ago
  76. 23b75af Merge remote branch 'repo/master' by Jean-Marc Valin · 13 years ago
  77. f6e781a Addressing multiple LSF-related issues by Jean-Marc Valin · 13 years ago
  78. 047f025 Fixes a crash in silk prefill (used for mode switching) by Jean-Marc Valin · 13 years ago
  79. 8019e4e Fixes the case of PLC before receiving any valid packet by Koen Vos · 13 years ago
  80. 4618562 test_opus usage for -e/-d by Jean-Marc Valin · 13 years ago
  81. 99126f4 Allowing test_opus to operate in encode_only or decode_only mode by Jean-Marc Valin · 13 years ago
  82. 00cb6f7 splitting encoder config in terms of application and signal type by Jean-Marc Valin · 13 years ago
  83. 541df0a Fixes an issue when triggering PLC before receiving any packet by Jean-Marc Valin · 13 years ago
  84. 479e18b Removes auto mode and fixes a force_mono issue by Koen Vos · 13 years ago
  85. be75f1d Fixes a crash on fixed-point stereo voice and some valgrind uninitialized errors by Koen Vos · 13 years ago
  86. e790b37 test_opus error messages by Jean-Marc Valin · 13 years ago
  87. 9a7967a s/inline/static inline/ by Jean-Marc Valin · 14 years ago
  88. ea259d6 Fixing silk fixed point by Wessel Lubberhuizen · 14 years ago
  89. baed21d Fixes a bug in the init() functions where were weren't zeroing the entire state by Jean-Marc Valin · 14 years ago
  90. 103302b Squashed commit of the following: by Jean-Marc Valin · 14 years ago
  91. c77b963 Removing useless files by Jean-Marc Valin · 14 years ago
  92. 27169ca Addressing all the FIXMEs in the code by Jean-Marc Valin · 14 years ago
  93. 21b1134 Code cleanup by Jean-Marc Valin · 14 years ago
  94. f54a0a3 Reduces the PLC array sizes to what's necessary by Jean-Marc Valin · 14 years ago
  95. 5f3d1af PLC cleanup by Jean-Marc Valin · 14 years ago
  96. ba54746 Adding a decent auto/default bit-rate choice by Jean-Marc Valin · 14 years ago
  97. 4907d37 test_opus.c now checks the sampling rate by Jean-Marc Valin · 14 years ago
  98. a11795c Reject more invalid packets in the decoder. by Timothy B. Terriberry · 14 years ago
  99. af1f538 Intermediate draft edits. by Timothy B. Terriberry · 14 years ago
  100. 58ecb1a The encoder would crash in the PVQ search if fed NaNs via the float interface. This patch protects against it in two sufficient ways: Making the PVQ search robust against NaNs and by squashing NaNs to zero on input. by Gregory Maxwell · 14 years ago