1. 9d48deb Adds error code to multistream API by Jean-Marc Valin · 13 years ago
  2. 9d8dc3a Better error handling in the Opus API by Jean-Marc Valin · 13 years ago
  3. 3e7c051 Removes // from win32/config.h by Jean-Marc Valin · 13 years ago
  4. 84a99eb Apparently C89 doens't like unnecessary semicolons by Jean-Marc Valin · 13 years ago
  5. 43da589 This should remove the last // comments by Jean-Marc Valin · 13 years ago
  6. e766d9f s/INBAND_FEC_FLAG/INBAND_FEC/ by Jean-Marc Valin · 13 years ago
  7. 9977497 Making sure that everything in opus.h has a opus prefix by Jean-Marc Valin · 13 years ago
  8. 9f71309 Add pkg-config support files. by Ralph Giles · 13 years ago
  9. 1ca485c Add new public headers to the install targets. by Ralph Giles · 13 years ago
  10. 69abbf4 Fixes a trivial multistream fixed-point bug by Jean-Marc Valin · 13 years ago
  11. ccaa6d2 More // comments changed to /* by Jean-Marc Valin · 13 years ago
  12. 9592c69 Changing some // comments into /* by Jean-Marc Valin · 13 years ago
  13. 8a21386 more multistream ctl()s by Jean-Marc Valin · 13 years ago
  14. d4e9340 Adds support for multi-stream encoding/decoding by Jean-Marc Valin · 13 years ago
  15. 6db1d52 Disable the LPC mode highpass filter when set to APPLICATION_AUDIO. by Gregory Maxwell · 13 years ago
  16. 073c4e1 More precise CELT/SILK delay compensation to reduce mode switching glitches by Jean-Marc Valin · 13 years ago
  17. 641bd4e More spec updates. by Timothy B. Terriberry · 13 years ago
  18. dd5f3e3 Fixes mathops-test for pseudo-stack by Jean-Marc Valin · 13 years ago
  19. 4e1ce38 Addresses a bitstream bug for stereo FEC and minor fixes that make Opus compile again with Visual Studio. by Koen Vos · 13 years ago
  20. fa8e3c5 Remove directories added by 86476906ec9711cdd1d74ae35bfb9bd0ba60f0d9. by Gregory Maxwell · 13 years ago
  21. d14a5ab fixes a build issue introduced in the s/signal/frame/ patch by Jean-Marc Valin · 13 years ago
  22. 04cca28 Expand tabs and regularize some conditionals. by Ralph Giles · 13 years ago
  23. 039a67b More spec additions. by Timothy B. Terriberry · 13 years ago
  24. 8647690 Use 'frame' instead of 'signal' in the silk code. by Ralph Giles · 13 years ago
  25. bed02c9 Include opus_private.h when building the repacketizer. by Ralph Giles · 13 years ago
  26. efef001 Use standard search path for systems headers in the repacketizer. by Ralph Giles · 13 years ago
  27. ad4ae86 Copyedited draft (up to line 4015). by Kat Walsh · 13 years ago
  28. de0b977 In VBR the MDCT modes rate control could dramatically over/undershoot after a frame size change by Gregory Maxwell · 13 years ago
  29. 9f555bc encode_size() moved out of opus_encoder.c by Jean-Marc Valin · 13 years ago
  30. 6696a14 Moves align() to a single header by Jean-Marc Valin · 13 years ago
  31. 2b98bdf Better handling of DTX for range coder state checks by Jean-Marc Valin · 13 years ago
  32. d482773 Final range coder state now exposed through the ctl() interface by Jean-Marc Valin · 13 years ago
  33. 06cee2b Including redundant frames in the final range coder state by Jean-Marc Valin · 13 years ago
  34. 06677d7 Add prototypes for the _float functions to opus.h. by Gregory Maxwell · 13 years ago
  35. d9920f3 Removes opus_encoder.h and opus_decoder.h by Jean-Marc Valin · 13 years ago
  36. 7954065 Adds code for parsing self-delimited packets by Timothy B. Terriberry · 13 years ago
  37. 69549ac Renaming "mode" option to "application" by Jean-Marc Valin · 13 years ago
  38. 468b921 Using dllimport on Win32 when not building Opus by Jean-Marc Valin · 13 years ago
  39. d7f6700 s/OPUS_SET_VBR_FLAG/OPUS_SET_VBR/ by Jean-Marc Valin · 13 years ago
  40. 6bb1c18 opus_packet_parse() now returns the payload offset rather than the pointer by Jean-Marc Valin · 13 years ago
  41. 8fe8b8e Making sure the decoder always outputs at least 2.5 ms by Jean-Marc Valin · 13 years ago
  42. 421a628 Changing the encoder to output the ToC in DTX mode by Jean-Marc Valin · 13 years ago
  43. bad313c Prevent spurious "Invalid payload length" on test_opus decode, by Gregory Maxwell · 13 years ago
  44. 711eade Reduce the number of branches around ncwrs* and ucwrs* calls with k==0. by Benjamin M. Schwartz · 13 years ago
  45. 222494f Adds a floating-point API to Opus by Jean-Marc Valin · 13 years ago
  46. 8a23fe9 Date change on the draft by Jean-Marc Valin · 13 years ago
  47. fd209c5 More spec additions and clean-up. by Timothy B. Terriberry · 13 years ago
  48. 7cd4664 Removes useless test in test_opus by Jean-Marc Valin · 13 years ago
  49. 5e36e19 Making the CELT bitrate default to "unlimited" by Jean-Marc Valin · 13 years ago
  50. 8891068 Update licensing file with current IPR disclosures; remove outdated Skype text. by Kat Walsh · 13 years ago
  51. 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
  52. 66ff26f Define CELT bitrate=-1 as "unlimited" (i.e. all bytes given) by Jean-Marc Valin · 13 years ago
  53. 51ac8e6 Fixes a high bit-rate redundant frame bug by Jean-Marc Valin · 13 years ago
  54. 5c3d155 In silk_dec_API.c a memcpy was blindly copying data of differing types (opus_int16[2] to opus_int[2]). by Gregory Maxwell · 13 years ago
  55. 03f7de7 Strip off trailing zero bytes when in LPC mode. by Gregory Maxwell · 13 years ago
  56. d830d08 Avoid passing 'resynth' argument since resynth is either !encode by Gregory Maxwell · 13 years ago
  57. 66c612e Fixes an encoder bugg when requesting a CBR rate over the allowable limit by Jean-Marc Valin · 13 years ago
  58. 11785e9 Make dump_modes.c include the arguments in the output. by Gregory Maxwell · 13 years ago
  59. 5cfa0a0 Respect the ANSI C89 maximum line length. by Gregory Maxwell · 13 years ago
  60. 9a7539f Remove two branches from bitexact_cos(). These cases were actually by Gregory Maxwell · 13 years ago
  61. 4dc0b39 Replacing SPK_INLINE by static inline by Jean-Marc Valin · 13 years ago
  62. 0b75940 Add cwrs32-test coverage for some N which are only used by Gregory Maxwell · 13 years ago
  63. 5a48412 Including config.h from all the SILK files by Jean-Marc Valin · 13 years ago
  64. a6b4e25 Making the MDCT produce interleaved data by Jean-Marc Valin · 13 years ago
  65. dbeb86f Making the IMDCT work on interleaved data by Jean-Marc Valin · 13 years ago
  66. 1c6c3d1 Removes unused functions from cwrs.c by Jean-Marc Valin · 13 years ago
  67. 2e78b27 kiss fft cleanup by Jean-Marc Valin · 13 years ago
  68. dbe9a43 Renames the kiss FFT implementation to reduce the risk of symbol clashes by Jean-Marc Valin · 13 years ago
  69. ad15ed8 Making forward and inverse FFT non-recursive by Jean-Marc Valin · 13 years ago
  70. 7c69461 Removing (already broken) support for strides in kiss-fft by Jean-Marc Valin · 13 years ago
  71. 81936d5 Properly take into account the frame size to decide the mode by Jean-Marc Valin · 13 years ago
  72. 0c08a99 Fixes a pretty bad stereo bug in test_opus by Jean-Marc Valin · 13 years ago
  73. 86dd984 Rearrange mode structure to avoid wasting memory from padding. by Gregory Maxwell · 13 years ago
  74. e866ee5 Identifying the fuzzing builds in the version string by Jean-Marc Valin · 13 years ago
  75. 3120e22 Fixes a stereo rate mismatch bug by Jean-Marc Valin · 13 years ago
  76. b288c50 Correct anti_collapse in the decoder to handle the stereo by Gregory Maxwell · 13 years ago
  77. f9b1b3f Shrink INV_TABLE to save a little memory. by Gregory Maxwell · 13 years ago
  78. da752d1 Eliminate some unreachable cases from the cwrs code and fixup the by Gregory Maxwell · 13 years ago
  79. 6854556 Fixes a mode transition bug found by fuzzing by Jean-Marc Valin · 13 years ago
  80. f334c82 Adds a fuzzing mode that causes the encoder to make random decisions by Jean-Marc Valin · 13 years ago
  81. c2d86f0 Fixed multiple bugs in the repacketizer by Jean-Marc Valin · 13 years ago
  82. e8dbcb8 Adds a test_repacketizer tool and fixes a few of the bugs in the repacketizer by Jean-Marc Valin · 13 years ago
  83. 369553f Repacketization code (untested) by Jean-Marc Valin · 13 years ago
  84. 4154dad Refactoring the decoder to create opus_packet_parse() by Jean-Marc Valin · 13 years ago
  85. 5e9f7fc Unit tests for bitexact_cos() and bitexact_log2tan(). by Gregory Maxwell · 13 years ago
  86. 817220e Using a more conservative trim (just in case) following Greg's last patch by Jean-Marc Valin · 13 years ago
  87. f93d81b Correct allocation tilt estimation in the CELT encoder for stereo. by Gregory Maxwell · 13 years ago
  88. fd386fd removes tandem test by Jean-Marc Valin · 13 years ago
  89. dac77d1 Fixes the celt_exp2() test (not the function, the test itself) by Jean-Marc Valin · 13 years ago
  90. bf6a4e0 Re-enables test cases, including the rotation test by Jean-Marc Valin · 13 years ago
  91. b91d00d Fixes two test cases by Jean-Marc Valin · 13 years ago
  92. a8ac44b Using the real version name instead of the last tag name by Jean-Marc Valin · 13 years ago
  93. 9d8b519 Adds OPUS_GET_LOOKAHEAD by Jean-Marc Valin · 13 years ago
  94. 63fd63d Rename libcelt/static_modes_(fixed|float).c to .h to better reflect by Gregory Maxwell · 13 years ago
  95. 2852cb1 Tell automake to put object files in subdirectories. by Ralph Giles · 13 years ago
  96. 5840aaf Remove duplicate 'libopus' from the fallback version string. by Ralph Giles · 13 years ago
  97. b8a30f9 Use 'libopus' rather than 'Opus' in the version string. by Ralph Giles · 13 years ago
  98. a57e0b9 Print the library version from test_opus. by Ralph Giles · 13 years ago
  99. 641eea8 Regularize whitespace in the src directory. by Ralph Giles · 13 years ago
  100. e308edf Prepend "Opus" to the version string. by Ralph Giles · 13 years ago