1. 2e653a7 Fixes multistream CBR encoding and multistream surround for >20 ms by Jean-Marc Valin · 11 years ago
  2. c6d0c43 Fixes weird LFE bug by Jean-Marc Valin · 11 years ago
  3. eab134c Surround encoder can now produce hard CBR streams again. by Jean-Marc Valin · 11 years ago
  4. dabdb32 Oops, thanks to Mark Harris for spotting this! by Jean-Marc Valin · 11 years ago
  5. 58042ad opus_packet_parse_impl() now computes the packet size with padding by Jean-Marc Valin · 11 years ago
  6. 2a82908 Rejects bad multistream frame length by Mark Harris · 11 years ago
  7. 101c8c8 Fixes PLC for sizes that don't match basic Opus frame sizes. by Mark Harris · 11 years ago
  8. 98a8baa Make -loss valid for opus_demo -e by Mark Harris · 11 years ago
  9. b88a3ad Fix 40/60ms zero-length frame decode failure by Mark Harris · 11 years ago
  10. dbc83d3 Cleaning up multistream packet validation by Jean-Marc Valin · 11 years ago
  11. 970d052 Correct opus_packet_parse code 0 packet tests. by Mark Harris · 11 years ago
  12. ed46323 Do up-front validation of multistream packets by Jean-Marc Valin · 11 years ago
  13. aee4d80 Removes useless VARDECL() of "out" by Jean-Marc Valin · 11 years ago
  14. 942fc81 Replaces log2() with celt_log2() and fixes a potential divide-by-zero by Jean-Marc Valin · 11 years ago
  15. 1ad6f6d Fixes scaling of downmix_float() for fixed-point. by Jean-Marc Valin · 11 years ago
  16. e8e5ecb Fixes missing VARDECL() by Jean-Marc Valin · 11 years ago
  17. c9e2014 Don't use --dirty in genversion.bat. by Ralph Giles · 11 years ago
  18. 7c60625 Merge branch 'exp_surround1' by Jean-Marc Valin · 11 years ago
  19. c435f06 Pass --always to git describe. by Ralph Giles · 11 years ago
  20. a32fa31 Avoid using C++ keyword 'new' by Stefan Hacker · 11 years ago
  21. 6b9087a Avoids unnecessary copying in opus_encode for delayed decision by Jean-Marc Valin · 11 years ago
  22. 2925444 Makes analysis work when encoding more than 20 ms at a time by Jean-Marc Valin · 11 years ago
  23. a4c2512 run_analysis() doesn't need to return the frame size anymore by Jean-Marc Valin · 11 years ago
  24. f2446c2 Remove trailing whitespace from the license headers. by Ralph Giles · 11 years ago
  25. d517586 Remove trailing whitespace. by Ralph Giles · 11 years ago
  26. f5645f5 Makes the fixed-point build only run the float analysis at complexity 10 by Jean-Marc Valin · 11 years ago
  27. b90e63b Moves frame size selection back out of opus_encode_native() by Jean-Marc Valin · 11 years ago
  28. 36a21ed Very basic surround rate calibration by Jean-Marc Valin · 11 years ago
  29. 6fbfed6 Allowing surround to use lower bandwidth than fullband by Jean-Marc Valin · 11 years ago
  30. ae7dc8a More surround masking tuning by Jean-Marc Valin · 11 years ago
  31. 039e9ab Tuning the surround masking by Jean-Marc Valin · 11 years ago
  32. 54bddf0 Surround analysis should now work for non-20ms frame sizes. by Jean-Marc Valin · 11 years ago
  33. 978e4cb Code for handling upsampling in surround_analysis() by Jean-Marc Valin · 11 years ago
  34. 8824fdb Adds surround masking to SILK by Jean-Marc Valin · 11 years ago
  35. 7317de4 Fixes delayed decision for fixed-point by Jean-Marc Valin · 11 years ago
  36. ba7dbb3 Analysis scaling fixes by Jean-Marc Valin · 11 years ago
  37. fc1b1f9 Makes speech/music detection work with FIXED_POINT (code still float) by Jean-Marc Valin · 11 years ago
  38. 3ab03e0 First pass at making the analysis code run with FIXED_POINT by Jean-Marc Valin · 11 years ago
  39. 91904a4 Moves the analysis back to opus_encode_native() to it runs for all streams. by Jean-Marc Valin · 11 years ago
  40. 0f68696 Adds trim and dynalloc control to surround masking by Jean-Marc Valin · 11 years ago
  41. a714ae9 Makes surround_analysis() work in fixed-point by Jean-Marc Valin · 11 years ago
  42. fdceae8 Surround masking rewrite by Jean-Marc Valin · 11 years ago
  43. 02fed47 Implements fixed-point silk_LPC_analysis_filter() in terms of celt_fir() by Jean-Marc Valin · 11 years ago
  44. 00a1b3e Converts the fixed-point silk_burg_modified() to use celt_pitch_xcorr() by Jean-Marc Valin · 11 years ago
  45. 6a7ee7f Share auto-correlation code between SILK and CELT by Jean-Marc Valin · 11 years ago
  46. a156c5e Makes the SILK pitch search use celt_pitch_xcorr() by Jean-Marc Valin · 11 years ago
  47. 568de0a Fix more VS2010 header paths. by Ralph Giles · 11 years ago
  48. 2af12f3 Fix relative paths the header file in the VS2010 projects. by Ralph Giles · 11 years ago
  49. 03e8203 Fixes a denorm issue in the VoIP mode high-pass filter by Jean-Marc Valin · 11 years ago
  50. 5771b5a Update the RTP draft for resubmit by Jean-Marc Valin · 11 years ago
  51. 0aa8b42 Fix broken URL in entdec.c. by Timothy B. Terriberry · 11 years ago
  52. e455092 Better handling of the dynalloc cap for CBR/CVBR by Jean-Marc Valin · 11 years ago
  53. 8259492 Fixes an integer wrap-around due to an exceedingly large QCONST16 by Jean-Marc Valin · 11 years ago
  54. c0c0ef6 Add SET_MAX_BANDWIDTH to multistream encoder ctl list by Daniel Jensen · 11 years ago
  55. ecc81ee Disable MSVC posix security warnings in the project file. by Ralph Giles · 11 years ago
  56. 25eca1c Conditionalize #pragma warn for MSVC. by Ralph Giles · 11 years ago
  57. 5280c71 Revert "Fixes a number of double promotions and missing casts." by Gregory Maxwell · 11 years ago
  58. 4effd30 Revert "Additional MSVC warning missed in the last commit." by Gregory Maxwell · 11 years ago
  59. 715b37f Additional MSVC warning missed in the last commit. by Gregory Maxwell · 11 years ago
  60. 4327972 Fixes a number of double promotions and missing casts. by Gregory Maxwell · 11 years ago
  61. cfe8e2b Always try to update the version when autogen.sh is run by Ron · 11 years ago
  62. ae521b0 Update draft for the Opus RFC by Jean-Marc Valin · 11 years ago
  63. b29ad00 Fixes MSVC warnings by Jean-Marc Valin · 11 years ago
  64. ea95c53 Updates version.mk for 1.1-beta until we can get rid of it by Jean-Marc Valin · 11 years ago
  65. 260474f Fixes a denorm problem when the input goes silent after active audio by Jean-Marc Valin · 11 years ago
  66. 1af7f95 Fixes build when DISABLE_FLOAT_API is defined by Pedro Becerra · 11 years ago
  67. cd373b5 Surround masking tuning by Jean-Marc Valin · 11 years ago
  68. 4958751 Better handling of centre for surround masking, bitrate tuning by Jean-Marc Valin · 11 years ago
  69. 2f7a315 Fixes silly fixed-point bug with the surround downmix by Jean-Marc Valin · 11 years ago
  70. 4365498 Prevents zero-energy on LFE by Jean-Marc Valin · 11 years ago
  71. 45106b7 Link libopus itself with libm too by Ron · 11 years ago
  72. 4eb399d More speech/music detection comments (delayed decision) by Jean-Marc Valin · 11 years ago
  73. 0f5ff80 Commenting the speech/music Markov code by Jean-Marc Valin · 11 years ago
  74. 92a06f5 Disables temporal VBR for LFE by Jean-Marc Valin · 11 years ago
  75. 337f34c Adds some checks to the surround API by Jean-Marc Valin · 11 years ago
  76. 8e3a1cb Temporal VBR tuning by Jean-Marc Valin · 11 years ago
  77. f92286b Get rid of PC_LIBM by Ron · 11 years ago
  78. a9daf9f Add a couple minor additional decoder tests. by Gregory Maxwell · 11 years ago
  79. a0d096f Braces go on the next line. by Gregory Maxwell · 11 years ago
  80. b271dae Brace a number of if statements instead of one-lining them. by Gregory Maxwell · 11 years ago
  81. dd7b0da Fixes some return without va_end in the api, adds tests. by Gregory Maxwell · 11 years ago
  82. 90a3903 Make the parallel test mode of automake 1.13 useable by Ron · 11 years ago
  83. 64b3985 Replace INCLUDES with AM_CPPFLAGS by Ron · 11 years ago
  84. 5bac4f2 More autoconf housekeeping by Ron · 11 years ago
  85. e83a365 Fixes more MSVC warnings by Jean-Marc Valin · 11 years ago
  86. 157fd8f Fixes MSVC warning by Jean-Marc Valin · 11 years ago
  87. fa3344e Avoid name clash with y0 Bessel function by Jean-Marc Valin · 11 years ago
  88. aecebff Updates the Makefile.am EXTRA_DIST for the MSVC reorg by Jean-Marc Valin · 11 years ago
  89. 16ba19a Fixes MSVC warnings by Jean-Marc Valin · 11 years ago
  90. 1975eea Big squashed commit of Garf's MSVC reorg: by Jean-Marc Valin · 11 years ago
  91. 3c0aa8f Adds "temporal VBR", which should be mostly useful at low bitrate. by Jean-Marc Valin · 11 years ago
  92. b9176a4 Makes dual_inner_prod() more generic to increase its use by Jean-Marc Valin · 11 years ago
  93. ff31b79 Enable SSE for MSVC by MuldeR · 11 years ago
  94. 96e2be3 Only enable non-multiple of 4 in comb_filter_const() when CUSTOM_MODES is on by Jean-Marc Valin · 11 years ago
  95. 1f26ee2 Use __declspec(dllexport) on mingw build. by Jacek Caban · 11 years ago
  96. 0d95b3b SSE optimization of comb_filter() by Jean-Marc Valin · 11 years ago
  97. 71766ef Avoids symbol clashes with Speex (pitch_xcorr) and libm (y1) by Jean-Marc Valin · 11 years ago
  98. 7fd98c5 Converts denormalise_bands() to use 16-bit multiplications by Jean-Marc Valin · 11 years ago
  99. ee2506b Moves log2Amp inside denormalise_bands() and get rid of bandE[] by Jean-Marc Valin · 11 years ago
  100. 3afc6ff Don't call denormalise_bands() on silence by Jean-Marc Valin · 11 years ago