1. a40689e Remove large multistream stack buffers. by Timothy B. Terriberry · 12 years ago
  2. 84dd1cf Balance parentheses in opus_multistream.c. by Timothy B. Terriberry · 12 years ago
  3. 865124f Add opus_multistream.h to MSVC project files. by Gregory Maxwell · 12 years ago
  4. 582eba6 Additional multistream tests and reject channels<1 in MS API. by Gregory Maxwell · 12 years ago
  5. 3a9b354 Fix an MSVC warning. by Ralph Giles · 12 years ago
  6. bb389c6 OPUS_{GET,SET}_LSB_DEPTH for multichannel. by Gregory Maxwell · 12 years ago
  7. 1cd5d95 Implements OPUS_{GET,SET}_LSB_DEPTH by Jean-Marc Valin · 12 years ago
  8. 4466622 Fix bkp/s -> kb/s in opus_demo. by Gregory Maxwell · 12 years ago
  9. 0ec9313 Small cleanups to MSVC build setup. by Gian-Carlo Pascutto · 12 years ago
  10. b768c9b Fixes MSVC projects and adds git version generator tool by Chris Moeller · 12 years ago
  11. 31e8a84 Don't try to create fullband silk frames when forced to low rate. by Gregory Maxwell · 12 years ago
  12. 37f5659 Convert some double constants to float. by Gregory Maxwell · 12 years ago
  13. 642084c Output/intermediate dir cleanup and fixes in 64-bit mode. by Gian-Carlo Pascutto · 12 years ago
  14. eeb7bd3 Make MSVC build work in parallel. by Gian-Carlo Pascutto · 12 years ago
  15. d060dd7 Opus_multistream API hardening. by Gregory Maxwell · 12 years ago
  16. 619aa8b Fix MSVC Debug builds, set missing dependencies for tests. by Gian-Carlo Pascutto · 12 years ago
  17. a7bdbf7 Add opus_demo target and project files. by Gian-Carlo Pascutto · 12 years ago
  18. d2fa2ed Make compiler settings consistent. Actually produce the libary, remove the opus_demo for now. by Gian-Carlo Pascutto · 12 years ago
  19. cb42735 Add missing multistream sources to MSVC project file. by Gian-Carlo Pascutto · 12 years ago
  20. 37d9e13 Fixes a hybrid encoder bug on 24 kHz stereo input by Jean-Marc Valin · 12 years ago
  21. 03105f5 Make OPUS_SET_GAIN survive decode reset. by Gregory Maxwell · 12 years ago
  22. 28b41ae Add OPUS_{GET|SET}_GAIN CTLs for adjusting output gain. by Gregory Maxwell · 12 years ago
  23. 2967d4e Remove unnecessary and not-very-portable opus_demo case insensitivity. by Gregory Maxwell · 12 years ago
  24. bcbf40b modified the Visual Studio 2010 projects and solution file to include a x64 configuration. modified the output folders such that the architecture is included in the path (so you get Release64, Debug32, etc.) so you can have all build types in one tree. by root · 12 years ago
  25. 24ed465 int vs opus_int32 consistency by Jean-Marc Valin · 12 years ago
  26. 14d63d1 Fixes the stereo_analysis() fixed-point overflow issue properly by Jean-Marc Valin · 12 years ago
  27. 936f52c Add #errors when !OPUS_BUILD or !(VAR_ARRAYS||USE_ALLOCA||NONTHREADSAFE_PSEUDOSTACK). by Gregory Maxwell · 12 years ago
  28. a403d5f Increase alignment of the internal state structures to sizeof(void *) from 4 bytes. by Gregory Maxwell · 12 years ago
  29. b7034ec Make opus_demo r/w little-endian PCM independent of host byte-order. by Gregory Maxwell · 12 years ago
  30. 4f0c07f Add fwrite() error handling in repacketizer_demo. by Gregory Maxwell · 12 years ago
  31. ab5a049 Merge commit '390c89225d' by Jean-Marc Valin · 12 years ago
  32. 28b1d24 Fix negative write bug in opus_demo and add some fwrite() error handling. by Gregory Maxwell · 12 years ago
  33. cb05e7c s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code" by Jean-Marc Valin · 12 years ago
  34. 7227300 Misc changes to address Robert Sparks' comments by Jean-Marc Valin · 12 years ago
  35. 59354a7 Fixes int vs opus_int32 compile errors on C5x by Jean-Marc Valin · 12 years ago
  36. 037918a Guard against pathologically small buffer by Vincent Penquerc'h · 13 years ago
  37. ab0b5f5 Make input mapping parameter const in multistream API by Vincent Penquerc'h · 13 years ago
  38. c792108 Adds missing RESTORE_STACK statements on error paths by Jean-Marc Valin · 12 years ago
  39. c0387ff More consistent types for 16-bit architectures by Jean-Marc Valin · 12 years ago
  40. 9cca20a Various multistream fixes. by Gregory Maxwell · 13 years ago
  41. e702817 40/60ms MDCT/Hybrid were not able to reach maximum bitrate. Now they can. by Gregory Maxwell · 13 years ago
  42. 8365b5d Add config.h (and copyright notice) to repacketizer_demo.c. by Gregory Maxwell · 13 years ago
  43. 17c5966 Last updates for draft -11 by Jean-Marc Valin · 12 years ago
  44. c4ff3a0 Modifies the comparison tool to make it much more permissive. by Jean-Marc Valin · 12 years ago
  45. 66820f3 Tweaks the CELT fractional resampling delay to get perfect alignment by Jean-Marc Valin · 12 years ago
  46. ee8adbe Fixes a few minor issues (no bit-stream change) by Jean-Marc Valin · 13 years ago
  47. 5609cec Fixes two minor issues found in random testing at ridiculously low rate. by Jean-Marc Valin · 13 years ago
  48. bf75c8e SILK fixes following last codec WG meeting by Koen Vos · 13 years ago
  49. 92c896e Fixes the code for optional self-delimited packing to make it fit the draft by Gregory Maxwell · 13 years ago
  50. 120800f Rename '_FOO' to avoid potentional collisions with reserved identifiers. by Ralph Giles · 13 years ago
  51. e1be192 Some minor (non-bitstream-affecting) changes to help us have better test vectors by Jean-Marc Valin · 13 years ago
  52. e699c19 Testing tools improvements (no impact on draft) by Gregory Maxwell · 13 years ago
  53. abaa348 Adds -random_fec option to randomly add FEC to some frames. by Jean-Marc Valin · 13 years ago
  54. 27592c3 Multi-stream now checks that each stream at least contains a ToC. by Jean-Marc Valin · 13 years ago
  55. a05a379 Adds -random_framesize and -sweep_max options to opus_demo by Jean-Marc Valin · 13 years ago
  56. 23f3a1f Fixes a redundancy bug in glitchless SILK-SILK switching by Jean-Marc Valin · 13 years ago
  57. afd05ac Fix multistream packet corruption, implement GET_FINAL_RANGE for multistream, and add many tests. by Gregory Maxwell · 13 years ago
  58. c81b510 Fix a number of multistream decoder bugs; add some very basic multistream decoder tests. by Gregory Maxwell · 13 years ago
  59. 38fc0d5 Fix some inconsequential file descriptor leaks in the demo tools to silence cppcheck warnings. by Gregory Maxwell · 13 years ago
  60. 72b9b34 Newly introduced check_encoder_option failed unconditionally instead of only when you used the wrong options. by Gregory Maxwell · 13 years ago
  61. be236b1 Considers the case where SILK busts its budget in hybrid mode by Jean-Marc Valin · 13 years ago
  62. 9fb5cee Checking that encoder options aren't used for decoding in opus_demo by Jean-Marc Valin · 13 years ago
  63. acc7a6c Reformatting changes with an update to the MSVC project files by Koen Vos · 13 years ago
  64. aecf2d3 opus_demo now returns 1 on mismatch by Jean-Marc Valin · 13 years ago
  65. c8649d0 Gives the Opus code direct access to (non-opaque) OpusRepacketizer by Jean-Marc Valin · 13 years ago
  66. f340bba Checking error codes internally and return OPUS_INTERNAL_ERROR on failure by Jean-Marc Valin · 13 years ago
  67. d17bc2e Make CBR code a bit less aggressive about low rate by Jean-Marc Valin · 13 years ago
  68. cb9471c Fixes a hybrid bug when operating with a max bit-rate by Jean-Marc Valin · 13 years ago
  69. e6a0be8 Makes OPUS_SET_VOICE_RATIO private by Jean-Marc Valin · 13 years ago
  70. 6ef3787 Making sure DTX for voice still works at high bit-rate by Jean-Marc Valin · 13 years ago
  71. da025d5 Convert tabs to spaces in the opus and celt code. by Ralph Giles · 13 years ago
  72. 4923f3f Moves the main headers from src/ to include/ by Jean-Marc Valin · 13 years ago
  73. 38805f3 Rename test_repacketizer to repacketizer_demo. by Gregory Maxwell · 13 years ago
  74. a5ff49e Renames test_opus to opus_demo and adds the test_opus_api, test_opus_encode, test_opus_decode test programs. by Gregory Maxwell · 13 years ago
  75. bfad281 Adjusts the bandwidth thresholds depending on complexity and CBR by Jean-Marc Valin · 13 years ago
  76. 9ba1743 Implements OPUS_SET_MAX_BANDWIDTH() by Jean-Marc Valin · 13 years ago
  77. 9dc0e40 Disable CELT when FEC is on and we're losing too many packets by Jean-Marc Valin · 13 years ago
  78. 33bd6aa Some SILK CBR tuning by Jean-Marc Valin · 13 years ago
  79. 43a0de4 Optimization of the CBR loop by Koen Vos · 13 years ago
  80. 3b2aee0 Implements glitchless switching between SILK bandwidths by Jean-Marc Valin · 13 years ago
  81. 1fad304 Make the encoder output a "PLC packet" when SILK can't reach the target by Jean-Marc Valin · 13 years ago
  82. 99ca4b3 Overrides the SILK delayed bandwidth changes when CBR might bust by Jean-Marc Valin · 13 years ago
  83. 294bfec Implements hard CBR for SILK by Jean-Marc Valin · 13 years ago
  84. e6a4ece Simplfies the condition for resetting the CELT state by Jean-Marc Valin · 13 years ago
  85. 7ef6c7c This should fix switching from SILK/hybrid to 60ms CELT by Jean-Marc Valin · 13 years ago
  86. d9dd499 Correct rare mismatch between the encoder and decoder introduced by e9b53212. by Gregory Maxwell · 13 years ago
  87. e22cc27 Fixes CELT->Hybrid glitches by Jean-Marc Valin · 13 years ago
  88. 26451fe Improved test for fishy redundancy length by Jean-Marc Valin · 13 years ago
  89. e9b5321 Tim says it's safe by Jean-Marc Valin · 13 years ago
  90. ab96457 JM puts on a brown paper bag by Jean-Marc Valin · 13 years ago
  91. eb17b5e Doing a best for "unprotected" switches to 2.5 ms frames by Jean-Marc Valin · 13 years ago
  92. b24e574 Misc bug fixes by Jean-Marc Valin · 13 years ago
  93. 16f1592 Fixes a corruption when decoding FEC frames by Jean-Marc Valin · 13 years ago
  94. 3195f6c Misc SILK fixes: by Koen Vos · 13 years ago
  95. 3346d88 Make repacketizer API use opus_int32 for lengths and add some additional error handling. by Gregory Maxwell · 13 years ago
  96. 854fe70 Minor fixes by Koen Vos · 13 years ago
  97. 756c759 Make opus_repacketizer_create handle malloc failure gracefully. by Gregory Maxwell · 13 years ago
  98. ebece63 Fixes a stereo SILK->CELT switching bug by Jean-Marc Valin · 13 years ago
  99. 6d5af48 Increase the floor on nb_compr_bytes when we enable redundancy. by Jean-Marc Valin · 13 years ago
  100. 78291b2 Fixes a redundancy mismatch bug by Jean-Marc Valin · 13 years ago