1. 8dc91de multi-stream fix when setting bitrate to AUTO, MAX, or small values by Jean-Marc Valin · 10 years ago
  2. b9df889 Merge branch 'exp_mips_opt' by Jean-Marc Valin · 10 years ago
  3. f662fd4 Fixes CNG overflows from the previous commit by Koen Vos · 10 years ago
  4. 9c7193e Fixes CNG to address the DTX issue reported by Gonzalo Mariano by Koen Vos · 10 years ago
  5. 62351fa Whitespace fixes by Jean-Marc Valin · 10 years ago
  6. aa8c5f6 Using Makefile.mips to buidl the MIPS code by Jean-Marc Valin · 10 years ago
  7. f133bac MIPS optimizations by Rhishikesh Agashe · 10 years ago
  8. a88d836 Fixes a bug in silk_sum_sqr_shift() that was causing issues with Burg. by Jean-Marc Valin · 10 years ago
  9. f396c08 Adds SIG2WORD16() to fixed_debug.h by Jean-Marc Valin · 10 years ago
  10. 3996642 Fix type conversion warning. by Ralph Giles · 10 years ago
  11. 6d2d5c4 Suppress some coverity false positives. by Gregory Maxwell · 10 years ago
  12. 4ae4bc6 Fix iOS builds with assembly. by Timothy B. Terriberry · 10 years ago
  13. 76e831d Make the arm2gnu.pl converter handle apple specific details by Martin Storsjo · 10 years ago
  14. ac0e294 Add separate labels for the start of public functions by Martin Storsjo · 10 years ago
  15. f5a351a Fixes encoder/decoder classification of ctl() requests. by Bruno Randolf · 11 years ago
  16. e70faf9 arm: Use the UAL syntax for instructions by Martin Storsjo · 11 years ago
  17. f17623f Fixes an aliasing bug in the MDCT when the frame size isn't a multiple of 4. by Marcello Caramma (mcaramma) · 11 years ago
  18. 718b10c Adds missing license for arm2gnu.pl by Jean-Marc Valin · 11 years ago
  19. 4e8acd5 OggOpus draft updates. by Ralph Giles · 11 years ago
  20. e40105f Fixes internal check_control_input() error checking. by maks · 11 years ago
  21. e318744 Skips comb filter overlap when the parameters didn't change. by Jean-Marc Valin · 11 years ago
  22. b347696 Moves opus_packet_get_samples_per_frame() to opus.c by Jean-Marc Valin · 11 years ago
  23. ad7b28f Minor div optimization -- reducing denominators by Jean-Marc Valin · 11 years ago
  24. d9fb8a6 Optimizing divisions with a signed numerator by Jean-Marc Valin · 11 years ago
  25. 5123175 Speeding up ec_tell_frac() by Jean-Marc Valin · 11 years ago
  26. 58107d8 Fix surround encoding by Mark Harris · 11 years ago
  27. c543ec1 Speeding up extract_collapse_mask() slightly by Jean-Marc Valin · 11 years ago
  28. 2e6876c Using SSAT in SIG2WORD16() on ARMv6 by Jean-Marc Valin · 11 years ago
  29. 9b3a3ad Unrolled version of the comb filter for ARM (eliminates MOVs) by Jean-Marc Valin · 11 years ago
  30. 6218cba Making decode_pulses() compute the L2-norm on the fly by Jean-Marc Valin · 11 years ago
  31. 17b1978 Speed up the comb filter on ARM by using MAC16_32_Q16() by Jean-Marc Valin · 11 years ago
  32. 29354ff Save more integer divisions on ARM when we know the operands are positive by Jean-Marc Valin · 11 years ago
  33. ce1173c Fixes use of uninitialized values in dynalloc_analysis() by Jean-Marc Valin · 11 years ago
  34. cbb75cc oggopus: use https where possible. by Ralph Giles · 11 years ago
  35. 5742f10 Update 'running code' reference, now RFC 6982. by Ralph Giles · 11 years ago
  36. 24aa867 Use xml.resource.org bibxml in the oggopus draft. by Ralph Giles · 11 years ago
  37. 593680a Abbreviate the first stereo matrix to fit 72 columns. by Ralph Giles · 11 years ago
  38. 728938a Add NOT RECOMMENDED to our rfc 2119 boilerplate. by Ralph Giles · 11 years ago
  39. 26e31c0 Capitalize Vorbis. by Ralph Giles · 11 years ago
  40. 864196b Use organizations authors in the ogg draft. by Ralph Giles · 11 years ago
  41. ec5d01c Using a table on ARM for unsigned division by small (<=256) integers. by Jean-Marc Valin · 11 years ago
  42. 379af35 Minor cleanup in dynalloc_analysis() by Jean-Marc Valin · 11 years ago
  43. 05548fa Adds a median filter to make dynalloc_analysis() more conservative by Jean-Marc Valin · 11 years ago
  44. b331167 Don't say 'it' where being specific is better by Ron · 11 years ago
  45. deb46d1 Fix copypasta fail by Ron · 11 years ago
  46. e37262c Formally introduce the terms mode and configuration by Ron · 11 years ago
  47. 3f3cd99 Typo fix by Ron · 11 years ago
  48. cf33d32 Use 'pre-skip' consistently with the hyphen. by Ralph Giles · 11 years ago
  49. 7c67888 Missed another 'preskip flag'. by Ralph Giles · 11 years ago
  50. ce72229 Preskip isn't a flag. by Ralph Giles · 11 years ago
  51. d9f9e70 Add 'surname' to WAVE reference. by Ralph Giles · 11 years ago
  52. 785a21f Fix markup and note needing to renable-prediction. by Ralph Giles · 11 years ago
  53. e0220e0 Show how to turn off prediction with libopus by Ron · 11 years ago
  54. d3f0867 SILK and CELT mode are singular by Ron · 11 years ago
  55. 74f6a01 Try to improve wikipedia citation formatting. by Ralph Giles · 11 years ago
  56. 078775b Reference vorbis source code for lpc coefficient calculation. by Ralph Giles · 11 years ago
  57. c42c6db Reference wikipedia for LPC prediction. by Ralph Giles · 11 years ago
  58. b30b2ba Try to clarify frame packing. by Ralph Giles · 11 years ago
  59. e26ed59 Use SILK/CELT everywhere describing modes. by Ralph Giles · 11 years ago
  60. af807b2 Drop the oddball hyphenation of MDCT-mode by Ron · 11 years ago
  61. 64f5585 Clarify that MB->WB is better than MB->NB by Ron · 11 years ago
  62. 6d27d40 Remove line about undefined speaker configurations. by Ralph Giles · 11 years ago
  63. 1474e71 Bump Ogg draft version and date. by Ralph Giles · 11 years ago
  64. 3ba1bb0 Replace MAY with SHOULD in the gap-filling guidelines. by Ralph Giles · 11 years ago
  65. 0f9c404 Update Ralph's phone number. by Ralph Giles · 11 years ago
  66. 49e6c05 Update authors in RTP draft by Jean-Marc Valin · 11 years ago
  67. 2838535 Another nit in the update draft by Mark Harris · 11 years ago
  68. 221a8b7 Bump the static version string in version.mk. by Ralph Giles · 11 years ago
  69. bfcc1dd Reword framing bit ommission, again. by Ralph Giles · 11 years ago
  70. d63b0dd Be a bit less ambiguous about the comment framing bit by Ron · 11 years ago
  71. 1e0b6fd Rewrite gap filling section. by Ralph Giles · 11 years ago
  72. 998e9e0 Add Tim's gap repair text. by Ralph Giles · 11 years ago
  73. 4784e07 Fix malloc_hook warning on glibc 2.17 and later. by Ralph Giles · 11 years ago
  74. 2c7eb78 Minor nits on update draft by Mark Harris · 11 years ago
  75. 0b644be Update draft accepted as WG document by Jean-Marc Valin · 11 years ago
  76. a65db56 Fix declaration after statement in fixed point. by Gregory Maxwell · 11 years ago
  77. 5b215d8 Add tests/test_ to Makefile.unix. by Gregory Maxwell · 11 years ago
  78. fe69528 Fixes the decode_fec case for b76888d by Mark Harris · 11 years ago
  79. e775090 pseudostack instrumentation (off by default) by Jean-Marc Valin · 11 years ago
  80. 0b9f7f9 Minor refactoring of the SILK PLC code to save more stack by Jean-Marc Valin · 11 years ago
  81. b76888d Preventing unnecessary stack use when using a large decode buffer by Jean-Marc Valin · 11 years ago
  82. 9134e96 Fixes SMALL_FOOTPRINT for float by Jean-Marc Valin · 11 years ago
  83. 81af259 Another aliasing hack in the SILK PLC with SMALL_FOOTPRINT by Jean-Marc Valin · 11 years ago
  84. e17ca25 Don't allocate pulses on the stack when calling the SILK PLC. by Jean-Marc Valin · 11 years ago
  85. b63e711 Moves CELT PLC pitch search to a separate function to reduce peak stack by Jean-Marc Valin · 11 years ago
  86. c258362 Delaying allocation of the SILK temporary output buffer to reduce peak stack by Jean-Marc Valin · 11 years ago
  87. 5f807c1 Adds SMALL_FOOTPRINT hack to the CELT PLC too by Jean-Marc Valin · 11 years ago
  88. 9d1b6fe Moves deemphasis() call out of celt_decode_lost() to reduce peak stack by Jean-Marc Valin · 11 years ago
  89. dce69d2 Store decoded SILK pulses as 16-bit vector by Jean-Marc Valin · 11 years ago
  90. ad8371d Cleaning up leftovers of "freq" in celt_decode_with_ec() by Jean-Marc Valin · 11 years ago
  91. 4d07b13 Reduces the decoder stack use by removing the pcm_silk buffer in fixed-point by Jean-Marc Valin · 11 years ago
  92. 14ca4ed Moves the remains of compute_inv_mdcts() to celt_synthesis() by Jean-Marc Valin · 11 years ago
  93. 32454dc Hack that makes the SMALL_FOOTPRINT CELT decoder use only 4.25 kB of stack. by Jean-Marc Valin · 11 years ago
  94. bdc7b93 Reduces decoder stack usage by only storing one channel of denormalized MDCT by Jean-Marc Valin · 11 years ago
  95. 4a6744a Some cleaning up of the synthesis code. by Jean-Marc Valin · 11 years ago
  96. ed01a59 Making exp_rotation1() use MAC16_16(), which saves a few cycles on ARM by Jean-Marc Valin · 11 years ago
  97. ccec752 Silences unused parameter warning by Jean-Marc Valin · 11 years ago
  98. ef0eac4 Moving the radix-2 to expose trivial twiddle factors by Jean-Marc Valin · 11 years ago
  99. c8f62a4 Improving the accuracy of the fixed-point radix-3 and radix-5 by Jean-Marc Valin · 11 years ago
  100. e1f8462 Minor cleanup -- nothing to see here by Jean-Marc Valin · 11 years ago