1. c5635d2 Adds packet padding that works for all codes and fixes 40/60 ms CBR. by Jean-Marc Valin · 11 years ago
  2. 3593069 Change few remaining instances of short to opus_int16 by Jean-Marc Valin · 11 years ago
  3. ab5a049 Merge commit '390c89225d' by Jean-Marc Valin · 12 years ago
  4. cb05e7c s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code" by Jean-Marc Valin · 12 years ago
  5. 59354a7 Fixes int vs opus_int32 compile errors on C5x by Jean-Marc Valin · 12 years ago
  6. 92c896e Fixes the code for optional self-delimited packing to make it fit the draft by Gregory Maxwell · 13 years ago
  7. afd05ac Fix multistream packet corruption, implement GET_FINAL_RANGE for multistream, and add many tests. by Gregory Maxwell · 13 years ago
  8. c8649d0 Gives the Opus code direct access to (non-opaque) OpusRepacketizer by Jean-Marc Valin · 13 years ago
  9. 3346d88 Make repacketizer API use opus_int32 for lengths and add some additional error handling. by Gregory Maxwell · 13 years ago
  10. 756c759 Make opus_repacketizer_create handle malloc failure gracefully. by Gregory Maxwell · 13 years ago
  11. 131d888 Makes multi-stream encoding code use the repacketizer by Jean-Marc Valin · 13 years ago
  12. 331e9fe s/OPUS_CORRUPTED_DATA/OPUS_INVALID_PACKET/ by Jean-Marc Valin · 13 years ago
  13. d6335ab Adds many syntactically unnecessary parentheses to silence GCC -Wparentheses. by Gregory Maxwell · 13 years ago
  14. be89c39 Using OPUS_ macros for <string.h> operations by Jean-Marc Valin · 13 years ago
  15. 9bcfdb0 Fixes warnings by Jean-Marc Valin · 13 years ago
  16. 07f8840 Wrapping all allocation within opus_alloc() and opus_free() by Jean-Marc Valin · 13 years ago
  17. bed02c9 Include opus_private.h when building the repacketizer. by Ralph Giles · 13 years ago
  18. efef001 Use standard search path for systems headers in the repacketizer. by Ralph Giles · 13 years ago
  19. 9f555bc encode_size() moved out of opus_encoder.c by Jean-Marc Valin · 13 years ago
  20. c2d86f0 Fixed multiple bugs in the repacketizer by Jean-Marc Valin · 13 years ago
  21. e8dbcb8 Adds a test_repacketizer tool and fixes a few of the bugs in the repacketizer by Jean-Marc Valin · 13 years ago
  22. 369553f Repacketization code (untested) by Jean-Marc Valin · 13 years ago