1. 5c4e818 Limit AudioFlinger log. by Eric Laurent · 15 years ago
  2. ec35a14 Fix issue 5381089: problem with A2DP music volume by Eric Laurent · 15 years ago
  3. 9d18ec5 Fix issue 5373658: memory leak in AudioFlinger. by Eric Laurent · 15 years ago
  4. 6bffdb8 Fix issue 5355047: Automated effect tests fail. by Eric Laurent · 15 years ago
  5. eb8b914 AudioResampler: use relative instead of absolute labels by Nick Kralevich · 15 years ago
  6. 60cd0a0 Issue 4345021: Audio routed to multiple devices... by Eric Laurent · 15 years ago
  7. b76e90d Merge "226483: A2DP connected, but music out to speaker" by Eric Laurent · 15 years ago
  8. 9f6530f 226483: A2DP connected, but music out to speaker by Eric Laurent · 15 years ago
  9. bee5337 Audioflinger: reverse logic of BT NREC indication by Eric Laurent · 15 years ago
  10. a1884f9 AudioFlinger: add check for audio HAL init failure by Eric Laurent · 15 years ago
  11. a5cc7cc Issue 5081351: isWiredHeadsetOn() permission. by Eric Laurent · 15 years ago
  12. 0270b18 Don't remove effects on session 0 by Marco Nelissen · 15 years ago
  13. db7c079 Audio effects: track CPU and memory use separately by Eric Laurent · 15 years ago
  14. 3a34bef Keep effects sessions active when the caller dies. by Marco Nelissen · 15 years ago
  15. c3e6572 Merge "AudioFlinger: protect input/output stream access" by Eric Laurent · 15 years ago
  16. b8ba0a9 AudioFlinger: protect input/output stream access by Eric Laurent · 15 years ago
  17. 59bd0da AudioFlinger: disable AEC and NS with BT headsets by Eric Laurent · 15 years ago
  18. 59255e4 Audio Effect Framework: add effect suspend/restore by Eric Laurent · 15 years ago
  19. 6dbe883 Fix issue 5090721: audio record broken by Eric Laurent · 15 years ago
  20. a7280a5 Merge "AudioFlinger: fix crash when deleting pre process." by Eric Laurent · 15 years ago
  21. ec437d8 AudioFlinger: fix crash when deleting pre process. by Eric Laurent · 15 years ago
  22. feb0db6 Fix issue 4604090: notification sound interrupted. by Eric Laurent · 15 years ago
  23. 57dae99 Added APIs for audio preprocessing by Eric Laurent · 15 years ago
  24. 1d2bff0 AudioFlinger: add dump of audio pre processing. by Eric Laurent · 15 years ago
  25. edc15ad Fix issue 4988574: 8 bit PCM audio playback broken. by Eric Laurent · 15 years ago
  26. 7c7f10b Audio framework: support for audio pre processing by Eric Laurent · 15 years ago
  27. e0b5bb2 Merge "Log CPU usage" by Glenn Kasten · 15 years ago
  28. 4d8d0c3 Log CPU usage by Glenn Kasten · 15 years ago
  29. 81eedd1 Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator build by Mike Lockwood · 15 years ago
  30. 5e0067b Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 15 years ago
  31. 6c21234 Merge "Fix build warning; LOG_TAG was misplaced" by Glenn Kasten · 15 years ago
  32. 5159c7e Fix build warning; LOG_TAG was misplaced by Glenn Kasten · 15 years ago
  33. 6d8b694 Moved and renamed effect API header files by Eric Laurent · 15 years ago
  34. 671a636 Added audio_bytes_per_sample() helper function by Eric Laurent · 15 years ago
  35. 7394a4f audio: update for audio/audio_policy header names/locations by Dima Zavin · 15 years ago
  36. 0512ab5 Remove dead code related to gettid by Glenn Kasten · 15 years ago
  37. 0d255b2 Use channel mask instead of channel count for track creation by Jean-Michel Trivi · 15 years ago
  38. 65580f9 Removed interface to load audio effects libraries by Eric Laurent · 15 years ago
  39. e1315cf New effect library API by Eric Laurent · 15 years ago
  40. 162f7d1 Merge "HAVE_ANDROID_OS AUDIOFLINGER_SECURITY_ENABLED dead" by Glenn Kasten · 15 years ago
  41. 6708b9a Merge "Fix audio effect framework issues" by Eric Laurent · 15 years ago
  42. b469b94 Fix audio effect framework issues by Eric Laurent · 15 years ago
  43. 6476024 update for new audio.h header location by Dima Zavin · 15 years ago
  44. 249c6a6 HAVE_ANDROID_OS AUDIOFLINGER_SECURITY_ENABLED dead by Glenn Kasten · 15 years ago
  45. 5a61d2f audioflinger: don't do work in constructor, instead do it in onFirstRef by Dima Zavin · 15 years ago
  46. 799a70e audioflinger: enumerate all the possible audio interfaces by Dima Zavin · 15 years ago
  47. fce7a47 audio/media: convert to using the audio HAL and new audio defs by Dima Zavin · 15 years ago
  48. 6b80e0b audioflinger: move legacy audio hw/policy out to libhardware_legacy by Dima Zavin · 15 years ago
  49. dab0bea am 48dca4de: am 969357e3: am 223995dc: Fix issue 4335692: HDMI media volume by Eric Laurent · 15 years ago
  50. 5bfdfd1 am 969357e3: am 223995dc: Fix issue 4335692: HDMI media volume by Eric Laurent · 15 years ago
  51. 023eeac Fix issue 4335692: HDMI media volume by Eric Laurent · 15 years ago
  52. 5820e52 am 07c25b65: am 4430670f: am ca7ad44a: Merge "audioflinger: Enable ARMv5TE optimized resampler" by Brad Fitzpatrick · 15 years ago
  53. 4d02439 am 4430670f: am ca7ad44a: Merge "audioflinger: Enable ARMv5TE optimized resampler" by Brad Fitzpatrick · 15 years ago
  54. 0c0a1c0 audioflinger: Enable ARMv5TE optimized resampler by Jim Huang · 15 years ago
  55. c30268b Merge "Miscellaneous code cleanup in audio framework" by Glenn Kasten · 15 years ago
  56. 4bcae82 Miscellaneous code cleanup in audio framework by Glenn Kasten · 15 years ago
  57. 38ccae2 New fix for issue 4111672: control block flags by Eric Laurent · 16 years ago
  58. 33797ea Fix issue 4111672: AudioTrack control block flags by Eric Laurent · 16 years ago
  59. ce80563 Improvement for issue 3489986: BT SCO volume by Eric Laurent · 16 years ago
  60. 4f46fed Merge "- To track the usage of all audio output devices - To track the currently used audio device - The devices are separated as speaker and other audio devices - Provide the collected data to battery application through pullBatteryData()" by Gloria Wang · 16 years ago
  61. 9ee159b - To track the usage of all audio output devices by Gloria Wang · 16 years ago
  62. 1c49671 Merge "Fix issue 3388775." by Eric Laurent · 16 years ago
  63. c0bff9b Merge "Fix issue 3479042." by Eric Laurent · 16 years ago
  64. 532492c Fix issue 3388775. by Eric Laurent · 16 years ago
  65. 243f5f9 Fix issue 3479042. by Eric Laurent · 16 years ago
  66. 043b22d Fix bug 3376700 Volume too loud at lowest setting by Jean-Michel Trivi · 16 years ago
  67. 586b217 Fix issue 3400751. by Eric Laurent · 16 years ago
  68. 727a6f8 Merge "Fix issue 3425342." by Eric Laurent · 16 years ago
  69. 12932bf Fix issue 3425342. by Eric Laurent · 16 years ago
  70. 6b2718c Bug 3352047 Wrong message when adjusting volume by Glenn Kasten · 16 years ago
  71. 8473bb5 am be806fe8: am cc8f87e9: am f664d6f9: am b083d3b8: Merge "Initialize resampling buffer per track." by Brad Fitzpatrick · 16 years ago
  72. 802da7b Merge "Bug 3366668 Use BinderService template" by Glenn Kasten · 16 years ago
  73. e08d819 am cc8f87e9: am f664d6f9: am b083d3b8: Merge "Initialize resampling buffer per track." by Brad Fitzpatrick · 16 years ago
  74. e26308a am b083d3b8: Merge "Initialize resampling buffer per track." by Brad Fitzpatrick · 16 years ago
  75. 2151d7b Initialize resampling buffer per track. by Yuuhi Yamaguchi · 16 years ago
  76. 117cd92 Merge "Bug 3366885 Remove LVMX switch" by Glenn Kasten · 16 years ago
  77. 8782cb4 am 6f1bd261: am 9c0a1003: Merge "Fix issue 3371080" into honeycomb by Eric Laurent · 16 years ago
  78. db130fb Bug 3366885 Remove LVMX switch by Glenn Kasten · 16 years ago
  79. d2dcb08 Bug 3366668 Use BinderService template by Glenn Kasten · 16 years ago
  80. eda6c36 Fix issue 3371080 by Eric Laurent · 16 years ago
  81. 2a30be3 Merge 0ef57993 from gingerbread by Jean-Baptiste Queru · 16 years ago
  82. 144f789 am 4eeb1047: Merge 13212f83 from gingerbread-plus-aosp by Jean-Baptiste Queru · 16 years ago
  83. 2ef8930 Merge 13212f83 from gingerbread-plus-aosp by Jean-Baptiste Queru · 16 years ago
  84. 5092d8c Fix issue 2988031. by Eric Laurent · 16 years ago
  85. bfa2f13 do not merge bug 3370834 Cherrypick from master by Jean-Michel Trivi · 16 years ago
  86. 61dca67 Bug 3376700 Add support in APM for stream-specific volume curves by Jean-Michel Trivi · 16 years ago
  87. b517e00 do not merge - Fix issue 3371096. by Eric Laurent · 16 years ago
  88. 7333748 Fix issue 3371096. by Eric Laurent · 16 years ago
  89. 9357520 Tentative fix for issue 3362362. by Eric Laurent · 16 years ago
  90. eb0d0c4 Fix issue 3317627. by Eric Laurent · 16 years ago
  91. 626c85f Fix issue 3217707. by Eric Laurent · 16 years ago
  92. 0b456a6 Fix speakerphone routing to analog dock by Eric Laurent · 16 years ago
  93. f3a8d32 Change audio routing policy for HDMI by Eric Laurent · 16 years ago
  94. b3fd981 Fix audio mode log. by Eric Laurent · 16 years ago
  95. ed7c671 Fix issue 2641884: Bluetooth volume is dependent on in call volume. by Eric Laurent · 16 years ago
  96. 094b148 resolved conflicts for merge of 0d28be68 to master by Eric Laurent · 16 years ago
  97. 075a1f6 Fix issue 3142808. by Eric Laurent · 16 years ago
  98. 32cb1ba Fix issue 3225810. by Eric Laurent · 16 years ago
  99. f5aafb2 Fix issue 3157123. by Eric Laurent · 16 years ago
  100. f1fb01a Add new audio mode for audio communications other than telelphony. by Jean-Michel Trivi · 16 years ago