1. 7a8b139 Adds support for all Vorbis mappings by Jean-Marc Valin · 11 years ago
  2. 172f66a More forced decisions in CELT LFE encoding by Jean-Marc Valin · 11 years ago
  3. b08c4ca Surround: Better LFE handling by Jean-Marc Valin · 11 years ago
  4. 1b72386 Initial surround code with new API by Jean-Marc Valin · 11 years ago
  5. b042935 Fixes missing initialization in OpusMSEncoder by Jean-Marc Valin · 11 years ago
  6. 1bf32bb Fixes FEC issues introduced in 7fcd66c by Jean-Marc Valin · 11 years ago
  7. f77410d VBR bitrate calibration for variable duration. by Jean-Marc Valin · 11 years ago
  8. 3252bf2 Variable framesize improvements by Jean-Marc Valin · 11 years ago
  9. a8783a1 Converts the analysis to ALLOC() by Jean-Marc Valin · 11 years ago
  10. c37834b Fixes a minor bug found by valgrind in the bandwidth detector by Jean-Marc Valin · 11 years ago
  11. 2fb4f5c Random complexity in the encoder tests. by Gregory Maxwell · 11 years ago
  12. a8f04b2 Fix some 16-bit int issues in the multistream API. by Timothy B. Terriberry · 11 years ago
  13. 74d43f0 Minor soft clipping doc fix by Jean-Marc Valin · 11 years ago
  14. 99e8a93 Remove -Wdeclaration-after-statement. by Ralph Giles · 11 years ago
  15. c5e04e4 Makes bandwidth detection less aggressive. by Jean-Marc Valin · 11 years ago
  16. f982b84 Fixes a minor glitch on SILK bandwidth changes by Jean-Marc Valin · 11 years ago
  17. 42f39c5 Add -Wdeclaration-after-statement. by Ralph Giles · 11 years ago
  18. 933a275 High-band attenuation tuning for hybrid mode by Koen Vos · 11 years ago
  19. 5a6e7c8 Fixes pseudo-stack by Jean-Marc Valin · 11 years ago
  20. 22345ef Fixes OPUS_SET_EXPERT_FRAME_DURATION_REQUEST for multi-stream by Taihei Momma · 11 years ago
  21. 097fd4b Fixes C90 issues for obsolete compilers by Robert Meakins · 11 years ago
  22. d865fe6 Adds stereo width computation by Jean-Marc Valin · 11 years ago
  23. f96fc8c Merge branch 'exp_analysis' by Jean-Marc Valin · 11 years ago
  24. fa43c77 Making CELT stereo<->mono transitions gradual by Jean-Marc Valin · 11 years ago
  25. f55b0ea Documentation fixes by Jean-Marc Valin · 11 years ago
  26. a41a585 test_opus_decode: force integer constants unsigned by James Zern · 12 years ago
  27. d9aa6e0 Oops, fixed API name from previous commit by Jean-Marc Valin · 11 years ago
  28. 32c4a0c Applies soft-clipping to the int decoder API. by Jean-Marc Valin · 11 years ago
  29. 73142b1 Makes the speech/music probability estimation mode conservative by Jean-Marc Valin · 11 years ago
  30. 742aac1 Adds silence probability to speech/music detector by Jean-Marc Valin · 12 years ago
  31. 74f36b5 oops s/IMAX/IMIN/ by Jean-Marc Valin · 12 years ago
  32. 51f4a32 Adds support for delayed decision by Jean-Marc Valin · 12 years ago
  33. 69c3dcd Fixes a bug introduced in 851f803 by Jean-Marc Valin · 12 years ago
  34. 3ecd9c2 Fixes two bandwidth decision issues by Jean-Marc Valin · 12 years ago
  35. 851f803 Moves mono downmixing and upsampling to the compute_mdcts() by Jean-Marc Valin · 12 years ago
  36. 541a472 Adds code to revise the transient decision using the band energy by Jean-Marc Valin · 12 years ago
  37. 10a34a5 Making multistream variable duration work for both the float and int API by Jean-Marc Valin · 12 years ago
  38. bb43b8b No need for extra_buffer anymore by Jean-Marc Valin · 12 years ago
  39. 95561be Better handling of the multistream bitrate by Jean-Marc Valin · 12 years ago
  40. 7448366 Multistream support for variable frame duration by Jean-Marc Valin · 12 years ago
  41. f548a5a Makes variable framesize less aggressive at lower rates by Jean-Marc Valin · 12 years ago
  42. 8547964 Re-enable analysis for 40- and 60-ms frames by Jean-Marc Valin · 12 years ago
  43. 49583ed First attempt at varying the frame size depending on the audio (float only) by Jean-Marc Valin · 12 years ago
  44. e85a6f5 Makes opus_demo rubust to the encoder using variable frame duration by Jean-Marc Valin · 12 years ago
  45. 2a5f056 Running transient_analysis() even for 2.5 ms frames by Jean-Marc Valin · 12 years ago
  46. 48ac122 Makes analysis usable for all frame sizes by Jean-Marc Valin · 12 years ago
  47. 7ebacf4 Moves analysis to the beginning of opus_encode() by Jean-Marc Valin · 12 years ago
  48. 6044907 Fixes a SILK fixed-point encoder issue reported by Cliff Parris <cliff@espico.com> by Jean-Marc Valin · 12 years ago
  49. e51a3f3 Fixes a minor CELT->SILK switching glitch in the decoder by Jean-Marc Valin · 12 years ago
  50. 61e9eb1 Adds a ramp up in the SILK prefill by Jean-Marc Valin · 12 years ago
  51. 4ed7e48 Fixes a hybrid stereo encoder issue by Jean-Marc Valin · 12 years ago
  52. 2fd3d0a Split mapping families into sections and add dowmix matrices. by Ralph Giles · 12 years ago
  53. 0431f93 Improve Content Type figure placement. by Ralph Giles · 12 years ago
  54. e7aa6cb Minor clarifications to the channel mapping section. by Ralph Giles · 12 years ago
  55. fc113b7 Use 'front center' in the channel mapping table. by Ralph Giles · 12 years ago
  56. 17d7fed Fix a typo. by Ralph Giles · 12 years ago
  57. 4fec646 Add HTTPS to make gmaxwell happy. by Timothy B. Terriberry · 12 years ago
  58. 2d477a9 Flesh out the Implementation Status section a bit. by Timothy B. Terriberry · 12 years ago
  59. a1b913f Clarify how grouped streams are not "Ogg Opus files". by Ralph Giles · 12 years ago
  60. 0c1487a Add an 'Implementation Status' section to the Ogg Opus draft. by Ralph Giles · 12 years ago
  61. 7ad2f43 Trim an irrelevant clause. by Ralph Giles · 12 years ago
  62. 8e183a3 RTP draft adopted as WG item by Jean-Marc Valin · 12 years ago
  63. ebdfbfb Fixes stupid preprocessor-related bug introduced in e368e6209. by Jean-Marc Valin · 12 years ago
  64. fa28dea Fixes a seed issue introduced in 5367dac by Jean-Marc Valin · 12 years ago
  65. e368e62 Remove condition in pre/de-emphasis when not building with custom modes by Jean-Marc Valin · 12 years ago
  66. ba1bd03 Use AC_CONFIG_HEADERS. by Ralph Giles · 12 years ago
  67. 5367dac seed and remaining_bits moved to band context by Jean-Marc Valin · 12 years ago
  68. a9d6286 Using a band context to reduce the number of arguments being passed around. by Jean-Marc Valin · 12 years ago
  69. f18acee more bands.c cleaning up by Jean-Marc Valin · 12 years ago
  70. ddd0d21 collapse mask cleanup by Jean-Marc Valin · 12 years ago
  71. 414fd27 Removes useless parameters and re-indents the code by Jean-Marc Valin · 12 years ago
  72. 3d6c341 Splitting off the recursion in quant_partition() by Jean-Marc Valin · 12 years ago
  73. 4ffbf21 stereo part of quant_band() moved to quant_band_stereo() by Jean-Marc Valin · 12 years ago
  74. 113a5e1 Moves the split angle code to compute_theta() by Jean-Marc Valin · 12 years ago
  75. dfe3bf9 First step in quant_band() cleanup: N=1 case. by Jean-Marc Valin · 12 years ago
  76. d683c76 Fixes MSVC warnings for double->float and float->int conversion by Jean-Marc Valin · 12 years ago
  77. b5f7394 Add float literal suffixes to mlp_data.c. by Ralph Giles · 12 years ago
  78. 724385e Add float suffix to tansig_table literals. by Ralph Giles · 12 years ago
  79. 0a29bb5 Add tansig_table.h to the MSVC project files. by Ralph Giles · 12 years ago
  80. 3593bbf missing comment in win32/config.h by Jean-Marc Valin · 12 years ago
  81. 23fcd70 Only use automatic bandwidth detection when the user doesn't force bandwidth by Jean-Marc Valin · 12 years ago
  82. 2dd3fb9 Fixes bandwidth detection by not relying on uninitialized data by Jean-Marc Valin · 12 years ago
  83. 5fb50ad skip bands with no energy by Jean-Marc Valin · 12 years ago
  84. b3eba24 Capping lsb_depth to 16 unless using the float API of a float build by Jean-Marc Valin · 12 years ago
  85. 7509fdb New bandwidth detection code by Jean-Marc Valin · 12 years ago
  86. 56921ff Bump version number by Jean-Marc Valin · 12 years ago
  87. 05bf400 Update ogg draft based on comments from Tina le Grand. by Ralph Giles · 12 years ago
  88. c763a35 Update the oggopus script to use xml2rfc v2. by Ralph Giles · 12 years ago
  89. 90bac9d Minor tuining of complexity thresholds by Jean-Marc Valin · 12 years ago
  90. 28ef277 VBR code simplification by Jean-Marc Valin · 12 years ago
  91. dae16fb Cleanup: tf_estimate now ranges from 0 to 1 by Jean-Marc Valin · 12 years ago
  92. f8809dd Dynalloc rate calibration by Jean-Marc Valin · 12 years ago
  93. 1122d29 Makes "stereo savings" less aggressive on mono or near-mono. by Jean-Marc Valin · 12 years ago
  94. b33db8f Makes tonality boost less aggressive by Jean-Marc Valin · 12 years ago
  95. 41fd7a1 Disables the new spread+tapset estimator by Jean-Marc Valin · 12 years ago
  96. 256c959 Document that opus_packet_get_nb_frames, etc. can return OPUS_BAD_ARG. by Ralph Giles · 12 years ago
  97. 8eb9bb7 Numerous PLC cleanups. by Timothy B. Terriberry · 12 years ago
  98. 22d8dcf Remove the obsolete CELT_BUILD define from win32/config.h. by Ralph Giles · 12 years ago
  99. 19239ea Add tests for GET_LAST_PACKET_DURATION. by Gregory Maxwell · 12 years ago
  100. a0737d1 Fixes OPUS_GET_LAST_PACKET_DURATION by Jean-Marc Valin · 12 years ago