1. d8cf296 Upintegrate Audio Flinger changes from ICS_AAH by John Grossman · 13 years ago
  2. 4f7adcf Merge "Update comments" by Glenn Kasten · 13 years ago
  3. b3db213 Update comments by Glenn Kasten · 13 years ago
  4. f4e1bdc Merge "Remove dead code AudioTrack::getLoop" by Glenn Kasten · 13 years ago
  5. 6a20b26 AudioRecord and AudioTrack client tid by Glenn Kasten · 13 years ago
  6. 6c9ddd2 Remove dead code AudioTrack::getLoop by Glenn Kasten · 13 years ago
  7. 1e3a8d3 Merge "Remove dead mutex in AudioTrack/AudioRecord thread" by Glenn Kasten · 13 years ago
  8. 7c2e37d AudioTrack declare more methods const by Glenn Kasten · 13 years ago
  9. 3694ec1 Use NULL not 0 for raw pointers by Glenn Kasten · 13 years ago
  10. 4b80abc Remove dead mutex in AudioTrack/AudioRecord thread by Glenn Kasten · 13 years ago
  11. bc4de88 Make AudioTrack control block volume field private by Glenn Kasten · 13 years ago
  12. 5ecff09 Merge "Move memcpy_to_i16_from_u8 to audio_utils" by Glenn Kasten · 13 years ago
  13. 28ea013 Temporarily restore AudioSystem/AudioTrack APIs with their former signatures by Andreas Huber · 13 years ago
  14. 0632bad Track volume cleanup by Glenn Kasten · 13 years ago
  15. cc2302d Move memcpy_to_i16_from_u8 to audio_utils by Glenn Kasten · 13 years ago
  16. 8c17a2f Merge "Use size_t for frame size" by Glenn Kasten · 13 years ago
  17. 3c6b9cc Merge "Use audio_stream_type_t consistently" by Glenn Kasten · 13 years ago
  18. 4790bd8 AudioTrack and AudioFlinger send level cleanup by Glenn Kasten · 13 years ago
  19. faf354d Use size_t for frame size by Glenn Kasten · 13 years ago
  20. bc1d77b Use audio_stream_type_t consistently by Glenn Kasten · 13 years ago
  21. 1c66547 Merge "Use audio_format_t consistently" by Glenn Kasten · 13 years ago
  22. 80f3fc2 libmedia new can't fail on Android by Glenn Kasten · 13 years ago
  23. 8cf6d6f Merge "Clean up AudioTrack::mActive and stopped()" by Glenn Kasten · 13 years ago
  24. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  25. 8564c8d Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  26. 1c5a89d Use audio_format_t consistently by Glenn Kasten · 13 years ago
  27. e6810ff Clean up AudioTrack::mActive and stopped() by Glenn Kasten · 13 years ago
  28. e80a4cc Use the standard CC_LIKELY and CC_UNLIKELY macros by Glenn Kasten · 13 years ago
  29. 25adf474 Merge "Fix indentation and whitespace" by Glenn Kasten · 13 years ago
  30. da7923a Merge "Audio C++ comments" by Glenn Kasten · 13 years ago
  31. fb2ab9e Fix indentation and whitespace by Glenn Kasten · 13 years ago
  32. ad2ac95 Merge "Remove unnecessary this->" by Glenn Kasten · 13 years ago
  33. 46f5435 Merge "Remove redundant clear()" by Glenn Kasten · 13 years ago
  34. e5fb263 Audio C++ comments by Glenn Kasten · 13 years ago
  35. 51e445f Remove redundant clear() by Glenn Kasten · 13 years ago
  36. db298a4 Remove unnecessary this-> by Glenn Kasten · 13 years ago
  37. 1c50a78 AudioTrack::setVolume check range by Glenn Kasten · 13 years ago
  38. 99d5443 Bug 4903178 Restore priority and cgroup on stop by Glenn Kasten · 13 years ago
  39. 71f2cf1 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  40. 7e8626f Issue 5298399: Lost speech after a crash in gTalk. by Eric Laurent · 13 years ago
  41. f1d360a AudioTrack: extend callback thread sleep time by Eric Laurent · 13 years ago
  42. b0808f9 Issue 5247986: Battery drain due to audio wakelock by Eric Laurent · 13 years ago
  43. 05ce094 226483: A2DP connected, but music out to speaker by Eric Laurent · 13 years ago
  44. 22cb204 Bug 4364249 Play position is 0 after flushing AudioTrack by Jean-Michel Trivi · 13 years ago
  45. c74b93f Keep effects sessions active when the caller dies. by Marco Nelissen · 13 years ago
  46. db262e6 Merge "Fix warnings for uninitialized local variables" by Glenn Kasten · 13 years ago
  47. 028ab99 Fix warnings for uninitialized local variables by Glenn Kasten · 13 years ago
  48. c310dcb Added audio_bytes_per_sample() helper function by Eric Laurent · 13 years ago
  49. 290029d audio: update for audio/audio_policy header names/locations by Dima Zavin · 13 years ago
  50. 993fcce Remove unnecessary level of priority indirection by Glenn Kasten · 13 years ago
  51. 5439223 Use channel mask instead of channel count for track creation by Jean-Michel Trivi · 13 years ago
  52. 34bb419 update for new audio.h header location by Dima Zavin · 13 years ago
  53. 24fc2fb audio/media: convert to using the audio HAL and new audio defs by Dima Zavin · 13 years ago
  54. ae29b76 New fix for issue 4111672: control block flags by Eric Laurent · 13 years ago
  55. 6667ac3 Fix issue 3483718: audio streaming and A2DP. by Eric Laurent · 13 years ago
  56. 913af0b Fix issue 4111672: AudioTrack control block flags by Eric Laurent · 13 years ago
  57. 421ddc0 Fix issue 3439872: video chat and bluetooth SCO by Eric Laurent · 13 years ago
  58. f3d6dd0 Fix issue 3157123. by Eric Laurent · 14 years ago
  59. 4712baa Issue 3032913: improve AudioTrack recovery time by Eric Laurent · 14 years ago
  60. 7070b36 Added support for auxiliary audio effects to AudioTrack and MediaPlayer. by Eric Laurent · 14 years ago
  61. 619346f Added support for audio sessions in MediaPlayer and AudioTrack. by Eric Laurent · 14 years ago
  62. bd240c2 media: add AudioTrack::getMinFrameCount(). by Chia-chi Yeh · 14 years ago
  63. 65b6545 Issue 2667801: [Audio Effect Framework] AudioFlinger, AudioMixer AudioTrack modifications. by Eric Laurent · 14 years ago
  64. eb8f850d Fix issue 2553359: Pandora does not work well with Passion deskdock / Cardock. by Eric Laurent · 14 years ago
  65. a729f97 libutils Condition are now PRIVATE by default by Mathias Agopian · 14 years ago
  66. 6faf789 Simplify the MemoryDealer implementation by Mathias Agopian · 15 years ago
  67. 49f02be Issue 2265163: Audio still reported routed through earpiece on sholes by Eric Laurent · 15 years ago
  68. 059b4be Improvements for issue 2197683: English IME key-press latency is noticeably higher on passion than sholes by Eric Laurent · 15 years ago
  69. bda7469 Fix issue 2203561: Sholes: audio playing out of earpiece. by Eric Laurent · 15 years ago
  70. 28ad42b Fix problem in AudioTrack with 8 bit PCM and direct output. by Eric Laurent · 15 years ago
  71. a553c25 Fix issue 1795088 Improve audio routing code by Eric Laurent · 15 years ago
  72. fb4f266 add a ctor to Mutex to specify the type, which can be shared. This is used by sf and af an soon will allow some optimization in the kernel for non shared mutexes by Mathias Agopian · 15 years ago
  73. fcc5be9 am 88e209dc: Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate to twice of the ouputSR by Eric Laurent · 15 years ago
  74. 88e209d Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate to twice of the ouputSR by Eric Laurent · 15 years ago
  75. 0795272 move libbinder's header files under includes/binder by Mathias Agopian · 15 years ago
  76. ef02827 Fix issue 1745312: Various cleanups in media framework by Eric Laurent · 15 years ago
  77. 4a5c1a7 Automated import from //branches/donutburger/...@140663,140663 by Jean-Michel Trivi · 15 years ago
  78. 1059253 auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 15 years ago
  79. 4df2423 auto import from //depot/cupcake/@136594 by The Android Open Source Project · 15 years ago
  80. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  81. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  82. 076357b auto import from //depot/cupcake/@132589 by The Android Open Source Project · 15 years ago
  83. 3dec7d5 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 15 years ago
  84. 3001a03 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 16 years ago
  85. da996f3 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 16 years ago
  86. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  87. 22f7dfd auto import from //branches/cupcake/...@127101 by The Android Open Source Project · 16 years ago
  88. b798689 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  89. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  90. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago