1. 457ed3a SoundPool: Improve tests by Andy Hung · 4 years, 8 months ago
  2. 66262b1 SoundPool: Use caller thread for sound playback by Andy Hung · 4 years, 8 months ago
  3. 604aed3 Merge "Add required header_libs" am: 04d8813a01 am: 67da76a19d am: 8526f75455 by Marco Nelissen · 4 years, 9 months ago
  4. 8844f0f Add required header_libs by Marco Nelissen · 4 years, 9 months ago
  5. cd21537 SoundPool: Add native stress test by Andy Hung · 4 years, 9 months ago
  6. e7937b9 SoundPool: Refactor class by Andy Hung · 5 years ago
  7. 2c9d8f6 Improve visibility of IMemory security risks by Ytai Ben-Tsvi · 4 years, 11 months ago
  8. f1588f2 SoundPool: Do not sleep on stop for USAGE_GAME or on BUFFER_END by Andy Hung · 4 years, 11 months ago
  9. a527524 SoundPool: Do not sleep on stop for USAGE_GAME or on BUFFER_END by Andy Hung · 4 years, 11 months ago
  10. 5470761 SoundPool: Ramp volume down when forcibly reclaiming track by Andy Hung · 5 years ago
  11. 713f0e4 audiopolicy: get rid of hardcoded attributes <--> stream types by François Gaffie · 6 years ago
  12. a012961 Add channel mask in SoundPool sample. by jiabin · 6 years ago
  13. 9bc88b3 soundpool: fix muted channel by Eric Laurent · 6 years ago
  14. 852d236 SoundPool: remove unused header file. by Wei Jia · 7 years ago
  15. e6b9370 SoundPool: remove unused header file by Wei Jia · 7 years ago
  16. 70d2ba3 Remove libmedia and libstagefright dependency from extractors by Dongwon Kang · 7 years ago
  17. d2bf323 Merge "Reference nativehelper/jni.h as jni.h" am: 899a1f23c5 by Steven Moreland · 7 years ago
  18. 889f995 Reference nativehelper/jni.h as jni.h by Steven Moreland · 7 years ago
  19. 0bd45d3 Merge "Convert libsoundpool to Android.bp" am: dde9ee9edd am: e9ffa404ae by Colin Cross · 7 years ago
  20. da8082b Convert libsoundpool to Android.bp by Colin Cross · 7 years ago
  21. 2a5d782 Update path for libmediandk headers by Colin Cross · 7 years ago
  22. 0ece443 Update path for libmediandk headers by Colin Cross · 7 years ago
  23. 8e48c69 Refactor SoundPool for appOps handling through PlayerBase by Jean-Michel Trivi · 8 years ago
  24. 74abdda Use libaudioclient by Marco Nelissen · 8 years ago
  25. 20edcbc Use libaudioclient by Marco Nelissen · 8 years ago
  26. ae1aadc Fix google-explicit-constructor warnings in soundpool. by Chih-Hung Hsieh · 8 years ago
  27. 1f1f4bf Increase the SoundPoolThread queue size to 128 entries. by Philip Cuadra · 8 years ago
  28. 0474773 Stop SoundPool decode if NdkMediaCodec returns null buffers by Andy Hung · 8 years ago
  29. bd2c3d6 Use FCC_2 and FCC_8 to highlight channel count assumptions by Glenn Kasten · 9 years ago
  30. 0275a98 SoundPool: add lock for findSample access from SoundPoolThread by Andy Hung · 9 years ago
  31. 2f01c80 Stop SoundPool on error instead of continuing by Marco Nelissen · 9 years ago
  32. 5c768f4 SoundPool monitors AppOps for OP_PLAY_AUDIO by Jean-Michel Trivi · 9 years ago
  33. 626f0dc Merge "Deprecations are warnings not errors" into mnc-dev by Glenn Kasten · 9 years ago
  34. 85d9954 Deprecations are warnings not errors by Glenn Kasten · 9 years ago
  35. 14d226a Add comments to indicate code review was done for bugs by Glenn Kasten · 9 years ago
  36. a6238ef Fix SoundPool.unload() return value by Andy Hung · 9 years ago
  37. 6c30787 AudioTrack in SoundPool uses audio_attributes_t parameter by Jean-Michel Trivi · 9 years ago
  38. 26eca01 Check for null codec from AMediaCodec_createDecoderByType by Andy Hung · 9 years ago
  39. 32ccb69 Fix SoundPool track recycling for fast tracks by Andy Hung · 9 years ago
  40. b4f01b9 Remove the ability to disable audio service. by John Spurlock · 9 years ago
  41. 2bec0fe Merge "Revert "Revert "soundpool: update sample rate when reusing audiotrack""" by Andy Hung · 9 years ago
  42. 9bd868f Merge "Revert "Revert "soundpool: reuse channel for same sample if available""" by Andy Hung · 9 years ago
  43. bc45373 Revert "Revert "soundpool: update sample rate when reusing audiotrack"" by Andy Hung · 9 years ago
  44. 0c4b81b Revert "Revert "soundpool: reuse channel for same sample if available"" by Andy Hung · 9 years ago
  45. a080050 Merge "Revert "soundpool: reuse channel for same sample if available"" by Glenn Kasten · 9 years ago
  46. 01771a9 Merge "Revert "soundpool: update sample rate when reusing audiotrack"" by Glenn Kasten · 9 years ago
  47. 18c225d Revert "soundpool: reuse channel for same sample if available" by Glenn Kasten · 9 years ago
  48. b801f73 Revert "soundpool: update sample rate when reusing audiotrack" by Glenn Kasten · 9 years ago
  49. a1c3516 Fix SoundPool playback of multichannel files. by Andy Hung · 9 years ago
  50. a7d57a6 soundpool: update sample rate when reusing audiotrack by Dhananjay Kumar · 9 years ago
  51. 570576b soundpool: reuse channel for same sample if available by Haynes Mathew George · 9 years ago
  52. 06524dc Fix memory leak by Marco Nelissen · 9 years ago
  53. 6cd6110 Fix printf format by Marco Nelissen · 9 years ago
  54. 372be89 Make SoundPool use MediaCodec by Marco Nelissen · 10 years ago
  55. ed86e19 Race-condition in SoundPool during release by Dariusz Iwanoczko · 10 years ago
  56. 5a15d0d Frameworks/base: Wall Werror in media/jni by Andreas Gampe · 10 years ago
  57. 55a30c4 AudioAttributes for SoundPool by Jean-Michel Trivi · 10 years ago
  58. 1af30c7 Add stream-level suppression to vibrate/audio services. by John Spurlock · 10 years ago
  59. 075e9a1 AArch64: Use long for pointers in media classes by Ashok Bhat · 11 years ago
  60. 28af35e resolved conflicts for merge of a976bddd to master by Ying Wang · 11 years ago
  61. d685894 Add liblog by Ying Wang · 11 years ago
  62. e4d9a01 Phase 1 of refactoring SystemServer. by Dan Morrill · 11 years ago
  63. b24a1b7 Remove obsolete references to libmedia_native by Glenn Kasten · 12 years ago
  64. ba4d043 frameworks base Android.mk file changes by James Dong · 12 years ago
  65. f5e1812 reorganize SoundPool and JetPlayer code. by Eric Laurent · 12 years ago
  66. ae75f99 Add libmedia_native by Glenn Kasten · 12 years ago
  67. 28b269f Use audio_policy_output_flags_t consistently by Glenn Kasten · 12 years ago
  68. b3db213 Update comments by Glenn Kasten · 13 years ago
  69. 1137be1 Follow raw pointer and sp<> conventions by Glenn Kasten · 12 years ago
  70. bc1d77b Use audio_stream_type_t consistently by Glenn Kasten · 13 years ago
  71. 1c66547 Merge "Use audio_format_t consistently" by Glenn Kasten · 13 years ago
  72. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  73. 8564c8d Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  74. 1c5a89d Use audio_format_t consistently by Glenn Kasten · 13 years ago
  75. 71f2cf1 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  76. 79cd8ba Remove unneeded #include <sys/resource.h> by Glenn Kasten · 13 years ago
  77. e46a86f Revert "Use AudioTrack::event_type not int in callback" by Glenn Kasten · 13 years ago
  78. 2225e4b Use AudioTrack::event_type not int in callback by Glenn Kasten · 13 years ago
  79. 34bb419 update for new audio.h header location by Dima Zavin · 13 years ago
  80. 24fc2fb audio/media: convert to using the audio HAL and new audio defs by Dima Zavin · 13 years ago
  81. a3804cf You don't need to poke around inside FileDescriptor manually. by Elliott Hughes · 13 years ago
  82. a60e212 Fix issue 3261656. by Eric Laurent · 14 years ago
  83. f3d6dd0 Fix issue 3157123. by Eric Laurent · 14 years ago
  84. 09468db Add a name to the previously-unnamed thread created by SoundPoolThread. by Steve Howard · 14 years ago
  85. 7bef5a5 Fix logging in SoundPool. by Dave Sparks · 14 years ago
  86. f992cbb Add SoundPool API to pause and resume all active streams. Bug 2426531. by Dave Sparks · 14 years ago
  87. 3c56221 Fix SoundPool restart problem CheckJNI issue. by Dave Sparks · 15 years ago
  88. f6e43bf Add OnLoadCompleteListener to SoundPool. by Dave Sparks · 15 years ago
  89. c333133 am b5fc8ffc: am 91487425: Merge change I0448ef20 into eclair by Dave Sparks · 15 years ago
  90. 66d28ce Fix SoundPool buffer size rounding error. Bug 2327620. by Dave Sparks · 15 years ago
  91. 3c256cf More SoundPool cleanup. Remove mSoundPoolRef and unused notify callback. by Dave Sparks · 15 years ago
  92. c0e3ddf Remove unused Java object reference in native SoundPool code. by Dave Sparks · 15 years ago
  93. 1b0efec am 17c195c8: Merge change 9340 into donut by Android (Google) Code Review · 15 years ago
  94. fd8c0e1 Fix issue 2025872: Deadlock in SoundPool.stop by Eric Laurent · 15 years ago
  95. a553c25 Fix issue 1795088 Improve audio routing code by Eric Laurent · 15 years ago
  96. c7bebd1 am 5f2b05ea: Merge change 8220 into donut by Android (Google) Code Review · 15 years ago
  97. 45fce58 Fix issue 1996218: Disable use of shared memory buffer by SoundPool. by Eric Laurent · 15 years ago
  98. 4599184 am 450ad31b: Merge change 2774 into donut by Android (Google) Code Review · 15 years ago
  99. 3c8704b Limit check on maxChannels for SoundPool. Bug 1838724 by Dave Sparks · 15 years ago
  100. 25ba5b6 checkpoint: split libutils into libutils + libbinder by Mathias Agopian · 15 years ago