1. 1c31142 Packets indicating DTX may be up to 2 bytes by Mark Harris · 8 years ago
  2. 5eb270d Test common configure switches on travis. by Ralph Giles · 8 years ago
  3. d02ec93 Add a minimal travis continuous integration script. by Ralph Giles · 8 years ago
  4. bcea233 Makes CBR calculations more accurate for 60-ms frames by Jean-Marc Valin · 8 years ago
  5. eff72e4 Respect CBR even at ridiculourly low rate by Jean-Marc Valin · 8 years ago
  6. e959f0d Prevents an invalid ToC to be generated at ridiculously low rate by Jean-Marc Valin · 8 years ago
  7. 4b1f45e make len==0 return OPUS_INVALID_PACKET rather than OPUS_BAD_ARG for opus_packet_parse_impl() by Jean-Marc Valin · 8 years ago
  8. 5e50f1f Check for len<1 in opus_packet_parse_impl() by Jean-Marc Valin · 8 years ago
  9. 096f5d3 Remove tabs from source code. by Timothy B. Terriberry · 8 years ago
  10. 05d3e79 Add Aarch64 intrinsic for SIG2WORD16. by Jonathan Lennox · 9 years ago
  11. 512f17a Add Aarch64 intrinsics for saturated add/subtract. by Jonathan Lennox · 9 years ago
  12. 8797360 Add configure check for Aarch64-specific Neon intrinsics. by Jonathan Lennox · 9 years ago
  13. 87c670d Clean up formatting of configure output for ARM intrinsics detection. by Jonathan Lennox · 9 years ago
  14. 81b699c Add OPUS_FAST_INT64 definition of silk_SMULWT. by Jonathan Lennox · 9 years ago
  15. c59c138 Explicitly cast results of silk OPUS_FAST_INT64 macros back to opus_int32. by Jonathan Lennox · 9 years ago
  16. d6a44c5 Add OPUS_FAST_INT64 flavors of celt/fixed_generic.h macros. by Jonathan Lennox · 9 years ago
  17. 8da4f84 Move OPUS_FAST_INT64 definition to celt/arch.h. by Jonathan Lennox · 9 years ago
  18. 92f9c82 Clean up some intrinsics-related wording in configure. by Jonathan Lennox · 9 years ago
  19. 6d27902 Enable intrinsics by default. by Jonathan Lennox · 9 years ago
  20. 7017f55 Add Neon fixed-point implementation of xcorr_kernel. by Jonathan Lennox · 9 years ago
  21. 7f1c6fa Add Neon intrinsics for Silk noise shape feedback loop. by Jonathan Lennox · 9 years ago
  22. 81a1942 Apply Neon short prediction optimization to silk_noise_shape_quantizer_del_dec. by Jonathan Lennox · 9 years ago
  23. 44e8e73 Add Neon intrinsics for Silk noise shape quantization. by Jonathan Lennox · 9 years ago
  24. fdb3b3a Add named constants for ARM architecture variants. by Jonathan Lennox · 9 years ago
  25. 920ff71 Enable Neon intrinsics for aarch64. by Jonathan Lennox · 9 years ago
  26. 8cb1487 Rename OPUS_ARM_NEON_INTR AM_CONDITIONAL as HAVE_ARM_NEON_INTR, for consistency with x86. by Jonathan Lennox · 9 years ago
  27. ab61f32 Reorganize ARM CPU #ifdefs. by Jonathan Lennox · 9 years ago
  28. e6ac9fa Move ARM-specific macro overrides to arm-specific file. by Jonathan Lennox · 9 years ago
  29. 58dbcf2 Update URLs by Mark Harris · 8 years ago
  30. b15172a Fix typo. by Ralph Giles · 8 years ago
  31. 8801655 Update links in release checklist. by Ralph Giles · 8 years ago
  32. d177d76 Add checksums for opusfile 0.8. by Ralph Giles · 8 years ago
  33. 29d1369 Replace another useless 32x16 multiply with 16x16 by Jean-Marc Valin · 8 years ago
  34. 3f4a64f Replacing some 32x16 multiplies with 16x16 when both operands are 16 bits by Jean-Marc Valin · 8 years ago
  35. e30e9a7 Fix folding bug in draft too by Jean-Marc Valin · 8 years ago
  36. c3563be Assert non-overlapping memcpy. r=mark4o by Ralph Giles · 8 years ago
  37. 9203565 Forgot to call RESTORE_STACK in 328953e1896432bc700b9b5c69ae2987c5d752f4 by Jean-Marc Valin · 8 years ago
  38. 1b0d40f update draft fixes by Jean-Marc Valin · 8 years ago
  39. 328953e Making calls to opus_packet_pad() on a bad packet return OPUS_INVALID_PACKET by Jean-Marc Valin · 8 years ago
  40. f6f8487 minor update draft update by Jean-Marc Valin · 8 years ago
  41. 4a4bc08 Adding hybrid folding section and new testvectors to the update draft by Jean-Marc Valin · 8 years ago
  42. d6642d6 Fix build error from comma at end of enum by Michael Graczyk · 8 years ago
  43. 164f7df Addressing more issues from scan-build by Jean-Marc Valin · 8 years ago
  44. 9b1a27a Address static analysis reports from scan-build by Jean-Marc Valin · 8 years ago
  45. 1ac3a56 Add static bitrate allocation and force CELT-only for ambisonics encoding by Michael Graczyk · 8 years ago
  46. 3925668 Add experimental support for ambisonic encoding by Michael Graczyk · 8 years ago
  47. 914476c Fixes an invalid read in compute_stereo_width() for 2.5 ms frames at 12 kHz by Jean-Marc Valin · 8 years ago
  48. b66080a Fixes minor code quality issues in CELT by Jean-Marc Valin · 8 years ago
  49. b1034eb Fixes potential overflow on 16-bit platforms by Jean-Marc Valin · 8 years ago
  50. 7252c25 Fixes signed integer overflow in fixed-point Burg by Jean-Marc Valin · 8 years ago
  51. ddea3a6 Fixes a fixed-point precision issue in remove_doubling() by Jean-Marc Valin · 8 years ago
  52. b370a93 Fixes an overflow in the constrained VBR code for bitrate>64000 by Jean-Marc Valin · 8 years ago
  53. 5ead149 Saturate when adding prediction to LPC excitation to avoid integer overflow by Felicia Lim · 8 years ago
  54. e26abfa Update ISO Base Media Format draft to version 0.6.8. by Ralph Giles · 8 years ago
  55. 225e09c List intrinsics flags being tested after existing cflags, so they override other options. by Jonathan Lennox · 8 years ago
  56. dc92dab Modify autoconf tests for intrinsics to stop clang from optimizing them away. by Jonathan Lennox · 8 years ago
  57. 99aaff59 Add remaining generated files to gitignore by Ricardo Constantino (:RiCON) · 8 years ago
  58. 165e11c Clean doxygen_sqlite3.db by Ricardo Constantino (:RiCON) · 8 years ago
  59. 97e4176 Move .exe back to root .gitignore for mingw builds by Ricardo Constantino (:RiCON) · 8 years ago
  60. a8f6115 Update EXTRA_DIST to ship the VS2015 project files. by Ralph Giles · 8 years ago
  61. a01b0ab Remove VS2010 project files. by Ralph Giles · 8 years ago
  62. 67fe2ad Move Visual Studio GitIgnores to own file by Orestes Zoupanos · 8 years ago
  63. d274f57 Fix DLL errors and Additional Library Directories by Orestes Zoupanos · 8 years ago
  64. 5ff11c0 Fix VS2015 dynamic builds by adding DLL_EXPORT to CFLAGS by Ricardo Constantino (:RiCON) · 8 years ago
  65. 81094ab Remove redundant .gitignore entries. by Ralph Giles · 8 years ago
  66. bdd2d98 Better Git Ignores for Visual Studio. r=rillian by Orestes Zoupanos · 8 years ago
  67. 36fd6ca Don't ignore win32. by Ralph Giles · 8 years ago
  68. ae8fec4 fix build settings for DLL project, runtime library must be linked to DLL too to prevent heap deallocation error by uraymeiviar · 9 years ago
  69. 3aaddaf Added Visual Studio 2015 solution and added ReleaseDLL and DebugDLL Project settings to produce .dll file instead of .lib by uraymeiviar · 9 years ago
  70. 4d3decf Fixes floating-point bug introduced in be9e747bcc542c277d30f6c78a57b0940e0c5b5e by Jean-Marc Valin · 8 years ago
  71. 6e96173 win32: only use dllexport when building DLL by Daniel Verkamp · 9 years ago
  72. 787eee2 Turn on CELT's PLC only if there are >=2 packets received consecutively. by Felicia Lim · 8 years ago
  73. fab6397 cng exitation signal can saturate. Use same scaling as PLC and normal decoding by Soren Skak Jensen · 8 years ago
  74. e40df01 Fix valgrind unaddressable mem read error by Felicia Lim · 8 years ago
  75. be9e747 Fixes overflows on CPUs with 16-bit ints by Jean-Marc Valin · 8 years ago
  76. 02f3ac2 fix for divide by zero by Felicia Lim · 8 years ago
  77. c43b1bc oggopus: Update version and date for -14 by Timothy B. Terriberry · 8 years ago
  78. 2d5b5dd oggopus: Address Barry Leiba's IESG comments. by Timothy B. Terriberry · 8 years ago
  79. c2c6007 oggopus: Fix page numbers in example diagram. by Timothy B. Terriberry · 8 years ago
  80. fcdaef5 oggopus: Update Wikipedia URLs. by Timothy B. Terriberry · 8 years ago
  81. b9dff4b oggopus: Fix typo. by Ralph Giles · 8 years ago
  82. f26c353 oggopus: Address Stephen Farrell's IESG comments. by Timothy B. Terriberry · 8 years ago
  83. 81bb160 oggopus: Update version and date for -13 by Timothy B. Terriberry · 8 years ago
  84. 5d09366 Remove unused patch file. by Ralph Giles · 8 years ago
  85. c4c897e Expand SILK macro to avoid "Wexpansion-to-defined" violation by flim · 8 years ago
  86. 288bd59 Remove unused patch file. by Ralph Giles · 8 years ago
  87. ae1807f Remove generation date from docs. by Ralph Giles · 8 years ago
  88. 3270d1e Clean up footer.html. by Ralph Giles · 8 years ago
  89. 96591ca oggopus: Additional minor rewording. by Timothy B. Terriberry · 8 years ago
  90. 8271935 oggopus: Update version and date for -12 by Timothy B. Terriberry · 8 years ago
  91. bb054b5 oggopus: Minor rewording. by Timothy B. Terriberry · 8 years ago
  92. e791355 oggopus: Update the acknowledgements. by Timothy B. Terriberry · 8 years ago
  93. b3cec87 oggopus: Add a BSD license header. by Timothy B. Terriberry · 8 years ago
  94. a091cb7 oggopus: Revert reference to RFC 4732 back to informative. by Timothy B. Terriberry · 8 years ago
  95. f6adff6 oggopus: Update version and date for -11 by Timothy B. Terriberry · 8 years ago
  96. 9adc59b oggopus: Specify that the new IANA registry is top-level. by Timothy B. Terriberry · 8 years ago
  97. 28cbae0 Remove default settings from Doxygen config. by Ralph Giles · 8 years ago
  98. f21970a Docuemnt the source of the 2.5 ms and 48 kHz restrictions. by Timothy B. Terriberry · 8 years ago
  99. 44f8736 oggopus: Fix continued packet lacing reference. by Ralph Giles · 8 years ago
  100. dd87956 Add /topic update to release checklist by Mark Harris · 8 years ago