1. c5635d2 Adds packet padding that works for all codes and fixes 40/60 ms CBR. by Jean-Marc Valin · 11 years ago
  2. 8848171 Variable frame size fixes (still not exposed in the API) by Jean-Marc Valin · 11 years ago
  3. c2b3441 Fixes DISABLE_FLOAT_API build by Jean-Marc Valin · 11 years ago
  4. 7830cf1 Replace "inline" with OPUS_INLINE. by Gregory Maxwell · 11 years ago
  5. eab134c Surround encoder can now produce hard CBR streams again. by Jean-Marc Valin · 11 years ago
  6. dabdb32 Oops, thanks to Mark Harris for spotting this! by Jean-Marc Valin · 11 years ago
  7. 58042ad opus_packet_parse_impl() now computes the packet size with padding by Jean-Marc Valin · 11 years ago
  8. ed46323 Do up-front validation of multistream packets by Jean-Marc Valin · 11 years ago
  9. b90e63b Moves frame size selection back out of opus_encode_native() by Jean-Marc Valin · 11 years ago
  10. 3ab03e0 First pass at making the analysis code run with FIXED_POINT by Jean-Marc Valin · 11 years ago
  11. 91904a4 Moves the analysis back to opus_encode_native() to it runs for all streams. by Jean-Marc Valin · 11 years ago
  12. 3593069 Change few remaining instances of short to opus_int16 by Jean-Marc Valin · 11 years ago
  13. f96fc8c Merge branch 'exp_analysis' by Jean-Marc Valin · 11 years ago
  14. 32c4a0c Applies soft-clipping to the int decoder API. by Jean-Marc Valin · 11 years ago
  15. 51f4a32 Adds support for delayed decision by Jean-Marc Valin · 11 years ago
  16. 10a34a5 Making multistream variable duration work for both the float and int API by Jean-Marc Valin · 12 years ago
  17. 7448366 Multistream support for variable frame duration by Jean-Marc Valin · 12 years ago
  18. b3eba24 Capping lsb_depth to 16 unless using the float API of a float build by Jean-Marc Valin · 12 years ago
  19. ae0e2ca Splits out the Opus multi-stream encoder and decoder by Jean-Marc Valin · 12 years ago
  20. 0b00b31 Attenuates the HF in hybrid mode to match what SILK does below the cutoff by Koen Vos · 12 years ago
  21. 3a9b354 Fix an MSVC warning. by Ralph Giles · 12 years ago
  22. a403d5f Increase alignment of the internal state structures to sizeof(void *) from 4 bytes. by Gregory Maxwell · 12 years ago
  23. ab5a049 Merge commit '390c89225d' by Jean-Marc Valin · 12 years ago
  24. cb05e7c s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code" by Jean-Marc Valin · 12 years ago
  25. 59354a7 Fixes int vs opus_int32 compile errors on C5x by Jean-Marc Valin · 12 years ago
  26. c0387ff More consistent types for 16-bit architectures by Jean-Marc Valin · 12 years ago
  27. 120800f Rename '_FOO' to avoid potentional collisions with reserved identifiers. by Ralph Giles · 13 years ago
  28. c8649d0 Gives the Opus code direct access to (non-opaque) OpusRepacketizer by Jean-Marc Valin · 13 years ago
  29. e6a0be8 Makes OPUS_SET_VOICE_RATIO private by Jean-Marc Valin · 13 years ago
  30. 131d888 Makes multi-stream encoding code use the repacketizer by Jean-Marc Valin · 13 years ago
  31. 07dceb7 Adds ctl() requests for forcing any operating mode in the encoder by Jean-Marc Valin · 13 years ago
  32. 9977497 Making sure that everything in opus.h has a opus prefix by Jean-Marc Valin · 13 years ago
  33. d4e9340 Adds support for multi-stream encoding/decoding by Jean-Marc Valin · 13 years ago
  34. 9f555bc encode_size() moved out of opus_encoder.c by Jean-Marc Valin · 13 years ago
  35. 6696a14 Moves align() to a single header by Jean-Marc Valin · 13 years ago