[go: nahoru, domu]

  1. 7f5bc78 Upgrading speex METADATA from ARCHIVE to GIT by Sadaf Ebrahimi · 1 year, 5 months ago
  2. ac91846 ensure speex_buffer.h is included in dist but not installed by Tristan Matthews · 10 years ago
  3. bbe7e09 Continue to install the headers in $prefix/include/speex by Ron · 10 years ago
  4. a181ad4 Prefer the stdint types if available by Ron · 11 years ago
  5. d59f084 Tidy the speex/*.h includes some more by Ron · 11 years ago
  6. f0102ca Remove codec-only files by slicer · 15 years ago
  7. 5e4e3a2 Split libspeex and libspeexdsp by slicer · 15 years ago
  8. a6d05eb Better Doxygen comments on latency by Alexander Chemeris · 15 years ago
  9. 905c67e Patch : Make speex_bits_read_from and speex_bits_read_whole_bytes const correct by Erik de Castro Lopo · 16 years ago
  10. 785e61a Sorting out #include "" from #include <> and using relative paths for including by Jean-Marc Valin · 16 years ago
  11. 412a60e DecorrState -> SpeexDecorrState by Jean-Marc Valin · 16 years ago
  12. 3d5c979 Integrating the decorrelation API with the echo canceller (speex_echo.h) by Jean-Marc Valin · 16 years ago
  13. d794a6a Made multi-channel AEC API compatible with the previous one. by Jean-Marc Valin · 16 years ago
  14. 9b09b86 Merge branch 'master' into stereo by Jean-Marc Valin · 17 years ago
  15. 622aade More changes merged from single channel case, renamed back to speex_* by Jean-Marc Valin · 17 years ago
  16. 3d7a6f0 Big update in the multi-channel AEC to bring it up-to-date with the single by Jean-Marc Valin · 17 years ago
  17. dd007a3 some multi-channel conversion (lots more to do) by Jean-Marc Valin · 18 years ago
  18. fbb9037 SPEEX_PREPROCESS_SET_AGC_LEVEL is now back to its original semantic as this by jm · 16 years ago
  19. 0b34061 Thorvald Natvig: Patch to query the impulse response from the AEC by jm · 17 years ago
  20. 371dfc4 Thorvald Natvig: Patch to query the current probability of speech by jm · 17 years ago
  21. c3d4799 Thorvald Natvig: Patch to query noise and signal info from preprocessor by jm · 17 years ago
  22. 6c14359 Thorvald Natvig: Patch to implement SPEEX_PREPROCESS_GET_AGC_GAIN by jm · 17 years ago
  23. cb4cf50 Resampler: patch by Sebastian Droge that implements speex_resampler_get_input_latency() and speex_resampler_get_output_latency(). by jm · 17 years ago
  24. f10a97a added speex_header_free() for poor Windows lusers with weird libc behaviour by jm · 17 years ago
  25. 06213c0 jitter buffer will by default auto-adjust the delay. by jm · 17 years ago
  26. 2c10e1f start_offset argument no longer required (original behaviour) and minor by jm · 17 years ago
  27. 6113323 removing useless stuff by jm · 17 years ago
  28. e37ee75 jitter buffer: put back the argument to the init function. Also, fixed an by jm · 17 years ago
  29. e251708 OS X correction from libogg; removed some needless white space by ivo · 17 years ago
  30. 6eb07e6 jitter buffer: comments on new algo by jm · 17 years ago
  31. d0dadd4 Minor Windows fix by Alexander Chemeris by jm · 17 years ago
  32. 37c520c jitter buffer: Minor API changing. Also doing rounding directly in the delay by jm · 17 years ago
  33. 1c81f72 jitter buffer: Changed the API -- again. Also, some rounding and bug-fixing. by jm · 17 years ago
  34. e38588d jitter buffer: Some tuning to new algo (not enabled yet) by jm · 17 years ago
  35. 15616e5 fixed-point: Patch by Thom Johansen to convert stereo decoding to fixed-point, by jm · 17 years ago
  36. 885d6b0 jitter buffer: Cleaned up the remaining of the Speex-specific buffer and fixed by jm · 17 years ago
  37. e6f401c jitter buffer: First attempt at using the application's bufer status and by jm · 17 years ago
  38. f3a3f9b jitter_buffer: added jitter_buffer_get_another() by jm · 17 years ago
  39. 4a0b907 jitter buffer now uses JitterBufferPacket internally. Also added a user_data by jm · 17 years ago
  40. 2b6f728 jitter buffer: implemented delay steps, tick() no longer required, added by jm · 17 years ago
  41. afef414 SPEEX_PREPROCESS_GET_AGC_LOUDNESS patch by Mihai Balea by jm · 17 years ago
  42. 9314bad Re-arranged the wideband mode so that programs using narrowband only and by jm · 17 years ago
  43. fa7076c fixed makefiles (damn kdevelop) by jm · 17 years ago
  44. 4375d12 Almost done with the ring buffer implementation (but still untested, so assumed by jm · 17 years ago
  45. 78564cf Minor documentation fixes from Alexander Chemeris by jm · 17 years ago
  46. 666e3e2 Fixed a bunch of typos (thanks to Alexander Chemeris). by jm · 17 years ago
  47. 0f6335e Implemented SPEEX_GET_ACTIVITY by jm · 17 years ago
  48. b366708 added speex_bits_set_bit_buffer (still untested) by jm · 17 years ago
  49. 85edd99 Making sure there's no exported symbol with a speex_ prefix when compiling by jm · 17 years ago
  50. 62da574 Adding error codes. by jm · 17 years ago
  51. 3a9b0ad fixed a signed/unsigned problem in the margin computation. by jm · 17 years ago
  52. c30fb59 Enabling resampler in the build (now that it's supposed to work by jm · 17 years ago
  53. 7cff7b5 Resampler can now compile outside of Speex in fixed-point too. by jm · 17 years ago
  54. 145414d better doc for return values. by jm · 17 years ago
  55. 723f644 Changed the sign of a bunch of parameters in the API. Tons of signed/unsigned by jm · 17 years ago
  56. 28574ac JITTER_BUFFER_GET_AVAILABLE_COUNT (patch by pwk) by jm · 17 years ago
  57. 8e3f5f6 Making jitter buffer harder to misuse -- and closer to the original version of by jm · 17 years ago
  58. 58263d4 Trying out a different way to adjust the buffer... by jm · 17 years ago
  59. 5785414 Hide internal _ctl() requests from the public header file. by jm · 17 years ago
  60. 3fbe109 document the fact that the encoder input is used as scratch. by jm · 17 years ago
  61. 716d8b0 Yay, it gets even uglier... by jm · 18 years ago
  62. 37a0cdd Preventing symbol clashes in case the resampler is copied by jm · 18 years ago
  63. 1be93c0 defined MULT16_32_Q15 for OUTSIDE_SPEEX. Fixed stupid IO stride bug. by jm · 18 years ago
  64. d9f047f Added the get functions, some tweaks to the "magic samples". by jm · 18 years ago
  65. 3c86357 more doc by jm · 18 years ago
  66. 8c2fbeb Some formatting so that Mike can stop killing kittens. by jm · 18 years ago
  67. 97424bf Separated the normal (integer frequency) calls from the fractional frequency by jm · 18 years ago
  68. e665391 Added interleave_int() call. by jm · 18 years ago
  69. 258a23e More API doc by jm · 18 years ago
  70. 43cda2f some API documentation by jm · 18 years ago
  71. 342abee initial support for changing the filter length on the fly... by jm · 18 years ago
  72. 3a0e869 Changed the resampler API again. Introducing a quality setting. by jm · 18 years ago
  73. 13e6b72 Added _ctl() calls for the AGC gain limits. by jm · 18 years ago
  74. d742ce6 resampler inner loop in fixed-point by jm · 18 years ago
  75. 9a2c0f6 starting fixed-point version of resampler. by jm · 18 years ago
  76. 23dc0f0 separated into header, source and test program. by jm · 18 years ago
  77. cd25f1e new jitter_buffer_ctl() call to set the buffer margin and added some comments by jm · 18 years ago
  78. 33e3c47 Updated doxygen documentation. Now everything's part of a module. by jm · 18 years ago
  79. 69a0803 A bunch of Doxygen comments by jm · 18 years ago
  80. 3a92998 Originally written for Symbian, it is no longer needed since we figured by jm · 18 years ago
  81. c1a7ab7 Documentation for the echo canceller and preprocessor -- Yeh!! by jm · 18 years ago
  82. 6eb7ab1 The World Institute for Mental Health recommends switching to the new by jm · 18 years ago
  83. 8ab6467 added speex_echo_cancellation() without the last param, deprecated by jm · 18 years ago
  84. 67e9458 Now possible to control the amount of noise and echo suppression through the by jm · 18 years ago
  85. 7a58c53 Big preprocessor cleanup. Implemented mel filterbank. Removed crappy VAD. by jm · 18 years ago
  86. 86bb320 Changed part of the API to use spx_int32_t instead of int (works better on by jm · 18 years ago
  87. 02eeb1c added highpass (enabled by default) to the encoder and decoder by jm · 18 years ago
  88. 3277e2f Initial implementation of SPEEX_MAX_VBR_BITRATE. Narrowband-only for now. by jm · 18 years ago
  89. 452f7e2 Minor fix by Alfred E. Heggestad to set reserved fields in by jm · 18 years ago
  90. c50db2c Got completely rid of the 64bit type (was only used in the adaptive codebook) by jm · 18 years ago
  91. 74ef8c0 reverted to original SpeexJitter API by jm · 18 years ago
  92. ba23d11 pcm_wrapper was a dumb idea in the first place. by jm · 18 years ago
  93. 060a4a3 TI C5x and C6x patch sent by Jim Crichton. by jm · 18 years ago
  94. baf4f22 Fixed ring buffer (not, it's not the same as a stack!) in the new API. Some by jm · 18 years ago
  95. e374a11 added speex_echo_capture() and speex_echo_playback() so the app doesn't need by jm · 18 years ago
  96. 3644df3 minor type cleanup by jm · 18 years ago
  97. e5e2256 defined SPEEX_SET_INNOVATION_SAVE by jm · 18 years ago
  98. ba69c1f OK, jitter_buffer_get() now returns the offset, which is more useful by itself. by jm · 18 years ago
  99. 37afd28 yet another change to the jitter buffer API (passing packet data as struct) by jm · 18 years ago
  100. 5ef625f Jitter buffer is more robust. by jm · 18 years ago