1. 342d654 As of commit 44203907 all celt bands N>1 are even, including custom modes. In light of this, remove some pointless tests. by Gregory Maxwell · 13 years ago
  2. b23a6ca Fixes problems with unstable filter detection by J-M Valin (rewritten by T.B. Terriberry) · 13 years ago
  3. efe16c5 don't allow the user to override the bandwidth so that it's above what Fs allows by Jean-Marc Valin · 13 years ago
  4. b180a3f Make silk_assert calls work with the autotools --enable-assertions. by Gregory Maxwell · 13 years ago
  5. e3f6ad0 Remove an unreachable block in silk/float/pitch_analysis_core_FLP.c by Gregory Maxwell · 13 years ago
  6. 8d6467c More silk/ resampler cleanup. by Gregory Maxwell · 13 years ago
  7. ad29b2c test_opus had skip uninitialized for decode-only by Jean-Marc Valin · 13 years ago
  8. fc8b605 Eliminate signed overflow in constant, minor makefile.draft updates. by Gregory Maxwell · 13 years ago
  9. 59647fd Misc. silk/ cleanups: static inline things which are only used in one file. by Gregory Maxwell · 13 years ago
  10. afc8d53 Cleans up some leaking opus_custom symbols in celt/ by Gregory Maxwell · 13 years ago
  11. c7ab61b Fixes a bug introduced while fixing the original 60-ms stereo bug by Jean-Marc Valin · 13 years ago
  12. e4de8a9 Fixes a bug that was falsely triggering DTX for 60 ms stereo by Jean-Marc Valin · 13 years ago
  13. 744e59e More resampler cleanups. by Gregory Maxwell · 13 years ago
  14. 96739ad Eliminate function pointers from the resampler. by Gregory Maxwell · 13 years ago
  15. 5d48dbd Help JM's eclipse understand that silk_NLSF_del_dec_quant returns. by Gregory Maxwell · 13 years ago
  16. 9925366 Silence the remaining silk/ GCC warnings. by Gregory Maxwell · 13 years ago
  17. 7152a9a Fix some GCC warings in the silk/ directory. by Gregory Maxwell · 13 years ago
  18. 748c960 Add support for coding signs with 0 pulses. by Timothy B. Terriberry · 13 years ago
  19. 9826ed9 Fixes a glitch on SILK frame size switching by Jean-Marc Valin · 13 years ago
  20. 9f90e57 Fixes a glitch in SILK mono->stereo switching by Jean-Marc Valin · 13 years ago
  21. 6312d9a Commenting on the implementation-defined behaviour we rely on by Jean-Marc Valin · 13 years ago
  22. 828e33f Draft clean-ups and additions. by Timothy B. Terriberry · 13 years ago
  23. a404d4e Update text regarding PLC and add a new section on clock drift. by Benjamin M. Schwartz · 13 years ago
  24. 0da4f23 Avoiding more left shifts of negative values by Jean-Marc Valin · 13 years ago
  25. 803ec8c Avoiding left shifts of negative values by Jean-Marc Valin · 13 years ago
  26. 40b954d minor draft fixes by Jean-Marc Valin · 13 years ago
  27. d62f378 CELT decoder figure, some more acknowledgements by Jean-Marc Valin · 13 years ago
  28. 1ee139b Making the left shift macros use unsigned to avoid undefined behaviour by Jean-Marc Valin · 13 years ago
  29. 44ce46d Fixes a decoder overflow on random input by Koen Vos · 13 years ago
  30. 2557750 API doc improvements by Jean-Marc Valin · 13 years ago
  31. c248e6d Improved doxygen doc for opus.h by Jean-Marc Valin · 13 years ago
  32. cc34050 Fixes an integer overflow caused by uninitialized values in LTP scaling by Koen Vos · 13 years ago
  33. 363924e Draft build fixes, some more details by Jean-Marc Valin · 13 years ago
  34. 149754e Patch from Tim to avoid a spurious uninitialized warning in test_opus.c. by Gregory Maxwell · 13 years ago
  35. f7bf43b Some fixes for C89 builds. by Gregory Maxwell · 13 years ago
  36. bd628ab Use fold instead of passing a wrap length to base64. by Ralph Giles · 13 years ago
  37. 1c2f563 Removed all the silk_ prefixes in source file names (not symbols) by Jean-Marc Valin · 13 years ago
  38. fb3a437 Renaming the SKP_ prefix to silk_ by Jean-Marc Valin · 13 years ago
  39. c0f050e Making sure to avoid undefined behaviour by Jean-Marc Valin · 13 years ago
  40. c4ca21f Moves opus_compare to the same base64 tar.gz as the rest of the code by Jean-Marc Valin · 13 years ago
  41. 48069bf Documentation and build script updates. by Gregory Maxwell · 13 years ago
  42. 25f7f35 Implements OPUS_GET_PITCH that queries the decoded pitch by Jean-Marc Valin · 13 years ago
  43. bceb8e1 Remove redundant API parameter comments from opus_multistream.c. by Ralph Giles · 13 years ago
  44. 1c1cf7d More documentation for the multistream API. by Ralph Giles · 13 years ago
  45. 2ca6c5d more libcelt->celt renames by Jean-Marc Valin · 13 years ago
  46. c374990 renames the libcelt/ directory to celt/ by Jean-Marc Valin · 13 years ago
  47. 9267506 Changing some TODOs that were really future optimization hints by Jean-Marc Valin · 13 years ago
  48. af50ce9 Implements OPUS_MULTISTREAM_{EN|DE}CODER_GET_STATE by Jean-Marc Valin · 13 years ago
  49. c63cc12 Implements multi-stream encoder requests the best we can by Jean-Marc Valin · 13 years ago
  50. e448df8 Properly implementing the multistream decoder ctl()s by Jean-Marc Valin · 13 years ago
  51. 5257e3f TF decoding details by Jean-Marc Valin · 13 years ago
  52. 904e7a8 Adds a bound on the SILK rate to prevent it from busting the byte limit by Jean-Marc Valin · 13 years ago
  53. 8fdf2af integer type fixes by Jean-Marc Valin · 13 years ago
  54. 77519bf minor doc update by Jean-Marc Valin · 13 years ago
  55. 3bcf367 Documentation updates. by Gregory Maxwell · 13 years ago
  56. ee83c16 Doxygen comment fixes by Jean-Marc Valin · 13 years ago
  57. 2145288 Opus now default to VBR by Jean-Marc Valin · 13 years ago
  58. cdfb8f3 Making complexity default to 10 for the CELT part too by Jean-Marc Valin · 13 years ago
  59. 2909537 Documentation updates. by Gregory Maxwell · 13 years ago
  60. 131d888 Makes multi-stream encoding code use the repacketizer by Jean-Marc Valin · 13 years ago
  61. 0ca076d Fixes multi-stream bug exposed in e335065a1ba72 by Jean-Marc Valin · 13 years ago
  62. f5ac8a6 test_opus now uses a string for the application by Jean-Marc Valin · 13 years ago
  63. 68bc8c0 Making RESTRICTED_LOWDELAY an "application" that's set at init time by Jean-Marc Valin · 13 years ago
  64. d970a85 Using opus_repacketizer_init() instead of opus_repacketizer_create() in the encoder by Jean-Marc Valin · 13 years ago
  65. e4336a5 Encoder can now produce 40- and 60-ms frames even for CELT-only and hybrid by Jean-Marc Valin · 13 years ago
  66. 823a054 Fixes silly CBR/VBR inversion bug from 7954065c77 by Jean-Marc Valin · 13 years ago
  67. d186c91 Adds OPUS_SET_RESTRICTED_LOWDELAY() encoder ctl by Jean-Marc Valin · 13 years ago
  68. 07dceb7 Adds ctl() requests for forcing any operating mode in the encoder by Jean-Marc Valin · 13 years ago
  69. 75ff53c Adds doxygen documentation for opus_defines.h. by Gregory Maxwell · 13 years ago
  70. f329fa6 Multi-stage VQ for SILK is no longer relevant by Jean-Marc Valin · 13 years ago
  71. 4570db6 Oops, remove duplicate description of the MDCT by Jean-Marc Valin · 13 years ago
  72. 4c0e25f Adds missing details about reserving the anticollapse/skip/stereo bits by Jean-Marc Valin · 13 years ago
  73. b0f4e90 Move the fallback OPUS_VERSION to libcelt. by Ralph Giles · 13 years ago
  74. 45b27da More work on the CELT encoder description, fixed Opus figures by Jean-Marc Valin · 13 years ago
  75. d9438da Making the sampling rate an int32 in the multi-stream API by Jean-Marc Valin · 13 years ago
  76. 612b88b Fixes a warning about assignment in an if() by Jean-Marc Valin · 13 years ago
  77. aa5ea6e Security Considerations update by Jean-Marc Valin · 13 years ago
  78. 0976757 Tell automake to clean the doxygen output. by Ralph Giles · 13 years ago
  79. 1b95196 Add minimal doxygen markup to the public headers. by Ralph Giles · 13 years ago
  80. 35d4fb7 Add initial Doxygen support for generating api documentation. by Ralph Giles · 13 years ago
  81. ee931fc Update Makefile.draft warnings to match configure.ac. by Gregory Maxwell · 13 years ago
  82. 69f44c5 Making the encoder more robust against extreme bitrate requests by Jean-Marc Valin · 13 years ago
  83. 0fd8d67 Improve encoder bust test from 5f089d22. by Timothy B. Terriberry · 13 years ago
  84. d76bc91 Prevents the SILK encoder from failing below 600 kb/s stereo. by Jean-Marc Valin · 13 years ago
  85. 5f089d2 Add an encoder busting test. by Timothy B. Terriberry · 13 years ago
  86. 16b25e9 Eliminate the last non-static pointer from the LPC-mode encoder structures. by Gregory Maxwell · 13 years ago
  87. f451b33 Sanitize input to opus_en/decoder_get_size. by Gregory Maxwell · 13 years ago
  88. 50ef21c Making redundancy length decoding errors non-fatal by Jean-Marc Valin · 13 years ago
  89. 331e9fe s/OPUS_CORRUPTED_DATA/OPUS_INVALID_PACKET/ by Jean-Marc Valin · 13 years ago
  90. 663a7fe Defining OPUS_BITRATE_MAX and moving some defines to opus_defines.h by Jean-Marc Valin · 13 years ago
  91. 018b0df Rotation wip by Jean-Marc Valin · 13 years ago
  92. fbbd9bf Renumbering the ctl() calls to make programming errors more obvious by Jean-Marc Valin · 13 years ago
  93. 242da53 Completing the OpusCustom rename by Jean-Marc Valin · 13 years ago
  94. 7d1df73 Fix corner-case hybrid encoding desync introduced by e5736ae2 by Gregory Maxwell · 13 years ago
  95. e5736ae Making sure redundant frames can never bust the buget by Jean-Marc Valin · 13 years ago
  96. 12c3992 Fixes a buffering bug introduced in 2f0ca7618 by Jean-Marc Valin · 13 years ago
  97. 2e7feb5 Make opus_decode() reject crazy decode_fec values. by Gregory Maxwell · 13 years ago
  98. d32f948 Prevents OPUS_RESET_STATE from causing segfault. by Gregory Maxwell · 13 years ago
  99. e03af44 Prevent double free on encoder/decoder init failure. by Gregory Maxwell · 13 years ago
  100. a40721a Make opus_decoder_create set its error code. by Gregory Maxwell · 13 years ago