1. bed02c9 Include opus_private.h when building the repacketizer. by Ralph Giles · 13 years ago
  2. efef001 Use standard search path for systems headers in the repacketizer. by Ralph Giles · 13 years ago
  3. 9f555bc encode_size() moved out of opus_encoder.c by Jean-Marc Valin · 13 years ago
  4. 6696a14 Moves align() to a single header by Jean-Marc Valin · 13 years ago
  5. 2b98bdf Better handling of DTX for range coder state checks by Jean-Marc Valin · 13 years ago
  6. d482773 Final range coder state now exposed through the ctl() interface by Jean-Marc Valin · 13 years ago
  7. 06cee2b Including redundant frames in the final range coder state by Jean-Marc Valin · 13 years ago
  8. 06677d7 Add prototypes for the _float functions to opus.h. by Gregory Maxwell · 13 years ago
  9. d9920f3 Removes opus_encoder.h and opus_decoder.h by Jean-Marc Valin · 13 years ago
  10. 7954065 Adds code for parsing self-delimited packets by Timothy B. Terriberry · 13 years ago
  11. 69549ac Renaming "mode" option to "application" by Jean-Marc Valin · 13 years ago
  12. 468b921 Using dllimport on Win32 when not building Opus by Jean-Marc Valin · 13 years ago
  13. d7f6700 s/OPUS_SET_VBR_FLAG/OPUS_SET_VBR/ by Jean-Marc Valin · 13 years ago
  14. 6bb1c18 opus_packet_parse() now returns the payload offset rather than the pointer by Jean-Marc Valin · 13 years ago
  15. 8fe8b8e Making sure the decoder always outputs at least 2.5 ms by Jean-Marc Valin · 13 years ago
  16. 421a628 Changing the encoder to output the ToC in DTX mode by Jean-Marc Valin · 13 years ago
  17. bad313c Prevent spurious "Invalid payload length" on test_opus decode, by Gregory Maxwell · 13 years ago
  18. 222494f Adds a floating-point API to Opus by Jean-Marc Valin · 13 years ago
  19. 7cd4664 Removes useless test in test_opus by Jean-Marc Valin · 13 years ago
  20. 3269dce Updated README files to reflect current output of tool and tweaked punctuation and wording. Corrected typo in test_opus ("constraint"->"constrained"). by Kat Walsh · 13 years ago
  21. 66ff26f Define CELT bitrate=-1 as "unlimited" (i.e. all bytes given) by Jean-Marc Valin · 13 years ago
  22. 51ac8e6 Fixes a high bit-rate redundant frame bug by Jean-Marc Valin · 13 years ago
  23. 03f7de7 Strip off trailing zero bytes when in LPC mode. by Gregory Maxwell · 13 years ago
  24. 66c612e Fixes an encoder bugg when requesting a CBR rate over the allowable limit by Jean-Marc Valin · 13 years ago
  25. 81936d5 Properly take into account the frame size to decide the mode by Jean-Marc Valin · 13 years ago
  26. 0c08a99 Fixes a pretty bad stereo bug in test_opus by Jean-Marc Valin · 13 years ago
  27. e866ee5 Identifying the fuzzing builds in the version string by Jean-Marc Valin · 13 years ago
  28. 6854556 Fixes a mode transition bug found by fuzzing by Jean-Marc Valin · 13 years ago
  29. f334c82 Adds a fuzzing mode that causes the encoder to make random decisions by Jean-Marc Valin · 13 years ago
  30. c2d86f0 Fixed multiple bugs in the repacketizer by Jean-Marc Valin · 13 years ago
  31. e8dbcb8 Adds a test_repacketizer tool and fixes a few of the bugs in the repacketizer by Jean-Marc Valin · 13 years ago
  32. 369553f Repacketization code (untested) by Jean-Marc Valin · 13 years ago
  33. 4154dad Refactoring the decoder to create opus_packet_parse() by Jean-Marc Valin · 13 years ago
  34. 9d8b519 Adds OPUS_GET_LOOKAHEAD by Jean-Marc Valin · 13 years ago
  35. 5840aaf Remove duplicate 'libopus' from the fallback version string. by Ralph Giles · 13 years ago
  36. b8a30f9 Use 'libopus' rather than 'Opus' in the version string. by Ralph Giles · 13 years ago
  37. a57e0b9 Print the library version from test_opus. by Ralph Giles · 13 years ago
  38. 641eea8 Regularize whitespace in the src directory. by Ralph Giles · 13 years ago
  39. e308edf Prepend "Opus" to the version string. by Ralph Giles · 13 years ago
  40. 42eb933 Define a fallback version string. by Ralph Giles · 13 years ago
  41. 71fe1f4 forgot to include opus.h from opus.c by Jean-Marc Valin · 13 years ago
  42. d9636c5 Add a function to query the Opus version 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. 25947cb Header documentation fixes by Jean-Marc Valin · 13 years ago
  49. 5b6791b Remove an unused variable. by Ralph Giles · 13 years ago
  50. bf79a08 Fix a comment in frame count byte decoding. by Ralph Giles · 13 years ago
  51. 59a93ab Fixes some compiler warnings by Christian Hoene · 13 years ago
  52. cc14cdf Ensures that the end band is always set for redundant frames by Jean-Marc Valin · 13 years ago
  53. 0d031d6 proper stereo handling for multiple frames per packet by Jean-Marc Valin · 13 years ago
  54. ef7095c More decoder corner case fixes by Jean-Marc Valin · 13 years ago
  55. a0653ed Fixes a bunch of valgrind errors when decoding random junk by Jean-Marc Valin · 13 years ago
  56. ad15af8 Adding code for Opus Custom by Jean-Marc Valin · 13 years ago
  57. d3358b1 Better error checking, getting 60 ms to work again by Jean-Marc Valin · 13 years ago
  58. 23a900c Defensive programming: added some error checking by Jean-Marc Valin · 13 years ago
  59. 047f025 Fixes a crash in silk prefill (used for mode switching) by Jean-Marc Valin · 13 years ago
  60. 4618562 test_opus usage for -e/-d by Jean-Marc Valin · 13 years ago
  61. 99126f4 Allowing test_opus to operate in encode_only or decode_only mode by Jean-Marc Valin · 13 years ago
  62. 00cb6f7 splitting encoder config in terms of application and signal type by Jean-Marc Valin · 13 years ago
  63. 541df0a Fixes an issue when triggering PLC before receiving any packet by Jean-Marc Valin · 13 years ago
  64. 479e18b Removes auto mode and fixes a force_mono issue by Koen Vos · 13 years ago
  65. e790b37 test_opus error messages by Jean-Marc Valin · 13 years ago
  66. 9a7967a s/inline/static inline/ by Jean-Marc Valin · 14 years ago
  67. baed21d Fixes a bug in the init() functions where were weren't zeroing the entire state by Jean-Marc Valin · 14 years ago
  68. 103302b Squashed commit of the following: by Jean-Marc Valin · 14 years ago
  69. c77b963 Removing useless files by Jean-Marc Valin · 14 years ago
  70. ba54746 Adding a decent auto/default bit-rate choice by Jean-Marc Valin · 14 years ago
  71. 4907d37 test_opus.c now checks the sampling rate by Jean-Marc Valin · 14 years ago
  72. a11795c Reject more invalid packets in the decoder. by Timothy B. Terriberry · 14 years ago
  73. 280c060 Adds opus_{en|de}coder_init() and opus_{en|de|coder_get_size() by Jean-Marc Valin · 14 years ago
  74. 5095c47 Removes pointers from the Opus state by Jean-Marc Valin · 14 years ago
  75. 9edde42 Improvements to error handling and warning fixes by Jean-Marc Valin · 14 years ago
  76. 09c6766 Rewrote the bandwidth selection code by Jean-Marc Valin · 14 years ago
  77. 85c599f Minor tuning the WB/SWB and SWB/FB thresholds by Jean-Marc Valin · 14 years ago
  78. 243ff0c comments by Jean-Marc Valin · 14 years ago
  79. 0734cad Fixes bandwidth decision when reducing the bit-rate by Jean-Marc Valin · 14 years ago
  80. 494ce97 Squashed commit of the following: by Koen Vos · 14 years ago
  81. 105d751 Fixes 60 ms speech mode by Jean-Marc Valin · 14 years ago
  82. 6fe45a5 Getting shared libraries to build by Jean-Marc Valin · 14 years ago
  83. c1673fa Relying on SILK for the switching decisions by Jean-Marc Valin · 14 years ago
  84. 499f328 Tuning the bandwidth decision by Jean-Marc Valin · 14 years ago
  85. d8f9097 Changing the SILK bandwidth only when there's no speech by Jean-Marc Valin · 14 years ago
  86. d8765e5 SILK update by Koen Vos · 14 years ago
  87. d2124cd Loss rate adaptation for the CELT layer by Jean-Marc Valin · 14 years ago
  88. fa86913 draft update by Jean-Marc Valin · 14 years ago
  89. 43c260b Implementing bit-stream padding by Jean-Marc Valin · 14 years ago
  90. 381c706 Making mode switching use the same window as CELT (squared) by Jean-Marc Valin · 14 years ago
  91. ea8fbf4 Simplifying PLC switching to have an overlap of 2.5 ms too by Jean-Marc Valin · 14 years ago
  92. c983bb4 Minor code simplifications by Jean-Marc Valin · 14 years ago
  93. eed3309 Minor redundant frame fixes by Jean-Marc Valin · 14 years ago
  94. f2c8e5d CELT update by Jean-Marc Valin · 14 years ago
  95. 64d834f More project files update by Jean-Marc Valin · 14 years ago
  96. ab1404e Project files update by Jean-Marc Valin · 14 years ago
  97. bcdddb9 Fixes leak in test_opus by Jean-Marc Valin · 14 years ago
  98. 617fcd2 Fixes a few PLC/DTX bugs due to the recent decode API change by Jean-Marc Valin · 14 years ago
  99. b55b661 Adding constrained VBR mode by Jean-Marc Valin · 14 years ago
  100. ac768f3 More error handling by Jean-Marc Valin · 14 years ago