1. 70c9c3a Forgot to add assembly file by Jean-Marc Valin · 11 years ago
  2. a092aa8 Adds SSE support (only xcorr_kernel() for now) by Jean-Marc Valin · 11 years ago
  3. cd4c824 Add run-time CPU detection and support for ARM architecture by Aurélien Zanelli · 11 years ago
  4. aa6a1a1 Test the compiler configuration, not the assembler by Ron · 11 years ago
  5. 58d80ab Disables all the surround mode forcing for mono/stereo by Jean-Marc Valin · 11 years ago
  6. fcecd29 Check if opus_compare is executable in run_vectors.sh by Aurélien Zanelli · 11 years ago
  7. 0fed074 C89 fix by Jean-Marc Valin · 11 years ago
  8. 068cbd8 Creates xcorr_kernel() that gets used by pitch_xcorr, celt_fir and celt_iir. by Jean-Marc Valin · 11 years ago
  9. 2fe4700 Skip down-sampling in deemphasis() when not needed. by Jean-Marc Valin · 11 years ago
  10. faec673 Add an option to disable build of extra programs (demos and tests) by Aurélien Zanelli · 11 years ago
  11. 319fe44 oops (again) by Jean-Marc Valin · 11 years ago
  12. 1cdc3f5 oops by Jean-Marc Valin · 11 years ago
  13. 64ba502 Optimizes remove_doubling() by avoiding redundant calculations of yy by Jean-Marc Valin · 11 years ago
  14. 0fa5fa8 Adds missing RESTORE_STACK calls by Jean-Marc Valin · 11 years ago
  15. 531cf59 Speeds up celt_iir() by more than a factor of two. by Jean-Marc Valin · 11 years ago
  16. e2374a8 Speeds up celt_fir by more than a factor of two. by Jean-Marc Valin · 11 years ago
  17. 319df9a Fixes two warnings in pitch_xcorr() by Jean-Marc Valin · 11 years ago
  18. e8e57a3 Optimizes _celt_autocorr() by using pitch_xcorr() by Jean-Marc Valin · 11 years ago
  19. fbf9998 Merges the 4th order FIR with the first order FIR in pitch_downsample() by Jean-Marc Valin · 11 years ago
  20. 1b0552b Try to clarify that opus maps to flac/wav but wav doesn't map to opus. by Ralph Giles · 11 years ago
  21. bd5cfda Reference before period. by Ralph Giles · 11 years ago
  22. 4a0bf96 Hack quoting of hanning article. by Ralph Giles · 11 years ago
  23. b243dca Wrap lookahead code example in a figure. by Ralph Giles · 11 years ago
  24. 9e85220 Add a wikipedia reference for the Hanning window. by Ralph Giles · 11 years ago
  25. 6bdbd26 Move the vorbis channel mapping to informative references. by Ralph Giles · 11 years ago
  26. 7918ac1 Fix Ogg draft formatting. by Ralph Giles · 11 years ago
  27. 5b6fe64 Remove an unnecessary comma. by Ralph Giles · 11 years ago
  28. 2ad6eaf Merge JM's encoder suggestions. by Ralph Giles · 11 years ago
  29. 25ffd5c Bump Ogg draft version and date. by Ralph Giles · 11 years ago
  30. dfda81e Move implementation status details to wiki.xiph.org. by Ralph Giles · 11 years ago
  31. 85a6618 Make pitch_xcorr() work when len and max_pitch aren't multiples of 4. by Jean-Marc Valin · 11 years ago
  32. 088929d oops, removed a minus sign that should never have appeared by Jean-Marc Valin · 11 years ago
  33. 559fbe8 Unrolled version of the pitch correlation by Jean-Marc Valin · 11 years ago
  34. e3ad4ea Move misplaced RESTORE_STACK. by Timothy B. Terriberry · 11 years ago
  35. d19fb79 Make dump_modes compile again. by Timothy B. Terriberry · 11 years ago
  36. 7e783b1 Move misplaced RESTORE_STACK. by Timothy B. Terriberry · 11 years ago
  37. 7c74bc3 Remove an unused variable added in 85ede2c6. by Timothy B. Terriberry · 11 years ago
  38. 33511f7 Minor configure adjustment. by Timothy B. Terriberry · 11 years ago
  39. cc6e26a Minor FFT cleanups. by Timothy B. Terriberry · 11 years ago
  40. cd3850c Port 1ed17cc2 to C_MUL and C_MUL4. by Timothy B. Terriberry · 11 years ago
  41. 7cb5453 Slightly faster C_MULC for ARMv4. by Nils Wallménius · 11 years ago
  42. 70485d8 Faster MULT32_32_Q31 for ARM. by Nils Wallménius · 11 years ago
  43. 85ede2c Use more MAC16_16's and unroll a loop. by Timothy B. Terriberry · 11 years ago
  44. 2040606 Minor ARMv5E cleanups. by Timothy B. Terriberry · 11 years ago
  45. 006273c Use a table for PVQ encoding/decoding. by Timothy B. Terriberry · 11 years ago
  46. 9d05628 Add new ARM headers to top-level file lists. by Timothy B. Terriberry · 11 years ago
  47. e095c3e Move ARM asm into its own directories. by Timothy B. Terriberry · 11 years ago
  48. b518b56 Clean up register constraints. by Timothy B. Terriberry · 11 years ago
  49. 9880c4c Fix bustage in a16cef62. by Timothy B. Terriberry · 11 years ago
  50. 41ce6e3 Make autogen.sh cut and paste proof by Ron · 11 years ago
  51. 50b395b Add support for autoconf macros in m4/ by Ron · 11 years ago
  52. a16cef6 Replace silk_CLZ functions with EC_ILOG(). by Timothy B. Terriberry · 11 years ago
  53. 80ad383 Convert quotes in license headers to ASCII. by Timothy B. Terriberry · 11 years ago
  54. 972a34e Add ARMv4/ARMv5E macros. by Timothy B. Terriberry · 11 years ago
  55. b7bd4c2 celt_maxabs16() now returns an opus_val32 to avoid problems with -32768 by Jean-Marc Valin · 11 years ago
  56. 3593069 Change few remaining instances of short to opus_int16 by Jean-Marc Valin · 11 years ago
  57. 918acd1 Use m4_esyscmd instead of m4_esyscmd_s by Ron · 11 years ago
  58. efdd314 Fixes fixed-point PLC issue reported in trac ticket #1954 by Jean-Marc Valin · 11 years ago
  59. f8eb44e Making sure redundant frames never use outdated analysis info by Jean-Marc Valin · 11 years ago
  60. bd477ce Merge branch 'surround' by Jean-Marc Valin · 11 years ago
  61. 6e277c6 Conservative use of bandwidth detection in CELT by Jean-Marc Valin · 11 years ago
  62. 278389d Automatic bandwidth decisions get more conservative as rate increases. by Jean-Marc Valin · 11 years ago
  63. 74de3a5 Saturates the last RC to 0.99 when Schur blows up by Jean-Marc Valin · 11 years ago
  64. 6862b44 Slight simplification of the bandwidth detection code by Jean-Marc Valin · 11 years ago
  65. 3e6691a Don't repeatedly install the doc dir for every file by Ron · 11 years ago
  66. 8f486e7 Remove opus_compare.o in Makefile.unix clean too by Ron · 11 years ago
  67. 113242c More gitignorance by Ron · 11 years ago
  68. 8d925ec Don't fail hard if package_version does not exist by Ron · 11 years ago
  69. b7d5531 Change Visual Studio files to use PACKAGE_VERSION. by Ralph Giles · 11 years ago
  70. 8ee899b More Makefile.unix tweaks by Ron · 11 years ago
  71. 2f2f9d6 Fully automate version updating by Ron · 11 years ago
  72. 80c4834 Bump version to match 1.0.x branch by Jean-Marc Valin · 11 years ago
  73. ac76b15 Fixes an assertion failure in SILK by Jean-Marc Valin · 11 years ago
  74. c9f857e Fix bustage from c152d602. by Timothy B. Terriberry · 11 years ago
  75. c152d60 Use dynamic stack allocation in the SILK encoder. by Timothy B. Terriberry · 11 years ago
  76. dc58579 Fix several memory errors in the SILK resampler. by Timothy B. Terriberry · 11 years ago
  77. c41a816 Remove trailing whitespace. by Timothy B. Terriberry · 11 years ago
  78. bfe52ce Fix some warnings. by Timothy B. Terriberry · 11 years ago
  79. c973a59 Update implementation status for Firefox 20 stable release. by Ralph Giles · 11 years ago
  80. d66bdc7 Revisit surround rate allocation by Jean-Marc Valin · 11 years ago
  81. d2c484b Adds spreading to the surround masking computation by Jean-Marc Valin · 11 years ago
  82. a4dccd3 Implements basic surround masking by Jean-Marc Valin · 11 years ago
  83. 7a8b139 Adds support for all Vorbis mappings by Jean-Marc Valin · 11 years ago
  84. 172f66a More forced decisions in CELT LFE encoding by Jean-Marc Valin · 11 years ago
  85. b08c4ca Surround: Better LFE handling by Jean-Marc Valin · 11 years ago
  86. 1b72386 Initial surround code with new API by Jean-Marc Valin · 11 years ago
  87. b042935 Fixes missing initialization in OpusMSEncoder by Jean-Marc Valin · 11 years ago
  88. 1bf32bb Fixes FEC issues introduced in 7fcd66c by Jean-Marc Valin · 11 years ago
  89. f77410d VBR bitrate calibration for variable duration. by Jean-Marc Valin · 11 years ago
  90. 3252bf2 Variable framesize improvements by Jean-Marc Valin · 11 years ago
  91. a8783a1 Converts the analysis to ALLOC() by Jean-Marc Valin · 11 years ago
  92. c37834b Fixes a minor bug found by valgrind in the bandwidth detector by Jean-Marc Valin · 11 years ago
  93. 2fb4f5c Random complexity in the encoder tests. by Gregory Maxwell · 11 years ago
  94. a8f04b2 Fix some 16-bit int issues in the multistream API. by Timothy B. Terriberry · 12 years ago
  95. 74d43f0 Minor soft clipping doc fix by Jean-Marc Valin · 12 years ago
  96. 99e8a93 Remove -Wdeclaration-after-statement. by Ralph Giles · 12 years ago
  97. c5e04e4 Makes bandwidth detection less aggressive. by Jean-Marc Valin · 12 years ago
  98. f982b84 Fixes a minor glitch on SILK bandwidth changes by Jean-Marc Valin · 12 years ago
  99. 42f39c5 Add -Wdeclaration-after-statement. by Ralph Giles · 12 years ago
  100. 933a275 High-band attenuation tuning for hybrid mode by Koen Vos · 12 years ago