1. 239e9a3 Add support for RFC5576 source-level attributes. by Timothy B. Terriberry · 12 years ago
  2. dd2520c Update Ogg draft to make it a WG item. by Timothy B. Terriberry · 12 years ago
  3. 413caa0 Tweaks to the new transient detector by Jean-Marc Valin · 12 years ago
  4. 14454c4 Enable maintainer mode by default on automake 1.11 by Ralph Giles · 12 years ago
  5. 4357e93 Follow up to commit 8b906c102b37ce74571898c8879c01b2a9088fb3 by Nils Wallménius · 12 years ago
  6. 1a6ae38 Fix the draft build. by Timothy B. Terriberry · 12 years ago
  7. 702458a Should make celt_maxabs*() slightly faster by Jean-Marc Valin · 12 years ago
  8. f22af9c RTP draft: Using sampling rates instead of bandwidths by Jean-Marc Valin · 12 years ago
  9. 144b6e6 Oops, fixes transient_analysis() for the right channel by Jean-Marc Valin · 12 years ago
  10. 10b30e7 Fixes a VBR bug caused by maxDepth not to be computed without dynalloc by Jean-Marc Valin · 12 years ago
  11. c55f4d8 Fix line endings on MSVC project files. by Ralph Giles · 12 years ago
  12. c823120 Add the new source files to the MSVC projects. by Ralph Giles · 12 years ago
  13. 57fa056 Better description of the the stereo signalling behaviour by Jean-Marc Valin · 12 years ago
  14. c4fa0a5 Bump version.mk. by Ralph Giles · 12 years ago
  15. d47308d Remove long-outdated comment by Jean-Marc Valin · 12 years ago
  16. 9ed3d02 Fixes a quant_coarse_energy() hybrid mode bug by Jean-Marc Valin · 12 years ago
  17. 1fd1d7d Fixes a bug where transient frames would use previous spreading by Jean-Marc Valin · 12 years ago
  18. a6d663c Disables tf_analysis() for hybrid mode by Jean-Marc Valin · 12 years ago
  19. 1ecb7ea Fixes issues with multiple files defining CELT_C by Jean-Marc Valin · 12 years ago
  20. 6906210 Splits out the CELT encoder and decoder by Jean-Marc Valin · 12 years ago
  21. ae0e2ca Splits out the Opus multi-stream encoder and decoder by Jean-Marc Valin · 12 years ago
  22. 8b906c1 Changed denormalize_bands() to only work between "start" and "end" by Jean-Marc Valin · 12 years ago
  23. 7aa593a Reduces stack in quant_all_bands() for hybrid mode by Jean-Marc Valin · 12 years ago
  24. fd314f4 More stack usage reduction in quant_all_bands() by Jean-Marc Valin · 12 years ago
  25. 5055cf8 Removes the need for lowband_scratch in quant_all_bands() by Jean-Marc Valin · 12 years ago
  26. 06bab45 Moved up the second encoder mdct to reduce stack usage by Jean-Marc Valin · 12 years ago
  27. cc83f6b Reduces decoder stack usage by Jean-Marc Valin · 12 years ago
  28. 4ea3ae9 Further cleanup of the MDCT code, fixes PLC bug by Jean-Marc Valin · 12 years ago
  29. 21b7164 Avoid copying imdct output by Nils Wallménius · 12 years ago
  30. 50f214c Various fixes to draft-terriberry-oggopus.xml by Timothy B. Terriberry · 12 years ago
  31. 5ab07e6 comb_filter() bypass for the case where the gain is zero. by Jean-Marc Valin · 12 years ago
  32. fedfe91 Oops, put back the "static" for transient_analysis() by Jean-Marc Valin · 12 years ago
  33. 36890bc Fixes a fixed-point overflow in the new transient detector by Jean-Marc Valin · 12 years ago
  34. f2729de Fixes a fixed-point divide-by-zero issue by Jean-Marc Valin · 12 years ago
  35. fac68ce New transient detection algorithm by Jean-Marc Valin · 12 years ago
  36. 06d4432 Move LSB CTLs to the encoder specific section, thanks to Ilari on IRC for noticing. by Gregory Maxwell · 12 years ago
  37. 00898f2 Adds missing license headers on some scripts and test files by Jean-Marc Valin · 12 years ago
  38. c8ce2ef Keeping the deemphasis coefficients in local variable to avoid aliasing issues by Jean-Marc Valin · 12 years ago
  39. aaf40ef Moves the pitch prefiltering code to a separate function by Jean-Marc Valin · 12 years ago
  40. de95da9 Fix several issues with multistream argument validation. by Gregory Maxwell · 12 years ago
  41. 6930d90 oops... fixes a C89 issue by Jean-Marc Valin · 12 years ago
  42. 1cdfd1b Moved pre-emphasis to a separate function and cleaned it up by Jean-Marc Valin · 12 years ago
  43. cc9f28c Optimizations to comb_filter() by Jean-Marc Valin · 12 years ago
  44. d3fad97 Removes more indirections in celt.c by Jean-Marc Valin · 12 years ago
  45. 297195b Removes a bunch of indirections from the CELT encoder and decoder by Jean-Marc Valin · 12 years ago
  46. 4be7fe7 This should speed up deemphasis() quite a bit. by Jean-Marc Valin · 12 years ago
  47. 8ccaefd Take the PLC out of the stack size critical path by Jean-Marc Valin · 12 years ago
  48. f77e86a Fix MSVC linker warnings by Joshua Bowman · 12 years ago
  49. 662ae9b Include process.h for _getpid on windows. by Ralph Giles · 12 years ago
  50. 3b60e81 Fix the MSVC build. by Joshua Bowman · 12 years ago
  51. 027ec51 Fix MSVC format conversion warnings. by Ralph Giles · 12 years ago
  52. 2572c1e Merge inverse mdct post-rotate and de-shuffle loops by Nils Wallménius · 12 years ago
  53. ed627f0 Attempt to have at least two bands that are coded by Jean-Marc Valin · 12 years ago
  54. b371cf8 cd doc && make is not the same as make -C doc by Ron · 12 years ago
  55. 3aa2647 Fix an indentation issue. by Ralph Giles · 12 years ago
  56. ca24259 Fixes two bugs in the high-band attenuation code (gain_fade()) by Jean-Marc Valin · 12 years ago
  57. b7b5872 Fix minor issues reported by scan-build by Philip Jägenstedt · 12 years ago
  58. 96480ad Ignore files created by configure && make by Philip Jägenstedt · 12 years ago
  59. ea7c986 Adds OPUS_{G,S}ET_FORCE_CHANNELS requests to multistream API by Jean-Marc Valin · 12 years ago
  60. e9b36c1 Fixes comment-in-comment warning by Jean-Marc Valin · 12 years ago
  61. f68799b Fixes the high-band hybrid gain from the previous commit by Jean-Marc Valin · 12 years ago
  62. 0b00b31 Attenuates the HF in hybrid mode to match what SILK does below the cutoff by Koen Vos · 12 years ago
  63. b56c278 Fixes a fixed-point overflow in the new pitch code by Jean-Marc Valin · 12 years ago
  64. 9cbbcb5 Improvements to the pitch search by Koen Vos · 12 years ago
  65. 1bcf028 Using floor(.5+x) instead of lrint(x) for C90 compilers by Jean-Marc Valin · 12 years ago
  66. 1b61303 Fixes a bug in the LSB_DEPTH code introduced in cf1053dc by Jean-Marc Valin · 12 years ago
  67. b2e19ec copysignf() was C99-only by Jean-Marc Valin · 12 years ago
  68. 02dcf6a Fixes a fixed-point stereo savings issue causing a celt_ilog2(0) by Jean-Marc Valin · 12 years ago
  69. 5f4b8dd Fixes Makefile.unix by Jean-Marc Valin · 12 years ago
  70. 0e49059 Gets rid of unused boost analysis code that never worked anyway. by Jean-Marc Valin · 12 years ago
  71. 7315b35 Merge branch 'exp_analysis7' by Jean-Marc Valin · 12 years ago
  72. 317ffc2 Tuning the speech/music probability model by Jean-Marc Valin · 12 years ago
  73. ca82894 remove GNUism from install doc command by Hanspeter Niederstrasser · 12 years ago
  74. 696d68c Fix typo in documentation for opus_decoder_create(). by Gregory Maxwell · 12 years ago
  75. 9fec9bb Belabor OPUS_SET_BITRATE instead of max_packet, as this is a common trap. by Gregory Maxwell · 12 years ago
  76. ba28403 Typo: FIND_PITCH_BANDWI(D)TH_EXPANSION by Philip Jägenstedt · 12 years ago
  77. 6d9c16d Fix common misspellings by Philip Jägenstedt · 12 years ago
  78. e23b15f Add some more multistream encoder API tests. by Gregory Maxwell · 12 years ago
  79. d8b0a24 Docbug: Replace opus_encode_frame with opus_encode_float in doxygen. by Gregory Maxwell · 12 years ago
  80. 2c3b5ee Saves channels*overlap*4 bytes off the state encoder by Jean-Marc Valin · 12 years ago
  81. 6b45974 Reduces rate/max rate to make room for redundancy by Jean-Marc Valin · 12 years ago
  82. ff16ab0 Just fix opus-uninstalled.pc instead of tweaking the build dir by Ron · 12 years ago
  83. cc71cde Replace 'maximum frame size' with 'maximum packet duration' in the docs. by Gregory Maxwell · 12 years ago
  84. 9a16e7f Fixes a CELT->hybrid switching issue by Jean-Marc Valin · 12 years ago
  85. c40d500 Link the include dir into out-of-tree build dirs by Ron · 12 years ago
  86. bdf0abc Move libm in pkgconf to Libs.private to avoid spurious dependencies. by Gregory Maxwell · 12 years ago
  87. 3ef8a16 Opus custom requires libm unconditionally. by Ralph Giles · 12 years ago
  88. d47ddfb Add -lm to the pkg-config link line. by Ralph Giles · 12 years ago
  89. a66642a Remove FLOATING_POINT from config.h. by Ralph Giles · 12 years ago
  90. 2d2f462 Remove 'low-delay' from the pkg-config description. by Ralph Giles · 12 years ago
  91. cf6284a Capitalize Opus in the pkg-config file comment header. by Ralph Giles · 12 years ago
  92. 0a17185 Add a make install instruction to the README. by Gregory Maxwell · 12 years ago
  93. 454d3d5 s/SHL/SHL16/ by Jean-Marc Valin · 12 years ago
  94. 027ff07 Shrinks tansig table, makes data static const by Jean-Marc Valin · 12 years ago
  95. 97a4847 Makes dynalloc more conservative for CBR and CVBR by Jean-Marc Valin · 12 years ago
  96. ed5989b Bit allocation fix for 16-bit platforms by Jean-Marc Valin · 12 years ago
  97. 26dbb8e Adds anslysis code for tf_select by Jean-Marc Valin · 12 years ago
  98. 02c653f silk: move down- and upsamplers constants to the header file. by Diego Elio Pettenò · 12 years ago
  99. 3f2efcb Move to comment a table that is never used in the code. by Diego Elio Pettenò · 12 years ago
  100. 5f6be0c Mark tables static when not used outside of their translation unit. by Diego Elio Pettenò · 12 years ago