1. 000bd28 CRAS: Expose snapshot update and get function for cras_client by Paul Hsia · 6 years ago
  2. 3c634b9 CRAS: Dump snapshots to shared memory with the client by Paul Hsia · 6 years ago
  3. 087619b CRAS: Add audio_thread_monitor to CRAS by Paul Hsia · 6 years ago
  4. 6e54519 CRAS: iodev_list - Fix pinned stream on already enabled dev by Hsin-Yu Chao · 6 years ago
  5. 04c1eb0 CRAS: libcras - API to get AEC supported flag by Hsin-Yu Chao · 6 years ago
  6. 22ba516 CRAS: server_metrics - Log number of underruns by Yu-Hsuan Hsu · 6 years ago
  7. c10d139 CRAS: audio_thread - modify initial callback time for new streams by Yu-hsuan Hsu · 6 years ago
  8. 45e6bb4 CRAS: apm - Remove handle for AEC dump by Hsin-Yu Chao · 6 years ago
  9. 01cb783 CRAS: iodev - Handle input_dsp_offset larger than read frames by Hsin-Yu Chao · 6 years ago
  10. c3ab4bf CRAS: rstream - Fix valgrind warning by Hsin-Yu Chao · 6 years ago
  11. 5e1e698 CRAS: iodev_list - Fix potential multi thread access by Hsin-Yu Chao · 6 years ago
  12. af6c8c4 cras: Fix x86 build by Nicolas Boichat · 6 years ago
  13. c62ac4d CRAS: fmt_conv - Handle leaked frame by Hsin-Yu Chao · 6 years ago
  14. 1ab7fdb CRAS: bt_io - Don't use software gain for BT input by Hsin-Yu Chao · 6 years ago
  15. 23ed583 CRAS: bt_device - Fix multi thread accessing iodev at the same time by Hsin-Yu Chao · 6 years ago
  16. 8d4161c CRAS: rate_estimator - Don't reset when input buffer is zero by Hsin-Yu Chao · 6 years ago
  17. 36c43ca CRAS: system_state: better return code by Tzung-Bi Shih · 6 years ago
  18. 4cffe2a CRAS: alsa_plugin: support drain behavior and fix deadlock by Tzung-Bi Shih · 6 years ago
  19. 007f89d CRAS: shm - Avoid race condition when buffer reading by Yu-hsuan Hsu · 6 years ago
  20. 5bf79e7 adhd: Fix undefined behavior in cras_fmt_conv and its unittest by paulhsia · 6 years ago
  21. 1a75da0 adhd: Fix undefined behavior in rclient_unittest by paulhsia · 6 years ago
  22. 6f26b2e adhd: Fix memory leaks in fmt_conv_unittest and dev_stream_unittest by paulhsia · 6 years ago
  23. b2f004b adhd: Fix leaks and invalid memory access in alsa_io_unittest by paulhsia · 6 years ago
  24. ed59dbb adhd: Fix memory leak in cras_client_unittest.cc by paulhsia · 6 years ago
  25. 86aab9b CRAS: fmt_conv - Bug fix in cras_fmt_conv by Hsin-Yu Chao · 6 years ago
  26. c8c1f72 audio_thread_log_viewer: update the version of D3 by Yu-hsuan Hsu · 6 years ago
  27. e3b43a5 CRAS: test_client - make sure stream_id is initialized by Dylan Reid · 6 years ago
  28. 93da424 CRAS: Check that the AEC dump message is the correct length by Dylan Reid · 6 years ago
  29. e93453f CRAS: test_client - Fix compile error in fuzz test by Hsin-Yu Chao · 6 years ago
  30. 9955a90 CRAS: fix build for boards without webrtc-apm package by Hsin-Yu Chao · 6 years ago
  31. 47898ac CRAS: client - Initialize effects field by Hsin-Yu Chao · 6 years ago
  32. 3b8a2bd CRAS: dbus - api to query if aec is supported by Hsin-Yu Chao · 6 years ago
  33. deb1cf6 CRAS: config - expose aec parameters in aec.ini by Hsin-Yu Chao · 6 years ago
  34. 65207dc CRAS: apm_list - Enable aec_dump by Hsin-Yu Chao · 6 years ago
  35. 0b6d24c CRAS: fuzz - Fix ossfuzz/cras build by Hsin-Yu Chao · 6 years ago
  36. 3a33a28 CRAS: apm_list - Fix channel layout on apm by Hsin-Yu Chao · 7 years ago
  37. 13b0237 CRAS: apm_list - Enable echo cancellation by Hsin-Yu Chao · 6 years ago
  38. 4dd5f3a CRAS: apm_list - Process reverse stream by Hsin-Yu Chao · 6 years ago
  39. 6ff157f CRAS: apm_list - Process input data in APM by Hsin-Yu Chao · 6 years ago
  40. 860b487 CRAS: apm_list - Add apm_list module by Hsin-Yu Chao · 6 years ago
  41. df70e2d CRAS: Add float_buffer utility by Hsin-Yu Chao · 6 years ago
  42. 2981be2 CRAS: byte_buffer - Rename utiliy functions by Hsin-Yu Chao · 6 years ago
  43. 17e1bb5 CRAS: dsp - Create dummy ini for ext_dsp_module use case by Hsin-Yu Chao · 6 years ago
  44. a2a0b82 CRAS: dsp_util - Support more sample formats by Hsin-Yu Chao · 6 years ago
  45. c3e25e0 CRAS: dsp_pipeline - Adds external dsp module interface by Hsin-Yu Chao · 6 years ago
  46. 21aa7da CRSA: iodev - Remove optimization at mute by Hsin-Yu Chao · 6 years ago
  47. 6e4ea41 CRAS: client - Set stream effects and backward support by Hsin-Yu Chao · 7 years ago
  48. bf5f091 CRAS: fmt_conv: remove signed/unsigned compares in UT by Dylan Reid · 6 years ago
  49. 553ab39 CRAS: messages - Remove unsized arrays. by Dylan Reid · 6 years ago
  50. 93741ba CRAS: iodev_info - Add stdint include by Dylan Reid · 6 years ago
  51. 470870b CRAS: iodev_info - remove unused time.h include by Dylan Reid · 6 years ago
  52. 47fd361 Revert "CRAS: client - Set stream effects" by Hsin-Yu Chao · 6 years ago
  53. 00a0b33 CRAS: client - Set stream effects by Hsin-Yu Chao · 7 years ago
  54. f724451 CRAS: iodev_list - allow multiple dev enabled callback be registered by Hsin-Yu Chao · 6 years ago
  55. 52b1139 CRAS: input_data - Adds input_data struct by Hsin-Yu Chao · 7 years ago
  56. 6d90a1c cras: Fix some undefined shifts error. by Manoj Gupta · 6 years ago
  57. b73adc2 CRAS: fmt_conv - Add quad<->stereo mappings. by Louis Collard · 6 years ago
  58. feb9007 adhd: Fix memory leaks in fmt_conv_unittest by paulhsia · 6 years ago
  59. e7df0e7 adhd: Fix memory leaks in polled_interval_checker_unittest by paulhsia · 6 years ago
  60. 1473be7 adhd: Fix memory leaks in loopback_iodev_unittest by paulhsia · 6 years ago
  61. 0e9ac1a adhd: Fix memory leak in observer_unittest by paulhsia · 6 years ago
  62. 016f66b CRAS: iodev - Remove unused channel layout data. by Louis Collard · 6 years ago
  63. 80a85eb CRAS: dev_stream - Limit the frames to copy from converter buffer by Hsin-Yu Chao · 7 years ago
  64. cf87501 CRAS: cras_alsa_io - Adjust appl_ptr correctly when leave no stream by Yu-hsuan Hsu · 6 years ago
  65. 2af96b6 adhd: Fix memory leaks in alsa_ucm_unittest by paulhsia · 6 years ago
  66. ad1abee adhd: Fix memory leaks in cras_alsa_ucm by paulhsia · 6 years ago
  67. 854469d adhd: Fix memory leak in alsa_card_unittest by paulhsia · 6 years ago
  68. 3f78af9 adhd: Fix memory leak in cras_alsa_card by paulhsia · 6 years ago
  69. 792823a adhd: Fix memory leaks in dev_stream_unittest by paulhsia · 6 years ago
  70. eae1262 adhd: Fix use after free in alert_unittest by paulhsia · 6 years ago
  71. 159d987 adhd: Fix memory leaks in linear_resampler_unittest by paulhsia · 6 years ago
  72. 8d61072 adhd: Fix memory leaks in iodev_list_unittest by paulhsia · 6 years ago
  73. 0fdafac adhd: Fix memory leak in alsa_mixer_unittest by paulhsia · 6 years ago
  74. 062f0ff adhd: Fix memory leak in cras_alsa_mixer.c by paulhsia · 6 years ago
  75. 2b9e900 adhd: Fix memory leaks and refactor in a2dp_iodev_unittest by paulhsia · 6 years ago
  76. 86d5686 adhd: Fix memory leak in cras_a2dp_iodev.c by paulhsia · 6 years ago
  77. 45ead62 adhd: Fix memory leak and refactor in hfp_iodev_unittest by paulhsia · 6 years ago
  78. 3f7cfdd adhd: Fix memory leaks in cras_hfp_iodev by paulhsia · 6 years ago
  79. 55893b7 adhd: Fix memory leaks and use after free in bt_device_unittest by paulhsia · 6 years ago
  80. 1708046 adhd: Fix memory leaks in bt_io_unittest by paulhsia · 6 years ago
  81. 6e20c5f adhd: Fix memory leaks in cras_bt_io.c by paulhsia · 6 years ago
  82. b17de17 adhd: Remove uninitialized string and syslog call in cras_alsa_jack.c by paulhsia · 6 years ago
  83. 4ba6259 adhd: Fix memory leaks in alsa_jack_unittest by paulhsia · 6 years ago
  84. 9fb1113 adhd: Fix memory leaks and uninitialized values in alsa_io_unittest by paulhsia · 6 years ago
  85. 0dfa2f6 adhd: Fix accessing uninitialized pointer in alsa_io_unittest by paulhsia · 6 years ago
  86. 380b741 adhd: Fix some memory leaks. by Manoj Gupta · 6 years ago
  87. 121929e CRAS: cras_iodev - use converted cb_level to open iodev. by paulhsia · 6 years ago
  88. 9ba33f9 CRAS: cras_iodev - adjust min_cb_level when removing the last stream. by paulhsia · 6 years ago
  89. 63fb1d7 CRAS: rstream - Clear pending reply while stream disconnected by Yu-hsuan Hsu · 6 years ago
  90. 7a43184 CRAS: alsa_helpers - Failure to set channel map isn't a fatal error by Dylan Reid · 6 years ago
  91. 78f91fc CRAS: alsa_helpers - Allow eight channel devices by Dylan Reid · 6 years ago
  92. 8e78579 CRAS: polled_interval - fn syntax for sizeof by Dylan Reid · 6 years ago
  93. 69faec3 CRAS: audio_helper: Return error if no formats are found by Dylan Reid · 6 years ago
  94. c7d30a4 UCM: cyan - update to upstream sof naming by Dylan Reid · 6 years ago
  95. c442f2a CRAS: fmt_conv - Fix buffer overflow by Dylan Reid · 6 years ago
  96. 8e025f0 CRAS: bt_device - Don't process msg if device doesn't exist by Hsin-Yu Chao · 6 years ago
  97. 247dc14 CRAS: audio_thread - handle EINTR in read. by Dylan Reid · 6 years ago
  98. 26289eb CRAS: audio_format - Support mapping RL and RR channels to SL and SR. by Louis Collard · 6 years ago
  99. 209e1da CRAS: iodev_unittest - Initialize info variable by Dylan Reid · 6 years ago
  100. 2a7ac70 CRAS: Unittests - suppress c++17 exception warning by Dylan Reid · 6 years ago